+ 3

How to start working with projects in C++?

I have knowledge of basic C++ and I can work on independent files written in C++. But when it comes to work on big programs, we can't possibly write all the code in one file. Then we have to create a project in which all the files together are compiled to make a single program. Can anybody guide me and other beginners to start working with projects in C++?

24th Feb 2018, 6:10 AM
Harsh Kumar
Harsh Kumar - avatar
3 ответов
+ 10
U mean you just want to sumup many different codes in one program, there is no need to panic just make your program menu based it will simply perform the operation what you want to do.
24th Feb 2018, 10:04 AM
Ananya Srivastava
Ananya Srivastava - avatar
+ 10
And do not forget to include all the different codes for different operations.
24th Feb 2018, 10:05 AM
Ananya Srivastava
Ananya Srivastava - avatar
0
i am agree with you Anna
25th Feb 2018, 10:47 AM
Samim Rahimi
Samim Rahimi - avatar