by xxgixxx
real clothes shop code help
|
|
[5 replies] Last: By reading information into a data structure first like Walnut suggest... (by megatron 0)
|
by lew13
String function problem
|
|
[1 reply] : I think the reason is in my for loop and I cannot figure it out for th... (by lew13)
|
by skimmer001
A simple while loop that isn't working
|
|
[1 reply] : Never mind i have figured it out! int main () { //variables char ... (by skimmer001)
|
by sshorme
need help- logical statement
|
|
[3 replies] Last: Ah...thank you, wildblue! (by elliott22)
|
by Lilithsposse
How to strip off characters using strings?
|
|
[no replies]
|
by MrBond90
skip over function arguments?
|
|
[no replies]
|
by NOD32
Problem with File input/output
|
|
[no replies]
|
by samintheoc
Using Func. to determine if b is multiple of a. Must use return void.
|
|
[2 replies] Last: This is the updated code. Does the job. Thanks Wildblue. #include <... (by samintheoc)
|
by kal42
loop and counter help
|
|
[no replies]
|
[RESOLVED] My For Loop Will Not Start |
|
[6 replies] Last: I sacrificed some readability, but I integrated the two functions toge... (by shrine spirit)
|
by HyBoNiX
Reversing the order of an array
|
|
[12 replies] Last: Those may be helpful for him in the future but this is for his homewor... (by giblit)
|
by askatral
Linked list copy constructor
|
|
[no replies]
|
by NaviJ
Vector Help
|
|
[no replies]
|
by MrBond90
Time conversion and I/O streams
|
|
[no replies]
|
Still need some help understanding how to properly overload "[]" |
|
[no replies]
|
by UmSoLikeYeah
Statements printing twice?
|
|
[1 reply] : They print twice because you call the function twice, once on line 25 ... (by jlb)
|
by Auroch
Integral evaluation
|
|
[3 replies] Last: if i1 or i2 is a double, then use if (fabs(i1-i2) < eps) ... ... (by dhayden)
|
by DrJones
C+11 and pair
|
|
[1 reply] : Your question really doesn't make much sense. Perhaps you could clarif... (by jlb)
|
by samintheoc
random number generator: Keep track of certain numbers
|
|
[4 replies] Last: Thank you. Seems so obvious after the fact but obviously not for me. (by samintheoc)
|
Creating a loop that checks for characters in a doc |
|
[4 replies] Last: This would be easier if you used an array instead: Create an array wit... (by dhayden)
|