![]() |
|
#1
|
|||
|
|||
Choosing code editorHi,I'm ready to write my first C++ Program but I have no idea what to write it with.Do I write down the codes on Notepad or what?
Last edited by LuciWiz : 02-May-2006 at 07:49.
Reason: Edited title; Previous title was : "Soooooo Need help!"
|
|
#2
|
|||
|
|||
Re: Soooooo Need help!Yes you can use notepad to write your code. But you will need to use a compiler to turn the code into an executable. Your best bet is one of the free IDE's. One of the popular one's seems to be,
http://www.bloodshed.net/devcpp.html |
|
#3
|
||||
|
||||
Re: Soooooo Need help!Hello and Welcome to GIDForums™ gamerdakota. It sounds like you are at or near the beginning of all this fun.
You will need an editor of some sort. I would advise against notepad (although you could use it) and find a free text editor with programming in mind. There are lots of free ones available. I use one called ConText for Windows. What about a compiler? Do you have one installed? There is a product called Dev-C++ that is the whole package ready to roll. IDE and compiler (it uses MingW) that you can get working quickly. I use CygWin with W2K for the compiler and assorted tools. Then just run a bash shell (like the cmd shell) and the editor. It's very simple but will take a little bit of practice to get used to. I'm sure people will make other suggestions based on what they like. Then you can get to the fun part. Debugging. Ask if you have any further questions. If you haven't already, check out the Guidelines to Posting thread. It shows how to use code tags as well as other helpful information. Mark __________________
"Opportunity is missed by most people because it comes dressed in overalls and looks like work." --Thomas Alva Edison "Those who would give up essential liberty to purchase a little temporary safety, deserve neither liberty nor safety." --Benjamin Franklin "A happy person is not a person in a certain set of circumstances, but rather a person with a certain set of attitudes." --Hugh Downs |
|
#4
|
|||
|
|||
Re: Soooooo Need help!In case you go agianst the idea of using an IDE, I really suggest that you use Notepad++ from sourceforge as your editor. It really is cool.
I used it some time ago when I had "command line compilers" before I switched over to Dev-Cpp. All the best with your programming, hope you have a good begining. Regards, Netnut. |
|
#5
|
|||
|
|||
Re: Choosing code editorThanks guys,I'm considering Dev-C++ or Contex.
Thanks for the help |
Recent GIDBlog
2nd Week of IA Training by crystalattice
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Here it is again! 35% - 40% off For Life! | my-e-space | Web Hosting Advertisements & Offers | 0 | 20-Apr-2006 14:48 |
| functions seems not to exit from a certain code block | jaro | C Programming Language | 3 | 21-Mar-2006 23:08 |
| User defined headers | davis | Miscellaneous Programming Forum | 6 | 16-Feb-2006 18:40 |
| [Tutorial] GUI programming with FLTK | dsmith | FLTK Forum | 10 | 03-Oct-2005 15:41 |
| Problem with int mixed with char,... | leitz | CPP / C++ Forum | 17 | 07-Dec-2004 20:56 |
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The