December 30th, 2010 09:58 AM
AARGGGHHHH this is just a very very simple mistake which i overlook. I spent 2 hours thinking what is the problem. Imagine that. If there are any thumbs up in this forum i will give you a hundred. ...
December 30th, 2010 09:00 AM
I have a question about this particular code.
The structs would not save the value entered by the user into its class' attributes.
If you do not understand what i am talking about, please compile...
April 27th, 2010 07:15 AM
#include <iostream>
#include <cctype>
using namespace std;
int main()
{
int a;
while( cin>>a)
April 27th, 2010 06:02 AM
I want to create a program that ask user for a number then checks whether it is integer or not. If it is an integer it will quit. Else it will ask the user to key in the value until the user key in a...
April 27th, 2010 04:44 AM
I just wanted to see whether it is a digit or not but it gave a night of headache
#include <iostream>
#include <cctype>
using namespace std;
int main()
April 27th, 2010 03:23 AM
i dont understand the last sentence
April 26th, 2010 09:55 AM
What is code tag and indentation?The program definitely compile if you remove the '#' at the beginning and ending of the codes.
The program crash whenever i try to quit the application by choosing...
April 26th, 2010 08:18 AM
Weee almost finish this program but one last thing. Why does this program crash whenever i quit after i do something to the records . Somebody please compile the program and try it and please tell me...
April 22nd, 2010 01:02 PM
I dont know whats the problem. I followed everything the teacher taught me in class but this code just keep having errors!!! I feel like crying now. I am too lazy to explain the problem now. Its late...
April 17th, 2010 11:19 PM
I see i will try improving it and see the result thank you
April 17th, 2010 01:10 PM
#include <iostream>
using namespace std;
int add_record()
{struct weapon
{int id;
int name;
int quantity;