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?

Recommended Answers

All 3 Replies

by the way the error code for the first prblem is:
general error c1010070: Failed to load and parse the manifest. The system cannot find the file specified .\ i_am_doing_a_Test.exe.intermediate.manifest

i have three problems first one is in vc++ 2008 express heres the code...

And the problem is....?

Second is in old turbo C++ 1.01
how can i use a similer to if ( X = X) for char instead?

The exact same way you do it in VC++ 2008. Either that or I don't understand the question.

and third how do you erase a graphic element in turbo C++ 1 without closing graphics?

Depends on how you created the graphic element. First thought is to rewrite the graphic element but with the background color.

no more troubles about the char
but on the code aove it should form a window right? why is it not compileing
the graphics element was created with bgi
and i was hoping to create and erase atleast 3 times per second

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.