User profile: HolyCheeseCube
User info |
User name: | HolyCheeseCube |
History |
Joined: | |
Number of posts: | 12 |
Latest posts: |
Im working on my tictactoe board using c++ program [code]#include<iostream.h>
int tictactoe[3][3]= { {0, 0,0},
{0, 0,0},
{0, 0,0}};
void clear...
Can't get max better formatting:
[code]#include <iostream>
#include <fstream>
using namespace std;
int mai...
Copy outputed text to clipboard or .txt file or you can look into file streaming (run a search for fstream), which gets things into a .txt file, ...
Why in the world? [code]int main();
int main()
{[/code]
here's a simple thought, does main() need a prototype? i'...
work with text file 1) to get ‰ on the keyboard, hold down the alt key and press the numbers 0-1-3-7 on the numpad.
...
|
This user does not accept Private Messages