Author |
Message |
Topic: C++ as .exe problem |
gman
Replies: 2
Views: 9630
|
|
cool. Thanks. I'll be sure to check that website out :wink: |
Topic: C++ as .exe problem |
gman
Replies: 2
Views: 9630
|
|
i'm trying to run a simple program:
#include <stdio.h>
int main()
{
printf("testing...");
return 0;
}
But it comes up with an Inter ... |
Topic: Installing YaBB? its not working... |
gman
Replies: 16
Views: 35936
|
|
this is the only line with @inc in it:
@INC,$yypath
And the includes look all right to me as well.
### Requirements and Errors ###
use CGI qw(header cookie); # so we can use the header and cooki ... |
|