I want to learn C+ but i want to start with a simple compiler. I have access to Borland C++ and Visual studios.net but they are way to overwhelming. Can some body give me names of decent simple programs that I can learn with.

Recommended Answers

All 3 Replies

I want to learn C+ but i want to start with a simple compiler. I have access to Borland C++ and Visual studios.net but they are way to overwhelming. Can some body give me names of decent simple programs that I can learn with.

All the compilers are going to be fairly similar. They handle C++. It seems what you are asking for is a compiler that doesn't have all of C++ implemented. Not recommended. Just pick a compiler you want to learn with and use it. You don't need all the bells and whistles in the compiler, you just need to know how to:
1) create a project
2) type in your program
3) edit more than one file in your project
4) compile the code (icon or keystroke)
5) run the code (icon or keystroke)

All the rest you can mostly forget about until you're ready.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.