News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Compiling OOP

Started by iamunited, April 06, 2010, 03:27:10 AM

Previous topic - Next topic

iamunited

How do I compile object oriented programs in Code Blocks?

I use Code Blocks w/ MinGW

ollydbg

What have you done with Codeblocks till now. (Please write your steps)
Have you create a simple project by project wizard?
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

iamunited

All I have done is:

Steps

1. Open CodeBlocks
2. File > New > Empty Project

That is all I do to create something.

Do I need to make it a project to compile oop?

Jenna

Buy yourself a good programming book to understand what OOP means, read tutorials on the web and come back if you have a question related to C::B.

Whether a program uses OOP techniques or not has nothing to do with the IDE and not even with the compiler, but with your code (your compiler has to be able to compile OOP-code of course).

Topic locked, because it violates our forum rules !