there making me learn C++ online the book doesn't teach you shit.
so google and yahoo are my god at this point.
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
using namespace std;
int main()
{
char *article[5]= {"","","","", };
char *noun[5]= {"","","","", };
char *verb[5]= { "","","","", };
char *perposition[5]={"","","","", };
}
with that im going to put in that appropriate words and i need it to print out with random sentences.
Results 1 to 7 of 7
Thread: my brains hurt
Threaded View
- 07 Aug. 2014 10:28pm #3