Forum: C Apr 10th, 2009 |
| Replies: 3 Views: 517 i dont see any undeclasred variables
although i something similer once
the picture never came out right
so i gave up |
Forum: C Apr 10th, 2009 |
| Replies: 5 Views: 7,281 its not as hard as you think
just give it a shot
as long as you know how to use scanf fscanf fopen printf your
are good |
Forum: C++ Dec 3rd, 2008 |
| Replies: 4 Views: 309 simple, like this
int go() {for(int n = 0; n<blocksx;n++){
for(int x = 0; x<blocksy;x++){
return 0;
}
now evrey time you use go();
it will call and run |
Forum: C++ Dec 3rd, 2008 |
| Replies: 3 Views: 432 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... |
Forum: C++ Nov 28th, 2008 |
| Replies: 3 Views: 432 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 .\... |
Forum: C++ Nov 28th, 2008 |
| Replies: 3 Views: 432 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... |