Find the answer to your Linux question:
Results 1 to 5 of 5
hey..im new at linux and i just installed it on my pc..i know C and ive programmed in C but under windows btu never under linux..i used to use microsoft ...
  1. #1
    Just Joined!
    Join Date
    Oct 2007
    Posts
    60

    new programmer under linux

    hey..im new at linux and i just installed it on my pc..i know C and ive programmed in C but under windows btu never under linux..i used to use microsoft visual C++ on windows..so i installed kubuntu 7.04 and i dont think any C editor or tool has been installed with it..anyway i need to know where can i get tools such as microsoft visual C++ but for linux, and what steps i should take and how to install them..any help would be appreciated..

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    I have replied in one of your other threads. There is nothing exactly like Visual C++. Since you are using Kubuntu which is a KDE based disto, all you need to do is install gcc, gdb and an IDE like KDevelop. You can do this by entering the command,
    Code:
    $sudo aptitude update
    $sudo aptitude install build-essential gdb kdevelop

  3. #3
    Just Joined!
    Join Date
    Oct 2007
    Posts
    60
    i tried to run those 2 commands on the konsole terminal but it asked me for a password..i tried entering the password i assigned for the user on startup, but it didnt work

  4. #4
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Are you the only user on the system? If so, then you need to enter your own password. If you are not the only user, then the first user that was created on the system would be automatically setup as the administrator, so its their password that you need.

  5. #5
    Just Joined!
    Join Date
    Oct 2007
    Posts
    60
    no it was another problem..i thought i was getting it wrong but i was actually pressing Enter before actually writing the password, coz i was writing it and no "***" was being displayed so i was pressing Enter before..anyway the problem is solved..thanks anwyay

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...