- Jun 23, 2001
 
- 13,674
 
- 1
 
- 76
 
I don't know, they always work for me.Originally posted by: MAME
programs work with just backing up application data? I thought the registry data was required!
I don't know, they always work for me.Originally posted by: MAME
programs work with just backing up application data? I thought the registry data was required!
Originally posted by: MrCodeDude
Keeps most of your program's settings.Originally posted by: MAME
Originally posted by: MrCodeDude
Not if you copy the Application Data folder over again.Originally posted by: MAME
you have to reinstall the programs.
registry?
Hey guys, look what I wrote today:
//T3AppE03.cpp - calculates and displays a commission amount
#include <iostream>
using namespace std;
int main()
{
//hi2u
cout << "omgs hi2u. this class is hard\n\n ";
//declare variables
float sales = 0.0;
float rate = 0.0;
float commission = 0.0;
//enter input items
cout << "Enter your Sales: ";
cin >> sales;
cout << "Enter your Commission Rate: ";
cin >> rate;
//calculate commission
commission = sales * rate;
//display commission
cout << "Your Commission: " << commission << endl;
return 0;
}
//end of main function
Originally posted by: MrCodeDude
hahahaahahaha.Originally posted by: Reliant
My computer science teacher in college was making a program as an example, and the villian was a guy named Dr. NoNookie......I wonder how my teacher was feeling about life at that point.
Originally posted by: zerocool1
my high school teacher asked me what firewire was....
Ten minutes? That is an insultOriginally posted by: amdfanboy
Originally posted by: MrCodeDude
Keeps most of your program's settings.Originally posted by: MAME
Originally posted by: MrCodeDude
Not if you copy the Application Data folder over again.Originally posted by: MAME
you have to reinstall the programs.
registry?
Hey guys, look what I wrote today:
//T3AppE03.cpp - calculates and displays a commission amount
#include <iostream>
using namespace std;
int main()
{
//hi2u
cout << "omgs hi2u. this class is hard\n\n ";
//declare variables
float sales = 0.0;
float rate = 0.0;
float commission = 0.0;
//enter input items
cout << "Enter your Sales: ";
cin >> sales;
cout << "Enter your Commission Rate: ";
cin >> rate;
//calculate commission
commission = sales * rate;
//display commission
cout << "Your Commission: " << commission << endl;
return 0;
}
//end of main function
I hope that didn't take you more than ten minutes.
Originally posted by: Reon
this is soooooo funny. i took c++ in high school, didnt learn sh1t because the teacher knew a lot of programming language except c++. and i woul djust get someone else's project and change the variable names. hahahahah
Originally posted by: vshah
Originally posted by: Reon
this is soooooo funny. i took c++ in high school, didnt learn sh1t because the teacher knew a lot of programming language except c++. and i woul djust get someone else's project and change the variable names. hahahahah
we just got the teacher aides who were in our grade to install a keylogger on teachers machine, and used her login to get the solutions for each assignment. we'd just switch around the order of the functions and write our own comments. after those 10 mins we'd just play starcraft or UT2k3 (cs lab with decent comps [p4 2.4c + ti4200] & all the monitors facing away from the teacher = teh fun)
-Vivan
OMGOriginally posted by: vshah
Originally posted by: Reon
this is soooooo funny. i took c++ in high school, didnt learn sh1t because the teacher knew a lot of programming language except c++. and i woul djust get someone else's project and change the variable names. hahahahah
we just got the teacher aides who were in our grade to install a keylogger on teachers machine, and used her login to get the solutions for each assignment. we'd just switch around the order of the functions and write our own comments. after those 10 mins we'd just play starcraft or UT2k3 (cs lab with decent comps [p4 2.4c + ti4200] & all the monitors facing away from the teacher = teh fun)
-Vivan
Originally posted by: MrCodeDude
Not in California where teachers are severly underpaid. No initiatives.Originally posted by: dabuddha
Originally posted by: notfred
Originally posted by: MrCodeDude
This is community college, but meh.
Community college = high school 2.0. I don't think I'd ever go back to a community college again. At least your class will probably be an easy A.
That's a moronic statement. Given the "quality" of today's college courses, I've found that community college teachers tend to actually teach better. This is after seeing 3 different CC. I've taken classes at 2 different universities and my wife has as well. The teachers on average tend to not really care at all about their students.
Originally posted by: notfred
Originally posted by: MrCodeDude
This is community college, but meh.
Community college = high school 2.0. I don't think I'd ever go back to a community college again. At least your class will probably be an easy A.
Originally posted by: vshah
Originally posted by: Reon
this is soooooo funny. i took c++ in high school, didnt learn sh1t because the teacher knew a lot of programming language except c++. and i woul djust get someone else's project and change the variable names. hahahahah
we just got the teacher aides who were in our grade to install a keylogger on teachers machine, and used her login to get the solutions for each assignment. we'd just switch around the order of the functions and write our own comments. after those 10 mins we'd just play starcraft or UT2k3 (cs lab with decent comps [p4 2.4c + ti4200] & all the monitors facing away from the teacher = teh fun)
-Vivan
Originally posted by: amdfanboy
Originally posted by: zerocool1
my high school teacher asked me what firewire was....
Mine asked me what AMD was. I think I almost cried.
Originally posted by: MrCodeDude
Ten minutes? That is an insultOriginally posted by: amdfanboy
Originally posted by: MrCodeDude
Keeps most of your program's settings.Originally posted by: MAME
Originally posted by: MrCodeDude
Not if you copy the Application Data folder over again.Originally posted by: MAME
you have to reinstall the programs.
registry?
Hey guys, look what I wrote today:
//T3AppE03.cpp - calculates and displays a commission amount
#include <iostream>
using namespace std;
int main()
{
//hi2u
cout << "omgs hi2u. this class is hard\n\n ";
//declare variables
float sales = 0.0;
float rate = 0.0;
float commission = 0.0;
//enter input items
cout << "Enter your Sales: ";
cin >> sales;
cout << "Enter your Commission Rate: ";
cin >> rate;
//calculate commission
commission = sales * rate;
//display commission
cout << "Your Commission: " << commission << endl;
return 0;
}
//end of main function
I hope that didn't take you more than ten minutes.
Took me like 3 minutes, tops. Then I got bored. So I started neffing on ATOT again.
Originally posted by: Apathetic
Originally posted by: amdfanboy
Originally posted by: zerocool1
my high school teacher asked me what firewire was....
Mine asked me what AMD was. I think I almost cried.
OK, I have to admit it. I probably would have cried. That is truely sad (and lame and pathetic...) Shouldn't teachers at least be required to KNOW the field they are teaching??
Dave
Originally posted by: zerocool1
Originally posted by: Apathetic
Originally posted by: amdfanboy
Originally posted by: zerocool1
my high school teacher asked me what firewire was....
Mine asked me what AMD was. I think I almost cried.
OK, I have to admit it. I probably would have cried. That is truely sad (and lame and pathetic...) Shouldn't teachers at least be required to KNOW the field they are teaching??
Dave
she was talking about input and output devices. I think I said firewire is an input device, but its both...a minor technicality
