•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the C++ section within the Software Development category of DaniWeb, a massive community of 427,939 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,851 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our C++ advertiser: Programming Forums
Views: 1404 | Replies: 42 | Solved
![]() |
•
•
Join Date: Nov 2007
Posts: 882
Reputation:
Rep Power: 5
Solved Threads: 180
Try not to use the
goto , have you considered using break insteadfor(int i=0; i<10; i++) {
if (i > 0)
break; // <- breaks out of the for loop ...
else
cout << i;
} I would like to say a special thankyou to everyone who has helped me the last 2 weeks.
A special thankyou to niek_e, as without him I would have been lost before started, thankyou so much.
Takecare and all the best everyone.
Till my next C++ problem!!!
(Lets hope its not too soon
hahaha)
A special thankyou to niek_e, as without him I would have been lost before started, thankyou so much.
Takecare and all the best everyone.
Till my next C++ problem!!!
(Lets hope its not too soon
hahaha) "You never stop learning" - OmniX
![]() |
•
•
•
•
•
•
•
•
DaniWeb C++ Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- (reformatted) How to return Multi-Dimensional Arrays (C++)
- What relation does **indirection operator have with Multidimensional Arrays (C++)
- Arrays (C++)
- How to Return Multidimensional Arrays (C++)
- C file input/output 2D arrays. (C)
- passing arrays in visual basic (Visual Basic 4 / 5 / 6)
Other Threads in the C++ Forum
- Previous Thread: making a simple c++ game
- Next Thread: Declare a 3D vector


Linear Mode