EOSERV Forum > Lounge > Code::Blocks
Topic is locked.
Page: << 1 >>
Code::Blocks
Author Message
Post #57808 Code::Blocks

Just got it, ive been watching some tutorials and stuff but they

dont seem to cover what i need. Can anyone please explain to me

how to use the " if " command?

14 years, 16 weeks ago
Post #57809 Re: Code::Blocks

if isn't a command, it's a logic term used in programming.

example:

if(i > 10)

{

cout >> "i is more than 10";

}


that means if the variable i is more than 10, it will print the string.

14 years, 16 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > Lounge > Code::Blocks