Code bubble breaker Game

Go4Expert Member
4Dec2010,21:58   #1
cindrilla's Avatar
hi all im very frustated with d definations of logical operators,relational operrator,conditional operatior& bitwise opreator
i know enough theory of thern
i wana know whr these r actually used in programming & wht is the indepth understanding of all these
pls any one who is interested in explaining me in a very detailed maner can post but dont do just defineations & go
& one more thing is tht when im using these in program these r not working
i used these opreators in both unix & turbo c also
Ambitious contributor
5Dec2010,21:55   #2
jimblumberg's Avatar
Quote:
& one more thing is tht when im using these in program these r not working
Show some code where you tried to use the operators.

Also please do not use SMS speak, use proper English.

Jim
Mentor
5Dec2010,22:17   #3
xpi0t0s's Avatar
You're asking for a lot there. If you know the theory, then don't worry about it, just start writing code and use them as and when they become appropriate. There's really no better way to learn programming than by programming.

Read the link in my sig before posting again, please. "Not working" isn't a clear problem description we can give you any hints on. Actually they probably *are* working but perhaps you don't know as much theory as you think you do.