June 29, 200620 yr My bachelors degree says I can , but Im a bit rusty lately :P I like to fart silently but deadly in movie theatersArd Choille says (11:41 PM):I wouldn't dare tell you what to do m'dear
June 30, 200620 yr *raises hand* However, i dont use it much since i mainly code web stuff for tip, which is PHP :P
June 30, 200620 yr I can't even figure out Pascal :wall: I feel like an idiot lol Internet Marketing For Newbies
June 30, 200620 yr I know C but never wanted to learn C++. I'm a procedural programmer not an OOP one. :)
June 30, 200620 yr I can't even figure out Pascal :wall: I feel like an idiot lolTrust me, it depends on how your mind works... My parents have been studying the brain for the last year or so, and if your way of thinking isn't a right way, then you might as well stay away from coding, and try something else... You will be good at something, it's just figuring about what :D
July 1, 200620 yr It also depends on how you're taught too. For instance, my friend had trouble learning PHP until I explained things in a different way than the tutorials she was looking at.
July 1, 200620 yr I only know Microsoft Logo :lol: And you think you feel like an idiot I can't even figure out Pascal frustrated I feel like an idiot lol Off-Topic ________ 200 Posts FTL!!!!!
July 1, 200620 yr Rofl, I've tried it.. My first program: #include using namespace std; int main() { int thisisanumber; cout<<"Please Enter a number: "; cin>> thisisanumber; cin.ignore(); if (thisisanumber == 3) { cout<<"You picked the best number ever!!\n"; } else if (thisisanumber>0) { thisisanumber = thisisanumber* 2; cout<<"You entered: "<< thisisanumber <<"\n"; thisisanumber = thisisanumber/2; cout<<"..Just kidding, you entered: "<< thisisanumber <<"\n"; } else if(thisisanumber<0) { cout<<"Don't be so Negative!=P\n"; } else { cout<<"You have to be joking, who enters 0 as a number"; } cin.get(); } By the way, I'm 13. I know pascal, and Delphi though!
Create an account or sign in to comment