by chiedozie
If conditional statement won't run.
|
|
[2 replies] Last: yup facepalm moment. I put 1 < postfix.length() in the for loop instea... (by chiedozie)
|
by tavuk
Please help improve my code.
|
|
[2 replies] Last: If you really want to make it better, try using classes to organize yo... (by IceThatJaw)
|
by Queso36
Pointer/Offset notation help
|
|
[3 replies] Last: but pointer offset is basically just doing something like this cout ... (by Garion)
|
File seeking DLL issue, not functioning correctly. |
|
[no replies]
|
by tavuk
files and arrays, help
|
|
[12 replies] Last: I use Microsoft visual studios. return bool (in); worked! Oh and... (by tavuk)
|
If and else fail |
|
[4 replies] Last: ok you should not be using the .h version of these header files. So us... (by Mats)
|
by MarkMMA1
debuging error help
|
|
[3 replies] Last: Little side-note here, most IDEs save automatically when you attempt t... (by sargon94)
|
by Nebur
Vector difference?
|
|
[13 replies] Last: Wow the code worked! Thank you so much for helping me this much, you ... (by Nebur)
|
by Nefri
Allocate 2d array of strings
|
|
[13 replies] Last: thank you :) (by Nefri)
|
by tavuk
Can't figure it out.
|
|
[4 replies] Last: I get it know, thank you so much. (by tavuk)
|
by Komodo
Program I been making
|
|
[3 replies] Last: Still need help ;(. Haven't figured it out yet. (by Komodo)
|
by fatisati
#include?!!
|
|
[4 replies] Last: Thanx everyone! (by fatisati)
|
by jlpurnell
Select a line of text and delete it
|
|
[2 replies] Last: That's COOOOOOL!!!! Thanks!!!!!!!!!!!!! (by jlpurnell)
|
by Tiger58
Why does it keep going??? (kbhit())?
|
|
[3 replies] Last: it makes perfect sense. its because kbhit is unbuffered input (i belie... (by closed account Dy7SLyTq)
|
Array function |
|
[1 reply] : You'll have to write a for loop for each function to iterate through t... (by yulingo)
|
by binatabinata
reading items from a file and sorting using quick sort
|
|
[3 replies] Last: You change the order of the years in the same place as you change the ... (by yulingo)
|
by richielo
Plz Help! newbie stuff about pointers
|
|
[1 reply] : b is type pointer-to(pointer-to-int) c is type pointer-to-int This ma... (by heebleworp)
|
by jose4001
String Sentence Letter Replace
|
|
[5 replies] Last: Yea I have other instances of cin>> in other functions By clearing t... (by jose4001)
|
what's the difference |
|
[2 replies] Last: oh thank you , so it's the same assuming I included " using namespace ... (by Cutefriendzoned)
|
by n0w4y
DOING LOOP UNTIL A KEY IS PRESSED
|
|
[4 replies] Last: Well if you do the code that you just mentioned, your while loop could... (by Lansana)
|