my brains hurt
838 views · started by rygaku ·
Why are you trying to code in C++? Is this for school or a project, or are you just trying your luck at it?
If you're novice I'd recommend something like Python. High-level, easier to read and write.
If you're novice I'd recommend something like Python. High-level, easier to read and write.
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.[/5][/5][/5][/5]
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.[/5][/5][/5][/5]
Html way easier than python if u ask me 
As for c++ I had difficulties building a simple .cpp file, so just give up xD and The Unintelligible doesn't know what his talking about lol

As for c++ I had difficulties building a simple .cpp file, so just give up xD and The Unintelligible doesn't know what his talking about lol
i got it.
OwlCapone wrote:Html way easier than python if u ask me
HTML isn't even the same type of language as C++ or python you retard.
Stop giving advice if you don't know what the fuck you're talking about. You're comparing a markup language used to write simple web pages to an actual programming language.
@rygaku; great. In the future it would be recommended to post programming related posts in the programming section.
It's the appropriate section and it would be easier to help you out there if you ever have anymore problems.
The Unintelligible wrote:HTML isn't even the same type of language as C++ or python you retard.
Stop giving advice if you don't know what the fuck you're talking about. You're comparing a markup language used to write simple web pages to an actual programming language.
@rygaku; great. In the future it would be recommended to post programming related posts in the programming section.
It's the appropriate section and it would be easier to help you out there if you ever have anymore problems.
True
But html IS and still is easier to learn than python or c++
