Newbie - how do I start C++ programming?

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Jul 2004
Posts: 5
Reputation: adzidzor is an unknown quantity at this point 
Solved Threads: 0
adzidzor adzidzor is offline Offline
Newbie Poster

Newbie - how do I start C++ programming?

 
1
  #1
Oct 9th, 2004
I want to do serious C++ and VB programming but schooling is quite expensive, so I want to read and do it on my own. I know there are various text editors...even note pad. Are these editors used for programming, and then copied to a special programming software???? Forgive me if I sound styupid. I am a complete newbie with programming. :surprised
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 7,566
Reputation: Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute 
Solved Threads: 705
Team Colleague
Narue's Avatar
Narue Narue is offline Offline
Code Goddess

Re: Newbie - how do I start C++ programming?

 
0
  #2
Oct 10th, 2004
It depends on the language used. For C++ you will generally use a text editor to write the code, save it with a special file extension such as .cpp. Then you'll run it through another program called a compiler that will translate the code into machine instructions and spit out an executable file.

On the other hand, VB code is very much integrated with it's own development environment. That's what makes writing VB so fast and easy, most of the drudgery is abstracted away into a few mouse clicks.
I'm here to prove you wrong.
Reply With Quote Quick reply to this message  
Join Date: Oct 2004
Posts: 3,941
Reputation: vegaseat is just really nice vegaseat is just really nice vegaseat is just really nice vegaseat is just really nice vegaseat is just really nice 
Solved Threads: 911
Moderator
vegaseat's Avatar
vegaseat vegaseat is offline Offline
DaniWeb's Hypocrite

Re: Newbie - how do I start C++ programming?

 
0
  #3
Oct 10th, 2004
Narue is so right! I know this will upset Narue, but give BCX a try. It comes with a VB like IDE called EZIDE and can actually produce C++ code for one of the free C++ compilers. Learning VB will not teach you C++ at the same time! BCX can do this however. Best of all BCX and EZIDE are free, VB is rather expensive! Check google for BCX.
May 'the Google' be with you!
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 7,566
Reputation: Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute 
Solved Threads: 705
Team Colleague
Narue's Avatar
Narue Narue is offline Offline
Code Goddess

Re: Newbie - how do I start C++ programming?

 
0
  #4
Oct 10th, 2004
>I know this will upset Narue
I don't have a problem if it's on-topic and related to the original question.
I'm here to prove you wrong.
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 5
Reputation: adzidzor is an unknown quantity at this point 
Solved Threads: 0
adzidzor adzidzor is offline Offline
Newbie Poster

Re: Newbie - how do I start C++ programming?

 
0
  #5
Oct 10th, 2004
>For C++ you will generally use a text editor to write the code, save it with a special file extension such as .cpp.

Can I use any text editor...notepad etc? I'll try vegaseat's recommendations though.
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 5
Reputation: adzidzor is an unknown quantity at this point 
Solved Threads: 0
adzidzor adzidzor is offline Offline
Newbie Poster

Re: Newbie - how do I start C++ programming?

 
0
  #6
Oct 10th, 2004
What is an ASC file???? I am downloading Mandrake from an ftp link and an ASC extension file is included...do I need to download that too..??????
Reply With Quote Quick reply to this message  
Join Date: Oct 2004
Posts: 3,941
Reputation: vegaseat is just really nice vegaseat is just really nice vegaseat is just really nice vegaseat is just really nice vegaseat is just really nice 
Solved Threads: 911
Moderator
vegaseat's Avatar
vegaseat vegaseat is offline Offline
DaniWeb's Hypocrite

Re: Newbie - how do I start C++ programming?

 
0
  #7
Oct 10th, 2004
I think of an ASC (ASCII) file as a text file. You can display it in NotePad or any other text editor. For programming, the editor I like is the CrimsonEditor, free from:
http://www.crimsoneditor.com/

This little gem is clean and stable, has all the typical cut and paste stuff, opens several files at the same time, has code highlighting, a spellchecker (handy for those of us who use English as the second language), a macro recorder (for repetitive keystrokes), and most importantly you can compile and run your code from within the editor environment.
May 'the Google' be with you!
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 5
Reputation: adzidzor is an unknown quantity at this point 
Solved Threads: 0
adzidzor adzidzor is offline Offline
Newbie Poster

Re: Newbie - how do I start C++ programming?

 
0
  #8
Oct 10th, 2004
I have downloaded and installed the BCX and CrimsonEditor. All set to start my journey. thanx
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 440
Reputation: Young Teck 06 is an unknown quantity at this point 
Solved Threads: 0
Young Teck 06's Avatar
Young Teck 06 Young Teck 06 is offline Offline
Street Game CEO

Re: Newbie - how do I start C++ programming?

 
0
  #9
Oct 11th, 2004
Good luck with your journey, still need to get myself right on learning C++. Stupid book that I have now is no use.
Reply With Quote Quick reply to this message  
Join Date: Oct 2004
Posts: 3,941
Reputation: vegaseat is just really nice vegaseat is just really nice vegaseat is just really nice vegaseat is just really nice vegaseat is just really nice 
Solved Threads: 911
Moderator
vegaseat's Avatar
vegaseat vegaseat is offline Offline
DaniWeb's Hypocrite

Re: Newbie - how do I start C++ programming?

 
0
  #10
Oct 11th, 2004
Originally Posted by adzidzor
I have downloaded and installed the BCX and CrimsonEditor. All set to start my journey. thanx
Good for you! Keep this thread alive with any of your experiences or questions. I will keep looking here! The BCX group on yahoo is very active. Right now they are porting to Source Forge to keep the standard version under control. Remember the BCX helpfile is great and has lots of examples to learn from.
May 'the Google' be with you!
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
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