by i2Fluffy
Two For Loops Holding Values
|
|
[1 reply] : just a suggestion, u declare y outside the 2 loop, but remember to giv... (by selenium)
|
by denn3344
how to stop a void function
|
|
[4 replies] Last: return 0 to stop the void function :) (by smartmind)
|
by enemy
invalid conversion int to int*, 53 line
|
|
[8 replies] Last: Hello! U just opened another question I wanted to ask!!! This is the ... (by enemy)
|
by chofs
vowel & consonant counting
|
|
[4 replies] Last: okay i also took into consideration space chacters as you said cire...... (by chofs)
|
by nickmiller24
I am C++ illiterate.
|
|
[2 replies] Last: Yep sorry i went full retard im just going to use that as a condition ... (by nickmiller24)
|
by passw0rd
help...problem
|
|
[7 replies] Last: thx it works..:) (by passw0rd)
|
by Mechennyy
Binary Search issues
|
|
[8 replies] Last: Thanks guys. Learning C++ is going to be a slow and painful process. (by Mechennyy)
|
by kmtompkins
lights
|
|
[1 reply] : bool pressed = true; if(pressed) { //turn light 1 on } In al... (by giblit)
|
Airplane Seats |
|
[7 replies] Last: Well line 31 is a pretty straight forward error. You have columns as a... (by giblit)
|
Linear Search |
|
[3 replies] Last: @kbw Thanks really really thanks Yes I overlooked this small mistake a... (by closed account 4jzvC542)
|
by kimi86
Vector of structs
|
|
[1 reply] : #include <string> #include <iostream> #include <vector> #include <alg... (by JLBorges)
|
by missmango
Help me please
|
|
[no replies]
|
by giblit
Regex problem
|
|
[4 replies] Last: Oh alright cool thanks. I'll have to mess around with boost. I just wa... (by giblit)
|
by qwertyking
I finally did my homework but..
|
|
[8 replies] Last: @giblit I wanted to do it by myself if I know how to do it. All of my ... (by qwertyking)
|
by nefi
Confused to while my overloaded operator won't pass values from new object
|
|
[9 replies] Last: @keskiverto Goodness man! You did exactly what I wanted, you kicked m... (by nefi)
|
by missmango
Please Help me
|
|
[no replies]
|
by SGTChubbz
Choosing Array based on a trigger/if/variable
|
|
[5 replies] Last: Well it all depends on what you are trying to accomplish. You could t... (by giblit)
|
Do functions confuse you? |
|
[6 replies] Last: That's the thing. I know what they should do when thinking about it bu... (by closed account iAk3T05o)
|
by qwertyking
code is not compiling!! urgent
|
|
[6 replies] Last: qwerty you are missing the '[' in your code tags that is why yours is... (by giblit)
|
by qwertyking
stdio.h to iostream?
|
|
[9 replies] Last: Thank you everyone I finally changed everything because of your help ... (by qwertyking)
|