teaching OLD dog new tricks

Robertson_Tech

Dopameans and SodaPals proud dad.
I started back to school :giggedy:I guess I just did not have enough stress
ctu_campus.gif
I am completing my BSEE but I am starting off with all programing classes C++ tomorrow.
 
Bigger geek than me!
Bigger geek than me!
Bigger geek than me!
Bigger geek than me!

:D :D

Just kidding. That's cool, Bill.

I've been thinking over the whole MBA thing lately. It seems it's a need to move up the ladder despite the fact that the same people that look for that tend to dismiss it on resumes from new grads.. almost like an "experienced MBA" is what they are looking for..... I dunno. I'd be starting from square one...
 
just did my first C++ program not hard :)

#include<iostream>
usingnamespace std;

void main()
{
cout <<
"hello world.";
}
 
WONT doing all that studing stunt your growth and shut down your brain cells? i heard you can get that - being smart disease.......wheen you open your mouthand nothing comes out-- like our heads of state--- better watch how you take it all in.... you could overreact-----sit down Bill i am talking to you and yes you have detention tonite-----and no that is a dunce cap not a funnel... no you dont sit on it -- no the pointed side up ... no its not a megafone....glad your back Bill.... now sit down -pencils ready?????oh and put a condom on your pencil that way you don,t make mistakes Bill ---Bill--Bill----what are you doingwith that -- put your pencil away Bill----glad your back ---lol
 
I got my grade for the first 2 weeks 98 out of 100 and I read a chapter ahead... I suprisied myself ( of cource they did not grade spelling or english. Sitting in class....

still easy code

//William Robertson
//lab2
//cs 104 summer 2007
#include<iostream>
#include<string>
usingnamespace std;
void main()
{
string name;
cout <<
"please type your full name:";
cin >>name;
string occupation;
cout <<
"please type your occupation:";
cin >>occupation;
double salary =0;
cout <<
"please type your salary:";
cin >>salary;
double raise =.035;
double salarynew =0;
salarynew = salary + (salary * raise);
cout <<
"Name: "<<name<<endl;
cout <<
"Occupation: "<<occupation<<endl;
cout <<
"What you were making: "<<salary<<endl;
cout <<
"The bosses decided your new salary is just: "<<salarynew<<endl;
}

 
C++....sounds like my GPA from high school :bwuhaha:

Cool, go for it! :bravo:
 
:giggedy::giggedy:I am done:giggedy::giggedy:
I just got 201 out of 200 on the final ave was 95% this school is tough you have to have over a 93 to get an A so I did :)

So kids let this be a lesson if you never use drugs and only drink once every year or so when you are old and decrepted you can still learn new stuff.. I am still in class and
only one other student has completed the test I have mine back and I came in a hr late ( stayed up too late last night.. )

I hope to use c++ to program fuel injection someday so this will not be a waist.... Wish me luck
 
OK-OK-OK----Bill how do you get more out of something less---ie- 201 out 200. yer drivin me to drink there boy:doh:-----anyway your the teachers pet ---- she couldn,t afford a dog eh? good luck Bill-------------i got an MBA to ------my - big- ass --- from sittin in high shcool:bwuhaha::bwuhaha::bwuhaha:
 

SiteLock

SiteLock
Back
Top