by hentaiw
for loop's condition with char
|
|
[9 replies] Last: As to why your not printing 'a' is probably because when the program a... (by closed account 43RGz8AR)
|
I'm having trouble pointing into an array |
|
[2 replies] Last: Yep, that ended up solving it. Thanks a bunch Peter87! (by Willy Rodriguez)
|
by emitremmit
Help displaying numbers from text file
|
|
[2 replies] Last: Thanks I didn't even realize I didn't open the file. (by emitremmit)
|
by sean903
Programming grades
|
|
[1 reply] : I don't really get what you're asking but I have to say that your code... (by IceThatJaw)
|
by Aerion4
unresolved external errors;
|
|
[2 replies] Last: ha....ha...yes. thank you. a new set of eyes works wonders... (by Aerion4)
|
Explain between int and char pointers |
|
[5 replies] Last: Yes. The char pointer is essentially a regular pointer pointing to a m... (by wjee0910)
|
by Patriots12
sorting integers in ascending order
|
|
[8 replies] Last: One, you can't return an array, and two, a function can only have one ... (by ascii)
|
by hentaiw
Check Speed on VS2010
|
|
[7 replies] Last: And about delaying,is it in the same library ? I really confused when ... (by hentaiw)
|
by phenamana
Shortening while loops
|
|
[7 replies] Last: I got it!! i'll use a linear search :P (by phenamana)
|
by mukherjee
getting bus error
|
|
[4 replies] Last: Thank you for your help (by mukherjee)
|
by humyunfuad
;)
|
|
[3 replies] Last: @IceThatJaw: Just a little note, the loop convention is actually i, j,... (by LB)
|
by dsr101
Can anybody help my with this C++ assignment???
|
|
[4 replies] Last: Could you post the EXACT error message and which line it refers to? A... (by LB)
|
by bbathel
program shutting down
|
|
[2 replies] Last: i had the value set as a string thats what was causing it thanks anywa... (by bbathel)
|
by Thetr
A nasty one
|
|
[6 replies] Last: OMG OMG OMG OMG OMG I feel so stupid, this was so easy OMG, well you ... (by Thetr)
|
by dimi3
Create rectangles using other rectangles
|
|
[no replies]
|
by Score
Help with linking error (overloaded operator on friend function)
|
|
[3 replies] Last: Since 'statistician' is also part of the namespace 'main_savitch_2C' y... (by coder777)
|
by tiktak20
i want to create a loop to generate a random question
|
|
[no replies]
|
by TimL
Pulling numbers out of strings so they can be manipulated and returned to the string
|
|
[8 replies] Last: Yes, cstdlib functions that take in a char* can handle numbers with mo... (by JMJAtlanta)
|
by theiza27
ignoring bad data
|
|
[5 replies] Last: Here is a better implementation. This will only do the iteration throu... (by JMJAtlanta)
|
by nkowa
Arrays
|
|
[1 reply] : You will learn much more doing the exercise yourself. If we give you c... (by Peter87)
|