What do I really need in a C ++ project?

I did a lot of programming in college and have a basic understanding of how to program. All the time the programming environment was set up and all the necessary files were provided. Even the source files were pre-populated where I only had to add important lines of code. So I learned the programming language and code, but I have no idea what is needed other than code to create a working application.

Now that I want to create my own application, what do I need to have besides functional programming code? What files are generated automatically for me (e.g. in MS Visual Studio 2008 C ++), what other files / libraries should I include? What are the main parameters of the project should I pay attention to? and etc.

Most of the tutorials I have found are about programming and rarely mention the questions above. If anyone could name topics that cover these issues, I would really appreciate it. Links to educational sources are encouraged.

+3
c ++ ide project


source to share


No one has answered this question yet

See similar questions:

300
How does the compilation / linking process work?

or similar:

8499
What is the "->" operator in C ++?
4247
The definitive C ++ guide and book list
3076
What are the differences between a pointer variable and a reference variable in C ++?
2387
What does an explicit keyword mean?
1994
What are the basic rules and idioms for operator overloading?
1911
What is the rule of three?
1783
C ++ 11 introduced a standardized memory model. What does it mean? And how will this affect C ++ programming?
1717
What is the copy and swap idiom?
1475
What is the effect of extern "C" in C ++?
1138
Why do we need virtual functions in C ++?



All Articles
Loading...
X
Show
Funny
Dev
Pics