3 problems

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Nov 2008
Posts: 6
Reputation: smeezekitty is an unknown quantity at this point 
Solved Threads: 0
smeezekitty smeezekitty is offline Offline
Newbie Poster

3 problems

 
0
  #1
Nov 28th, 2008
i have three problems first one is in vc++ 2008 express heres the code
  1. #include <windows.h>
  2. #include <iostream>
  3. #include <stdafx>
  4. using namespace std;
  5. int _tmain(){
  6. console::writeline("Window Text");
  7. }
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?
Reply With Quote Quick reply to this message  
Join Date: Nov 2008
Posts: 6
Reputation: smeezekitty is an unknown quantity at this point 
Solved Threads: 0
smeezekitty smeezekitty is offline Offline
Newbie Poster

Re: 3 problems

 
0
  #2
Nov 28th, 2008
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
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 3,114
Reputation: WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of 
Solved Threads: 281
Moderator
WaltP's Avatar
WaltP WaltP is offline Offline
Posting Sensei

Re: 3 problems

 
0
  #3
Nov 28th, 2008
Originally Posted by smeezekitty View Post
i have three problems first one is in vc++ 2008 express heres the code...
And the problem is....?

Originally Posted by smeezekitty View Post
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.

Originally Posted by smeezekitty View Post
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.
The 3 Laws of the Procrastination Society:
1) Never do today that which can be put off until tomorrow
2) Tomorrow never comes
Reply With Quote Quick reply to this message  
Join Date: Nov 2008
Posts: 6
Reputation: smeezekitty is an unknown quantity at this point 
Solved Threads: 0
smeezekitty smeezekitty is offline Offline
Newbie Poster

Re: 3 problems

 
0
  #4
Dec 3rd, 2008
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
Last edited by smeezekitty; Dec 3rd, 2008 at 10:29 pm.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C++ Forum
Thread Tools Search this Thread



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

©2003 - 2009 DaniWeb® LLC