- Joined
- Apr 18, 2006
- Messages
- 3,593
- Reaction score
- 54
I have passed my final C++ and the envy of it, is finally over after all
What? You survived the wrath of the Exam?
I have passed my final C++ and the envy of it, is finally over after all
What? You survived the wrath of the Exam?
I should sue Alex, you think?
Thanks to AD, I'm now a one-handed typist.
And I think I'll take Shel's advice and cut down the monetary value of my posts from a dollar to twenty-five cents. LOL.
Nothing wrong with a C.
$1 a post???
Had to cut down to 10 cents and it seems reasonable...so far I have been putting several dimes in my bottle.
Hope u feel better!
Nothing wrong with a C.
No it is not a grade, it is one of programming language use in computer world. C++ is not easy one! I have took one and they can be confusing.
I left programming language for Networking which is alot easier and more fun.
No it is not a grade, it is one of programming language use in computer world. C++ is not easy one! I have took one and they can be confusing.
I left programming language for Networking which is alot easier and more fun.
C++ is really easy when it comes to variables, arrays and stuff (basic command window stuff)... but when it comes to Object-Oriented Language level in creating a basic application... i flunked out twice...
That was my cue to drop the double major of computer science & electrical engineering and then switched over to IT major. I was actually glad I took C++ courses because lot of web programming languages like PHP are very similar with C++ structure on basic level. so... it was a breeze for me and ended up with 3.4 in-major GPA
#include "stdafx.h"
#include<iostream>
#include<fstream>
using namespace std;
int input;
int main()
{
cout << "Hello, what is your name?";
cin >> input
myHello.setCName(input);
// prints out info
cout << "Welcome to the C++ Progamming world, " << myHello.getCName() << "!" ;
getchar();
return 0;
}
Hello, what is your name?
JClarke
Welcome to C++ Progamming world, JClarke!
My imagination is driving me nuts today! All my life as long as I could hear, my mom has had a bird clock that would make a bird call every hour. All day today, I've been hearing the same call every 5 seconds over and over and over, and it won't shut up! I'm even imagining somebody spazzing out on the doorbell for hours on end :roll:
Looks like html on steriods. 0.0 I don't know shit about C++ LMAO!
Sounds like you have tinnitus. I had the same thing (it was EXTREMELY LOUD and alternated between 8 different sounds) after both of my CI surgeries.