I was trying the calculator challange at http://www.cprogramming.com/complete/calcans.html and I seen this bit of code that I dont quite understand. I sorta remember reading but couldn't find where I thought I read it. Any help would be appreciated.
Also i was wondering why it says to doCode:{ char op='c'; int x, y; while(op!='e') {
instead of justCode:int main()
Code:main()



LinkBack URL
About LinkBacks


