Magic Square Testing Program |
|
[no replies]
|
by albo
Computing simple statistics
|
|
[2 replies] Last: codewalker thank you very much for your response, it was really helpfu... (by albo)
|
by Askwer
Code stops working when run :(
|
|
[5 replies] Last: I wouldn't bother using defines for printf or scanf. Are you wanting t... (by TheIdeasMan)
|
by mikeybags
Program is skipping input
|
|
[6 replies] Last: I'm a bit unclear on what you mean by that. My menu selection being w... (by mikeybags)
|
by dtaqee88
When is it necessary to start initializing variables to the heap?
|
|
[10 replies] Last: It's important to understand the difference between a crash , when th... (by helios)
|
by JethroGibbs
I can't figure out this program
|
|
[no replies]
|
by toomanystars
Co-ordinate system
|
|
[2 replies] Last: Thanks L B, greatly appreciated. (by toomanystars)
|
by mezzoforte
Need help with loops and functions
|
|
[6 replies] Last: Try something like this #include<iostream> using namespace std; int ... (by aztech)
|
problems looping for my first time. |
|
[9 replies] Last: That's good! About the random number. Change this line: int srand(t... (by Chervil)
|
Function to compute sum of all even integers from 1 to num (inclusive) |
|
[4 replies] Last: It is a bad idea to declare a function such a way when the function ha... (by vlad from moscow)
|
by bigman40
doing sin program without (math.h)
|
|
[16 replies] Last: thanks that showed me what I needed . I had tried fabs there earlier b... (by bigman40)
|
by s123456
Append to binary file?
|
|
[no replies]
|
by sunrise38501
Colored Text Windows
|
|
[no replies]
|
by s123456
How to open binary file
|
|
[4 replies] Last: Thank you ...ive downloaded a hex editor and seems to work.....nowcan ... (by s123456)
|
GPA calculator |
|
[1 reply] : #include <iostream> #include <iomanip> #include <cmath> using name... (by raymond5624228)
|
Help with a while loops |
|
[3 replies] Last: Also some more advice since I see you're using VS 2012: When you creat... (by useless)
|
Prime Numbers (Two dimensional array using pointers) |
|
[3 replies] Last: I have started from scratch as my first code was very hard to follow. ... (by theoneeyedsnake)
|
by Batyr
Rush Hour Game
|
|
[7 replies] Last: will 2D Array help me in that? It might. I don't think I would d... (by Lowest0ne)
|
by apeachaday
Error reading/matching stack
|
|
[6 replies] Last: Sorry about the code. I'm just really frustrated. I have changed my ... (by apeachaday)
|
by kox
Trouble assigning array with loop
|
|
[1 reply] : Now what's even stranger, I put both array assigment and cout dividabl... (by kox)
|