Pig Latin Help |
|
[no replies]
|
by norgent
Array error - "no match for 'operator[]' in 'map[i]'
|
|
[6 replies] Last: Thanks very much! The map is now passed to the input function and ever... (by norgent)
|
by Ihtisham
Spilitting a string and storing it into dynamically allocated double pointer array.
|
|
[no replies]
|
by ahboy
C MPI
|
|
[no replies]
|
by pabloist
question about switches and continue.
|
|
[1 reply] : It's fine. (by hamsterman)
|
by atitaniuma
C++ game
|
|
[4 replies] Last: If you haven't lost, the continue on line 112 prevents lines 114-121 f... (by hamsterman)
|
by jaimesharp
Writing Switch or for loop to read character stored in array and update balance ATM Program
|
|
[no replies]
|
by jls36
int Length(char *s);
|
|
[2 replies] Last: thanks, I figured it out. My teacher wanted us to make or own version ... (by jls36)
|
by Blessman11
Listening for keys UP DOWN LEFT & RIGHT (open gl)
|
|
[2 replies] Last: with glut void Special_key_cb(int key, int x, int y){ switch( key )... (by ne555)
|
by Nohbdy
Pointer to undefined function value gotten at run-time, a way around?
|
|
[2 replies] Last: // Hah thank you very much. I used extern because I wanted to make it ... (by Nohbdy)
|
Displaying Korean text (한국말) |
|
[3 replies] Last: http://xoax.net/comp/cpp/console/Lesson45.php this page has a really g... (by Blessman11)
|
by snowboarder7
Delete certain couts?
|
|
[2 replies] Last: Ah I see. 1. So in languages like DarkBasic Pro (What I first starte... (by snowboarder7)
|
by MadRedCzech
Format output to table
|
|
[no replies]
|
Input validation - inputting character to an int variable |
|
[7 replies] Last: I have a similar problem. The way I thought to solve it was to use a s... (by Argetlam81)
|
Function with multiple datatypes |
|
[3 replies] Last: Hey, thanks a lot guys! :D (by thepedestrian)
|
by MadRedCzech
Please help!
|
|
[5 replies] Last: Thank you for your help! (by MadRedCzech)
|
by malikrgc
how i can switch it into two single array ?
|
|
[2 replies] Last: you got it boss thanks (by malikrgc)
|
by staghzout
String to Int
|
|
[4 replies] Last: Yeah, I had that problem before, when using strings. stringstream is a... (by Lynx876)
|
by Begin
Instantiate an array of objects
|
|
[3 replies] Last: @Athar: Thank you! I have a lot of reading with vectors, lists and deq... (by Begin)
|
Help with Void function |
|
[16 replies] Last: don't worry about it. it doesn't make any difference to me :p I was j... (by Zap)
|