Forum: C++ Jan 15th, 2009 |
| Replies: 2 Views: 735 #include <iostream>
#include <ctime>
#include <cstdlib>
#include <string>
#include <windows.h>
#include <ctime>
#include <conio.h>
#include <ctype.h>
#include <iomanip> |
Forum: C++ Nov 24th, 2008 |
| Replies: 4 Views: 454 |
Forum: C++ Nov 24th, 2008 |
| Replies: 4 Views: 454 I am looking for a command where i can press m and it pulls up my menu function. i feel retarded cause i tried to look it up but i dont know what i should look for exactly
i know qbasic has a... |
Forum: C++ Nov 20th, 2008 |
| Replies: 4 Views: 360 oh wow that is a different way thinking about it. thanks |
Forum: C++ Nov 20th, 2008 |
| Replies: 4 Views: 360 well it is a memory game where you match 2 numbers
and i want random numbers between 0 and 17 on the board i need 2 of the same number on the board |
Forum: C++ Nov 20th, 2008 |
| Replies: 4 Views: 360 Hi all i am working on a memory game and i am having problems inputing the data so it checks if a 3rd number is pulled up to ignore it
thanks in advance
int card[6][6],total=0,value,test; ... |
Forum: C++ Oct 11th, 2008 |
| Replies: 5 Views: 541 |
Forum: C++ Oct 10th, 2008 |
| Replies: 5 Views: 541 oh sorry i forgot to add i have to use string as binary this is hw for school. pow only works with double. :( |
Forum: C++ Oct 10th, 2008 |
| Replies: 5 Views: 541 can someone look at this? in theory it should work but i cant figure it out
thanks in advance
#include<iostream>
#include<string>
#include<cmath>
using namespace std;
void binToDec(string... |
Forum: C++ Oct 10th, 2008 |
| Replies: 8 Views: 657 haha im just making small programs for class thanks for the help. stupid mistake |
Forum: C++ Oct 10th, 2008 |
| Replies: 8 Views: 657 so i have spent 3 hours trying to figure out how exponents work in C++ but now. my if statement isnt working. even if i punch in a 0 it spits out 1
thanks in advance
#include<iostream>... |