i have three problems first one is in vc++ 2008 express heres the code
#include <windows.h>
#include <iostream>
#include <stdafx>
using namespace std;
int _tmain(){
console::writeline("Window Text");
}
Second is in old turbo C++ 1.01
how can i use a similer to if ( X = X) for char instead?
and third how do you erase a graphic element in turbo C++ 1 without closing graphics?