by TruYadoo
Best Alternative to system() with example?
|
|
[9 replies] Last: @ Null, The top Windows 7 worked. (by TruYadoo)
|
by rozick1
Initialising unique variables in a while loop?
|
|
[1 reply] : vector<int> variableStore; while (somecondition) { // generate som... (by Moschops)
|
by GRex2595
str.replace()
|
|
[7 replies] Last: These are not the droids you are searching for. (by cire)
|
by programmer95
Basic Loop Help
|
|
[4 replies] Last: You could just invert the logic. do{ // Stuff while ( chr != 'y' ... (by ciphermagi)
|
by CJC0117
Question about Tutorial
|
|
[2 replies] Last: Okay, thanks. Makes sense now. (by CJC0117)
|
by subjugater
why the result of the follow code is zero?
|
|
[4 replies] Last: LOL. Sorry, I am just a daft prick. (by subjugater)
|
by pepper
using structures and unions
|
|
[1 reply] : The same way as classes... Class == Struct == Union, except: Classes ... (by LB)
|
by sheckoo90
problem using cin inside DWORD Thread
|
|
[1 reply] : Maybe you forgot to allocate statename ? Also, I don't think it's a g... (by Null)
|
by jwroblewski
Sieve of Eratosthenes
|
|
[3 replies] Last: Thanks much. I have investigated the unsigned long long, but its seems... (by jwroblewski)
|
by s0u1k33p3r
conversion from ' ' to non-scalar type ' ' request
|
|
[2 replies] Last: I managed to solve the issue by myself but just to answer your questio... (by s0u1k33p3r)
|
by Jesus805
Understanding Pointer sizes
|
|
[6 replies] Last: There are four categories of pointers; each may have a different size.... (by JLBorges)
|
by galiwocky
Bubble Sorting program not working properly
|
|
[1 reply] : How interesting, I just tried your problem and got this output: Ente... (by Stewbond)
|
by kyky365
a C++ program with a function named FindMax that has two parameters
|
|
[5 replies] Last: thanks Pravesh Koirala & therockon7throw!!!! these are new code but I... (by kyky365)
|
by lare26
SFML Shape::Line Problem
|
|
[1 reply] : Oops. I guess I should have used GetPosition() rather than GetCenter()... (by lare26)
|
function return |
|
[no replies]
|
What is wrong with this program |
|
[3 replies] Last: where did you learned from? this page is a good reading for you... ht... (by chipp)
|
by Bikeinator
Input causing infinite loop..
|
|
[5 replies] Last: Try using if-else. do { cout cin >> option; if (1) do that else if... (by TruYadoo)
|
by codrgi
would this list be safe?
|
|
[1 reply] : Not really because when you erase an element any iterators pointing to... (by Galik)
|
by jham92
high card
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/1/ Sticky at the top of the f... (by cire)
|
error expected primary-expression before 'else' |
|
[4 replies] Last: wow I see it now. THANKS GUYS!!! now the only problem I have is the to... (by Joshua Spears)
|