by redjazmin
Loop problem
|
|
[no replies]
|
by iwantricexd
Multiple Longest Common Substring?
|
|
[3 replies] Last: #include <iostream> #include <string> using namespace std; int lon... (by iwantricexd)
|
by robbyyoz
Show Hide Button WIN32 API Window
|
|
[2 replies] Last: i solved it. ty (by robbyyoz)
|
Trying to finish up a program, need help! |
|
[no replies]
|
by Mizfizz
Need Help With Short And Long
|
|
[11 replies] Last: [quote=SorinAlex]No long long is maximum 8 bytes even on 64 bits syste... (by LB)
|
by BeastlyHex
Problems with switch statements
|
|
[1 reply] : Well, because you are trying to compare single char to implementation ... (by MiiNiPaa)
|
by sportstool
Program Flaws with Loops
|
|
[5 replies] Last: @Yanson Yes, that works! Thank you so much. (by sportstool)
|
by talhabhatti5
Program problem
|
|
[6 replies] Last: Do cin >> y[x-1]; . This is because array index starts at 0. And ends... (by Stormboy)
|
ARRAY HELP |
|
[3 replies] Last: Your OP pretty clearly states the name of the variable that stores the... (by MikeyBoy)
|
by micros24
Output is not displaying proper value
|
|
[2 replies] Last: @micros24 It seems that you are not calculating Celsius to Fahrenheit... (by whitenite1)
|
by Mizfizz
Best C++ Books
|
|
[3 replies] Last: jumping into c++ is pretty good (by SorinAlex)
|
by Chubby
Help with string
|
|
[4 replies] Last: Use C++ strings. They'll make your life easier. And use regex to valid... (by Stormboy)
|
Creating a open file function. |
|
[1 reply] : For example you can return container with values. Bonus: it is can hol... (by MiiNiPaa)
|
by varx
Confused by Fcn Sig
|
|
[no replies]
|
by dtaqee88
Is it good/bad practice to initialize your vars in your protoypes???
|
|
[2 replies] Last: Sure. This is the class prototype and it compiles just fine. Line 16 i... (by dtaqee88)
|
by Furjoza
Starting function inside while loop
|
|
[5 replies] Last: Thanks for your advice. Actually I did something really similar to wha... (by Furjoza)
|
by leoNM
Exporting data to *.txt
|
|
[2 replies] Last: Thank you !! (by leoNM)
|
by Jamerack
Most efficient way to make a board
|
|
[4 replies] Last: Thank you! (by Jamerack)
|
by tdk93
Manipulating array out of bounds, can't seem to understand implications
|
|
[2 replies] Last: You have a home. Your neighbour has a home. If they come and poo on ... (by keskiverto)
|
by eunnuhae
about pointer & arrays
|
|
[3 replies] Last: char * foo; *foo // dereference a pointer // is equivalent to foo //... (by keskiverto)
|