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 ...
- 10-06-2007 #1Just 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..
- 10-06-2007 #2
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
- 10-07-2007 #3Just 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
- 10-07-2007 #4
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.
- 10-07-2007 #5Just 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


Reply With Quote