- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
design engineer
- Interests
- playing cricket and listning to music
5 Posted Topics
Does anybody knows about #pragma where they are used and what is the significance in using them. If anybody knows about please reply. :?: | |
Re: Hi, the first questions answer is #define PANIC cout<<"panic \n"<<quit() you should not put ; (semicolan after a #define ) Now this will solve ur problem For the second one the previous (Krishnas) answars has to work properly it #define PLUS1(x) (x+1) if any more problem feel free to mail … | |
Re: Actually this kind of problems are compiler dependent. Try in different types of compilers. You will see different answers. | |
Re: [QUOTE=tahataha]that s what i learned since i saw in many examles programmers using a function main whithout any class asking for any explication please :confused:[/QUOTE] Object is a variable of type class. Class is a type. Like structures and unions, class is a user defined data type. Objects are variables … | |
Re: [QUOTE=smithag261]Can I get a list of C programmes so that I can see the solution of any program I want. Any website related to it? I have an interview next month on C.Please suggest.[/QUOTE] Hi Smitha, what type of programs do u need. There are lots of web sites are … |
The End.