Starting C++ With Knoppix

Please support our C++ advertiser: Intel Parallel Studio Home
Thread Solved

Join Date: Mar 2006
Posts: 71
Reputation: shaikh_mshariq is an unknown quantity at this point 
Solved Threads: 1
shaikh_mshariq's Avatar
shaikh_mshariq shaikh_mshariq is offline Offline
Junior Poster in Training

Starting C++ With Knoppix

 
0
  #1
Mar 13th, 2006

Hello i am a newbie in programming in c++ and in linux. I hav knoppix in cdrom and i want to start programming in c++ with
the help of knoppix. But I does not know anything about how to start. I don't know create a new c++ file in knoppix, how to compile it and how to run it. If anyone have the solution please reply me or anyone can give me the reference about my problem. :rolleyes:
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 275
Reputation: andor has a spectacular aura about andor has a spectacular aura about andor has a spectacular aura about 
Solved Threads: 29
andor's Avatar
andor andor is offline Offline
Posting Whiz in Training

Re: Starting C++ With Knoppix

 
0
  #2
Mar 13th, 2006
Use some editor to create example x.cpp.
Then try to compile with g++ -o x x.cpp (without additional library) and run it with ./x command. Type this lines in console. If error occures then use google to check them. I think that knoppix has gcc and g++ included in it.
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 5,264
Reputation: iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold 
Solved Threads: 377
Featured Poster
iamthwee's Avatar
iamthwee iamthwee is offline Offline
Posting Expert

Re: Starting C++ With Knoppix

 
0
  #3
Mar 13th, 2006
I was able to find out C/C++, Python, Perl, TCL/TK, Java, language support in KNOPPIX, there may be more that I have missed. You also get KDevelop (a nice GUI program to do C/C++ programming and GDB.

And don't forget emacs.
*Voted best profile in the world*
Reply With Quote Quick reply to this message  
Join Date: Mar 2006
Posts: 71
Reputation: shaikh_mshariq is an unknown quantity at this point 
Solved Threads: 1
shaikh_mshariq's Avatar
shaikh_mshariq shaikh_mshariq is offline Offline
Junior Poster in Training

Re: Starting C++ With Knoppix

 
0
  #4
Mar 16th, 2006
thankx for your kind reply,
i will try to create file with .cpp extension and try to compile it with the given command i also want to know more about knoppix can you tell me more about programming in knoppix or can you give me reference website which can be useful for me to develope my skill.
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 275
Reputation: andor has a spectacular aura about andor has a spectacular aura about andor has a spectacular aura about 
Solved Threads: 29
andor's Avatar
andor andor is offline Offline
Posting Whiz in Training

Re: Starting C++ With Knoppix

 
0
  #5
Mar 17th, 2006
Originally Posted by shaikh_mshariq
thankx for your kind reply,
i will try to create file with .cpp extension and try to compile it with the given command i also want to know more about knoppix can you tell me more about programming in knoppix or can you give me reference website which can be useful for me to develope my skill.
On google I found many links (typed KNOPPIX). Use google and find links wich are interesanting to you. For example maybe this link is interesanting
http://www.shockfamily.net/cedric/knoppix/
http://distrowatch.com/table.php?distribution=knoppix.
For programming try to search linux programming on google. Here are some links for compilers
http://www.stat.uchicago.edu/~gosset/Compdocs/gcc.html
http://www.cs.wm.edu/cspages/computi...orial/gpp.html
Hope that this help
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C++ Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC