User profile: Mithix

User info
User name:Mithix
History
Joined:
Number of posts:8
Latest posts:

Question about array with char
"b"

program in C++ using nested loop that gives this output (star diamond)
http://lmgtfy.com/?q=nested+loops+c%2B%2B

How to create 2 push buttons
Good Job! :) now try getting a menu in.. http://www.winprog.org/tutorial/menus.html

im having problem with my code..please help me to figure out my mistake
Look at this snippet it may help highlight the errors in your code: [code] doctor d; for (i...

if/else statement not producing the cout statement
Compare the locations of your two [code]else[/code] statements.