| Raezzor (277) | |
| Again, no code tags. And it looks like you are just taking stabs in the dark with no real understanding of basic C++ code structure. All you are doing now is declaring a global int variable called main, not a function. No opening braces at the end of the declaration either. Even if that was a valid way to declare main, you STILL have the print_even function definition INSIDE it. | |
|
|
|
| SamuelAdams (322) | |||
|
I dont think he knows what a function is. He's using someone elses code void print_even Below is the format you need to learn before you can write anything or as we have seen try to use any code given to you.
I recommend doing the hello world tutorial. Google it. | |||
|
Last edited on
|
|||