
-----------------------------------
AsianSensation
Fri Jun 13, 2003 3:56 pm

Newbie question
-----------------------------------
I am just startin to learn C++, and I am using visual studio 6.0. I've been reading some tutorial off the net, and I tried to make a number guesser thingie, except it's not working, and I don't know whats wrong with it.#include 
#include 

int main ()
{
	int num, guess;
	
	num=rand() % 100;

	int i=0;
	while (i> guess;
	
	if (guess>num)
	{
		cout