by HSflower
2-D arrays & function
|
|
[2 replies] Last: void PrintArray(int arr) { for (int i = 0; i < 10; ++i) ... (by Stewbond)
|
by phantasm
plz help me this exercise
|
|
[1 reply] : I don't mind helping you and can help, but First I need to see your at... (by Stewbond)
|
by eyeless71
Pig latin
|
|
[3 replies] Last: After compiling my code it I forgot that C++ doesn't allow you to conc... (by IceThatJaw)
|
by Rajkarthick
Function Pointer
|
|
[1 reply] : http://lmgtfy.com/?q=C%2B%2B+function+pointer (by MikeyBoy)
|
by Blank
magic dates...
|
|
[2 replies] Last: i have actually figured it out now...i just had to stare at the proble... (by Blank)
|
by x3r0ck
GameLoop design.
|
|
[no replies]
|
by BojanK
C++ and data base
|
|
[no replies]
|
by thebawt
strings
|
|
[9 replies] Last: well MikeyBoy , i'm sure you don't know anything about my specific pr... (by Rechard3)
|
by gyneisler
Messages Problem
|
|
[1 reply] : ok, i can see multiple problems, i'll start with the one you're asking... (by Rechard3)
|
by Bernami
Strange output from adding elements in an array.
|
|
[2 replies] Last: Thank you for pointing those out. (by Bernami)
|
by UnitedJayMo
error! function does not take 0 arguments PLEASE HELP!!! DESPERATE TO FINISH THIS PROGRAM (1,2)
|
|
[24 replies] Last: @Rechard3 #include <iostream> using namespace std; int main () { co... (by UnitedJayMo)
|
by a sk
Size of pointer-to-pointer
|
|
[7 replies] Last: just one note about the size of a pointer, because the pointer is actu... (by Rechard3)
|
by AphexBravia
Converting int to array (1,2)
|
|
[24 replies] Last: i want it to be open source. (by Rechard3)
|
by wreglefan
Writing to an outFile
|
|
[6 replies] Last: I got it figured out....thanks!! (by wreglefan)
|
by vnii
How to read certain lines from a txt file?
|
|
[11 replies] Last: it should be a simple task for an experienced programmer to examine yo... (by Rechard3)
|
by tdk93
counting characters from a string
|
|
[1 reply] : Before using any function you should read its description. (by vlad from moscow)
|
by Rakanoth
function that call themselves???
|
|
[10 replies] Last: whoops I meant n * factorial( n - 1 )...sorry long long int factorial... (by giblit)
|
Need help with pointers - I think |
|
[3 replies] Last: back to what I said you need to use () when you are calling a function... (by giblit)
|
by Elidor
cc1plus
|
|
[3 replies] Last: @Catfish4 Beautiful solution though I wish I knew what was wrong with ... (by Elidor)
|
by vnii
Writing to a file.
|
|
[5 replies] Last: #include<iostream> #include<string> #include<fstream> #include<iomani... (by vnii)
|