by MattyD74
Array of structures, logic error
|
|
[2 replies] Last: My appologies, thought about posting the rest after I was already in t... (by MattyD74)
|
by woodchuck499
How to count odd and even numbers in rand. array?
|
|
[5 replies] Last: FYI: You could also write if( t % 2 == 0 ) as if( (t & 1) == 0... (by binarybob350)
|
by Tullius
Problem writing into 2 text files
|
|
[7 replies] Last: I have another question. Now the program works fine and writes the nam... (by Tullius)
|
by james fawkes
calculation program returning 0
|
|
[2 replies] Last: Thank you very much the program works fine now. Unfortunately are lect... (by james fawkes)
|
by alexiel
assign letters to random number
|
|
[2 replies] Last: I'm an extreme novice at C++. I'll tell you what I've learned in clas... (by velcro)
|
[help!]stacks |
|
[2 replies] Last: i broke the problem down a little, it runs and outputs right but gets ... (by aquariusmirky)
|
by amnakhan786
urgent-large reference file
|
|
[1 reply] : void comparefiles(const char *filename1,const char *filename2, int x);... (by amnakhan786)
|
by Adrian10988
Help with Class Inheritance(Homework)
|
|
[3 replies] Last: although you seem to be calling parameterized constructor of Triangle(... (by Bibek Subedi)
|
by AndroidZ
Pointer and parameter problems
|
|
[4 replies] Last: Got it, thanks. Always the little things. (by AndroidZ)
|
confusion over Basic loop problem |
|
[2 replies] Last: Since you are making Answer char data type, your condition for if st... (by Bibek Subedi)
|
by narutochan
Please help me on this.
|
|
[1 reply] : thats because you are outputing to the file only line 33 is the onl... (by detroit)
|
by hesso
hello
|
|
[1 reply] : Sorry man you are posting assignments and we are not here to do your a... (by Bibek Subedi)
|
by jlake
arrayas
|
|
[12 replies] Last: Think about it... how would you store a reversed string in another str... (by ascii)
|
by Dillano
sum of square root function
|
|
[1 reply] : First, plz post the code using code tag given right hand side of text ... (by Bibek Subedi)
|
by InterFiction
trouble with function
|
|
[1 reply] : oops, this was a waste of post. Who woulda thought 6 pounds doesn't ma... (by InterFiction)
|
by detroit
iterators question??
|
|
[10 replies] Last: thanks again for the fast reply firedraco I did solve like that i... (by detroit)
|
by Biglis35
I need to get a website back up & running
|
|
[3 replies] Last: I'm not sure I'm really the right guy for it. (My knowledge of server-... (by Duthomhas)
|
by maryrewalt
C++ assignment - need help
|
|
[3 replies] Last: ifstream inputfile (fileName); The ifstream constructor takes a c... (by Moschops)
|
by csxpeng
pass by pointer and pass a NULL
|
|
[5 replies] Last: ...which is what he intended, of course. The problem is that he is con... (by Duthomhas)
|
by Vrakko
Excercise w/map...?
|
|
[2 replies] Last: thanks! (by Vrakko)
|