Updating a grid array? |
|
[no replies]
|
by Jack816
While loop
|
|
[1 reply] : - for loop int i = 0 etc but subsequent code doesn't mention index i, ... (by gunnerfunner)
|
by Chamat
Moving values of an array to the right
|
|
[6 replies] Last: #include <iostream> #include <cstdlib> #include <ctime> #include <iom... (by lastchance)
|
by rdigney
homework due tomorrow...cannot make it run properly
|
|
[9 replies] Last: #include <iostream> #include <string> using namespace std; int main... (by closed account 48T7M4Gy)
|
by SamT1234
Multiple Choice Test
|
|
[3 replies] Last: Here is another way of going about it. It can be built on to make it m... (by closed account 48T7M4Gy)
|
by bluefrog
long double vector
|
|
[3 replies] Last: The operator =(...) can only be used for existing objects. On line 50... (by coder777)
|
by l4igi
Stuck with Vectors and Recursive Functions
|
|
[4 replies] Last: That solved the problem thx a lot :D (by l4igi)
|
by gl3nnn
Pass-by Reference
|
|
[2 replies] Last: Thanks so much for your help. I spent 1h trying to understand how it w... (by gl3nnn)
|
by zeroblank
Why does my programe crashs when i use the Or statement ||
|
|
[9 replies] Last: <3 ya man ... thanx (by zeroblank)
|
by Day Vide
Send key strokes
|
|
[2 replies] Last: If you're on Windows you can use SendInput(), though I prefer keybd_ev... (by integralfx)
|
by Beez
Priority Queue Processing Events | Not Working Correctly
|
|
[no replies]
|
by rdigney
Password validation
|
|
[6 replies] Last: http://www.cplusplus.com/forum/beginner/202982/ (by closed account 48T7M4Gy)
|
by ukeleke
Can someone help me ?
|
|
[4 replies] Last: strlen() does not include the terminating null character. #include <... (by Chervil)
|
by newcoder1
Connect 4 game won't end
|
|
[no replies]
|
by Jack816
Finding '\n' in a text file
|
|
[3 replies] Last: Is this not sufficient? std::cout << pigLatin << "\n"; (by integralfx)
|
Help making this game work |
|
[3 replies] Last: yes and the technique would be similar. Rather than displaying menu op... (by tristan1333)
|
by TheEurekaMan
Simple trouble using character testing function
|
|
[1 reply] : int isalpha ( int c ); Checks whether c is an alphabetic letter. A ... (by integralfx)
|
by ruslive109
Dice Game. Trouble finishing it off.
|
|
[8 replies] Last: Many thanks to all! (by ruslive109)
|
by YahooAccount
Need Help with Function; program not working
|
|
[7 replies] Last: You could use void but then you would have to create the variable area... (by joe864864)
|
Palindromes help |
|
[3 replies] Last: string sentence; // default constructor -> empty string "" int si... (by integralfx)
|