lunes, 4 de octubre de 2010

Program Layout!!!

When you are working with Programs Layout and in some way; SYNTAXIS you have to be carefull.

We got some tips:

MAKE A DESKTOP FLOWCHART OF WHAT YOU WANT YOUR PROGRAM TO DO.

After FlowChart!!!! 

1.For begginers it may be useful have a program open. Bye this, it helps you not to forget the basic comands lines that makes program works, like, includes and "using namspace".
2. Take care of the uses of variables, that in all the program should have exactly the same spelling all over main body of program in which you are using it.
3. Take care of manage types for operation.....( you can't divide by zero in an int {integer} operation)

I hope this helps for begin, later on I will continue giving you tips!!!!
Be good, be youu...Oz