Click here to Skip to main content
15,881,089 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I know the basics of how to code theoretically but don't know where to actually write the code for c++.This is my first coding language and experience and i would appreciate it if anyone would give me the information required

What I have tried:

i'm not sure if i answerted this question right.i have tried downloading min gw but never knew what to do after that.i also tried other languages briefly like xcode python
Posted
Updated 8-Jul-17 18:47pm
Comments
Patrice T 9-Jul-17 0:47am    
search web for tutorials

1 solution

Don't start by downloading something at random, and getting started!
Find a tutorial - or better a course, or a book - and use the software that they use.
In most cases, that will be Visual Studio which includes support for a large number of languages - but follow the recommendations of the tutor or the the book's author. It will make following the examples a whole load easier! The course or book should guide you into the process of creating your first application with simple, clear instructions.

I wouldn't start coding with C++ as my first language - it's a big, complicated language where there is a huge amount that you can do wrong that is hard to fix when you are starting out. Instead, I'd start with a simpler (but no less powerful) language such as C# if you have a choice.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900