crymedry
MIS
- Nov 19, 2003
- 54
i am using bloodshed dev c++ compiler, and i keep getting error codes that i have no idea what they are telling me ... is there somewhere i can go to find this info, it isn't on their website
thanks
thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
#include <stdio.h>
int main ( ) {
printf( "hello world\n" );
return 0;
}