Stowelly
05-31-2004, 10:29 PM
is there anyway of stopping the bulid as a kind of emergencey thing if it hangs when building fairly often on my machine and the only way i can exit is by ctrl alt del to close it down and then re-open it.... this is very annoying
also how do you join characters together using variables etc erm best way of explaining it is this code here... doesnt let me use the last paramiter
int Level = 1;
char *file = "level"+ Level +".map";
another thing although not visual c++ specific.... is there a function thatll let me check if a file exists e.g
if (FileExists("level1.map)
{
do something
}
thanks
also how do you join characters together using variables etc erm best way of explaining it is this code here... doesnt let me use the last paramiter
int Level = 1;
char *file = "level"+ Level +".map";
another thing although not visual c++ specific.... is there a function thatll let me check if a file exists e.g
if (FileExists("level1.map)
{
do something
}
thanks