No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
Re: well start on windows 98 or windows 95 windows xp could work to but it is easier to get viruses on your system with a windows 98 if you want to earn money for writing a virus you could try to build one for mac os X but because it … | |
Re: have you tried to repare your computer with Disk Firstaid it uasly takes care of most problems if you need to, you could get disk warrior it is a repare utility that fixes all issues. first try diskfirst aid go in to applications/Utilities diskfirst aid repare permissions if that doesent … | |
Re: if you have the install disk you can run disk firstaid to repare most major problems it could also be a privlege problem where you would need to repare your permissions. hold the c key down when you start up with the install disk in your computer go to the … | |
here is my problem main.c:17: error: parse error before '{' token main.c:27: error: parse error before string constant [CODE]#include <stdio.h> #include <c.h> #include <math.h> #include <ctype.h> #include <time.h> #include <stdlib.h> #include <string.h> #define kmll 200 #define Kzll 0 int myint,any,go; int main (int argc, const char * argv[]) { (myint, … | |
Re: i don't know that that is your problem normally it defrags it self try clicking on your HD click file drag to get info (cmd I) then click index if your actually having problems go to applications/Utilities/ find disk utility and find the button re-pare permissions after doing these 2 … | |
im learning c and need help learning this concept and what it does [code]#include <stdio.h> #include <c.h> #include <math.h> #include <time.h> #include <stdlib.h> int rollone(void); void printrolls(int rolls[]); void printx(int howMany); int main (int argc, const char * argv[]) { int rolls[ 13 ], twoDice, i; srand (clock() ); for … | |
[code]#include <stdio.h> #include <c.h> //int main (int argc, const char * argv[]); switch (1066) { case 1066 printf( " Battle of Hastings"); break; case 1492 printf( "columbus sailed to some place" ); break; case 1776 printf( "The decleration of indipendence was written and signed") break; defult: printf( "something happend but … |
The End.