Search Results

Showing results 1 to 6 of 6
Search took 0.01 seconds.
Search: Posts Made By: besktrap ; Forum: C++ and child forums
Forum: C++ Jan 10th, 2009
Replies: 6
Views: 367
Posted By besktrap
Thanks again! But when I cout << game, i get

0x441000

What happend there?
Forum: C++ Jan 10th, 2009
Replies: 6
Views: 367
Posted By besktrap
Thanks! But how would I change the contents of variable with out completely erasing it?
ex:
In Tic Tac Toe, the third line looks like this:

Line_one[3] = { ' ', ' ', ' ' }

Then the player...
Forum: C++ Jan 10th, 2009
Replies: 6
Views: 367
Posted By besktrap
Hi everyone. I'm currently working on a Tic Tac Toe game, and I am having a little trouble with, well, I'm not even sure what to call them. They are a variable with brackets like so below. Anyway, I...
Forum: C++ Aug 6th, 2008
Replies: 3
Views: 591
Posted By besktrap
Heres the main part:

#include <iostream>
#include <windows.h>
#include <fstream>

using namespace std;
char txtname;

int main(void)
Forum: C++ Aug 6th, 2008
Replies: 3
Views: 591
Posted By besktrap
So, I'm making a simple program that can edit text files. I have a text input that says "Please enter the name of the file, followed by a '.txt'. ". Although, whenever I enter a name, it will only...
Forum: C++ Jul 13th, 2008
Replies: 1
Views: 532
Posted By besktrap
OK, so on my program, whenever I enter in incorrect selection (when I am actually running it), it goes back to the main loop and continually loops! what's wrong with it? here's the code:

/*
...
Showing results 1 to 6 of 6

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC