by Haschiiee
main() "doesn't exists" - can't return
|
|
[1 reply] : A program is not allowed to call the main() function don't do it. If y... (by Peter87)
|
by Algar32
Array question?
|
|
[6 replies] Last: foo returns 5 is my answer then! Thanks my friend! (by Algar32)
|
by erandall
Loop and a half before runtime exception
|
|
[2 replies] Last: I'm rather surprised that links. int* is not the same type as int Tw... (by cire)
|
by Dannehood
Help needed(SFML): Creating "pointer array objects" (*object
|
|
[1 reply] : counter is always 1 greater than the last bullet you new 'd. You... (by cire)
|
by vckngs7
Data Storage Help
|
|
[11 replies] Last: Thanks so much. I've got it working now, I appreciate the help. (by vckngs7)
|
by KinPom
unknown array size
|
|
[3 replies] Last: That looks more or less okay, however you need to allocate the origina... (by Athar)
|
by david188288
dynamic array of constants
|
|
[5 replies] Last: Thank you ! That was really helpful. (by david188288)
|
by Dee Hood
File into Array
|
|
[2 replies] Last: Not sure what an iterator is the instructions are for me to use a para... (by Dee Hood)
|
by tnguyen113
What am I doing wrong? Involves Void Returning Functions
|
|
[14 replies] Last: I got it! Thanks, you're awesome! (by tnguyen113)
|
by cscbeginner
Help a lab question
|
|
[3 replies] Last: Selection sort means looking for the smallest item in the remaining li... (by Athar)
|
How to measure time difference in c++ |
|
[7 replies] Last: Oops, my bad. (by Duthomhas)
|
Help with array question |
|
[4 replies] Last: alright thanks a lot (by cscstudent1991)
|
by Eyad
Linked List
|
|
[8 replies] Last: i already submit it, thanks anyways, and sorry buddy if i offended you... (by Eyad)
|
by programmerx
string comparison
|
|
[1 reply] : strcpy is for copying c strings. It has nothing to do with comparison. (by Peter87)
|
Wrong virtual function called? |
|
[8 replies] Last: Aaah now I see where the problem was with my operator<. Thanks! (by closed account 10oTURfi)
|
by Algar32
Basic array questions
|
|
[5 replies] Last: int foo (void) { int i,j,k; int a ; for(j=0;j<4;j++) { for(k=0... (by Algar32)
|
by amaya224
Program all around messed up. Tell me what I'm doing wrong?
|
|
[5 replies] Last: Shinigami, do you mean I don't have to continue typing that out in ea... (by Shinigami)
|
How can we use gotoxy statement in dev C++? |
|
[1 reply] : Pretty much the same as using it in MS Visual C++ Express, except you ... (by whitenite1)
|
by jokeaccount
8259 interrupts for Serial Com
|
|
[no replies]
|
I want the following coddings |
|
[3 replies] Last: If you don't want anyone to know about your data, don't give it away. (by Peter87)
|