|
From: john m. <jun...@ho...> - 2001-08-05 20:51:09
|
hi all. i have 2 questions.
1) when i try to do the following in my program, it compiles but wheni run
it i get an mscvrt.dll error, can anyone help.
int numb;
char* s;
s = strstr("hello there", "there");
numb = strcmp("there", numb); <<<---this is where the problem is.
2) you know you have the template for an API with dev-cpp. well how to i put
text inside that program? a button would be good too?
thankyou to anyone that can help.
John.
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
|