User: yasar11732

  • Public profile

User profile: yasar11732

User info
User name:yasar11732
History
Joined:
Number of posts:61
Latest posts:

Boolean Flag??
a boolean flag is a variable that get the value of either true or false, and nothing else. You can d...

Why need this line before go into loop?
Your itemCnt variable will always be one big than actual number of items, since it will get incremen...

Why need this line before go into loop?
Ohh, I see your question now I guess. You could also do something like this: [code] do { cout<...

Why need this line before go into loop?
This line: [code] cin>>price; [/code] Gets input from user, and stores in the price variable. And,...

How to concatenate macro definition and a string
Because I want it to be decided by configuration script. I have made configuration script to put som...

This user does not accept Private Messages