The Lounge thread: Whatever you feel like......... Anything goes! Part XI

Status
Not open for further replies.
What? You survived the wrath of the Exam?

Yes, I have. C++ is the hardest subject to overcome with in the course, I failed it twice last semester and the teacher gave me the last chance, so I studied and did the program run and passed. =) Envy ends there.
 
I went to the doctor today to get a physical check up and got blood withdrawed and got a flu shot then went to work after the doctor. I have dentist appt tmw afternoon also. Im just catching up on my health status.
 
:laugh2:

I should sue Alex, you think? :giggle:

Thanks to AD, I'm now a one-handed typist. :lol:

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.

$1 a post???:shock:

Had to cut down to 10 cents and it seems reasonable...so far I have been putting several dimes in my bottle. :D

Hope u feel better!
 
$1 a post???:shock:

Had to cut down to 10 cents and it seems reasonable...so far I have been putting several dimes in my bottle. :D

Hope u feel better!

thanks, shel! :)

i'm going to be starting physical therapy soon, so i'm sure that will help. if not, surgery is the next step. (my doctor wanted me to have surgery, but i asked for physical therapy first. if there is no improvement after 6-12 weeks of therapy, then i'll proceed with surgery.)

as for my irritability and mania, today has been a very difficult day emotionally, so i'm sure my moods will improve once i get a good night's sleep tonight. <crossing fingers>

by the way, ten cents sounds reasonable. i think i can handle that. :lol:
 
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.
Nothing wrong with a C.
 
I got a open book exam today. (allows books, notes in exam) Hopefully it will go well. :)
 
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.

Perhaps ask Bill Gates about this...he could be as your tutor unless you're interested in computer project. :giggle:
 
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... :dizzy:

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 :cool2:
 
i just finished taking my guide dog out to do her business and guess what? it's snowing outside! as surprised as i am about the snow, i don't think i'm quite ready for it yet. :lol:
 
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... :dizzy:

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 :cool2:

Excatly, and nice work, Jiro.

C++ looks like this, for example.

Code:
#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;
}

This prints out this
Code:
Hello, what is your name?
JClarke
Welcome to C++ Progamming world, JClarke!

:cool2:
 
Good luck SG, Deafbaja, Jclarke meant C++ is a computer language not a grade.....dunno what grade he got, but sounds like a pass (this time), and yes Iv'e done C, C++ (amongst others as well , I excelled in Cobol (on a mini computer a smaller mainframe in the 80's) and Atari Basic in the 80's- I loved that language) before so i know c, C++ (2002-2003) aren't much fun either..bloody weird contradictive rules and exceptions, its ridiculous so i know what ya mean JC....and congrats
 
Looks like html on steriods. 0.0 I don't know shit about C++ LMAO!
 
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! :dizzy: I'm even imagining somebody spazzing out on the doorbell for hours on end :roll:
 
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! :dizzy: I'm even imagining somebody spazzing out on the doorbell for hours on end :roll:

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.
 
Wow, I remember doing C++ language back in my computer class in school. I haven't thought about that in years.
 
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.

I supposedly have no residual hearing, so I thought that meant I shouldn't be hearing anything. That's why I figure I'm imagining it. It's not really loud. It's in fact very soft. It reminds me of my audiology tests when I couldn't tell if I was actually hearing the beeps or if they were just my imagination.
 
Status
Not open for further replies.
Back
Top