Forum: C++ Apr 10th, 2009 |
| Replies: 3 Views: 267 It will better for the program if the username and password is defined by the user itself.. |
Forum: C++ Jan 21st, 2009 |
| Replies: 11 Views: 513 Some of your header files are missing .h extensions |
Forum: C++ Jan 21st, 2009 |
| Replies: 9 Views: 632 You can also see directories in the compiler and check the path in which your compiler is stored |
Forum: C++ Jan 21st, 2009 |
| Replies: 1 Views: 719 http://www.velocityreviews.com/forums/t149681-benefits-of-inner-classes.html |
Forum: C++ Dec 27th, 2008 |
| Replies: 1 Views: 306 You can make menu using
switch(label)
{
case label1:
.......
....
case label2:
....... |
Forum: C++ Dec 27th, 2008 |
| Replies: 4 Views: 327 You only have to take the first step then in between if there is problem you can get solved here. |