16
General / Re: Running everything in Main.
« on: December 20, 2012, 12:21:28 pm »
You shouldn't have any problems with the end result, but your code will become hard to maintain.
How did you learn C++?
Have you read about OOP (Object-Oriented Programming) at all?
I have been using it for about 20 years (along with other languages like VB and C#) and am still learning new and better ways to code.
'Refactoring' by Martin Fowler is a great book on restructuring code, but you really need a solid C++ / OOP book first.
How did you learn C++?
Have you read about OOP (Object-Oriented Programming) at all?
I have been using it for about 20 years (along with other languages like VB and C#) and am still learning new and better ways to code.
'Refactoring' by Martin Fowler is a great book on restructuring code, but you really need a solid C++ / OOP book first.