Logo
c
mainfo for c: videos, blogs, definitions, info, downloads, links, Q&A
c


 
 
Advertisment

 
Wikipedia

Washington, D.C. is the capital city of the United States of America. ...
http://en.wikipedia.org/wiki/Washington,_D%2EC%2E
 
Links

 
 
Blogs

http://feeds.krqe.com/~r/krqe-topstories/~3/304769973/story.asp
Kennedyu0026#39;s niece says senator grateful for prayers (by: unknown)
Associated Press - June 4, 2008 3:53 PM ET WASHINGTON (AP) - Kathleen Kennedy Townsend says her uncle Edward Kennedy is grateful for all the prayers he has received since being diagnosed with a...

http://trends.move.com/gadgets-for-senior-living/
Gadgets For Senior Living (by: Cecilia-C)
Getting old is a fact of life. As we age, certain things become more and more difficult to do, and oftentimes the amount of dangers that surround us increases. But there is no need to abandon all hope, the marketplace is wrought with ...

http://jandcandme.wordpress.com/2008/06/04/operation-play-in-the-playroom/
Operation play in the PLAYROOM (by: jandcandme)
It’s even got a/c for the summer (unlike downstairs). It’s never played in. In an effort to de-toy the rest of my house, I’m putting “Operation Play in the Playroom” into action. All toys shall be relocated there, an no cartoons will ...

http://forums.vwvortex.com/zerothread?idu003d3871804
Mechanics and Repair Gurus -- A/C Question (by: DeadEyedButUnbroken)
So, due to the weather getting warmer, I turned on the A/C in my winter beater Pathfinder, and realized that it's not blowing cold. So I went to NAPA and picked up one of the R-134 recharge kits, with a gauge. ...

 
Videos

O.C.U.: Trigger Happy Police


M.C. World The Girlz: Now Dance (General Version)


O.C.U.: I'm All That (You're My Everything)


 
 
Downloads

 
Definition

1 definition found for aw:

From The Free On-line Dictionary of Computing (27 SEP 03):

aw <networking> The country code for Aruba. (1999-01-27)

 
Questions & Answers

c++......................?
is there a less complicated c++ compiler than microsoft express 2008? i found it to complicated and hav found no other free program to make a fps. a tutorial on c++ game making and the easyier program would be appreciated. and if there r other programs then tell me (10 points) don't post if ur just gonna insult ahhhhhhhh i meant microsoft visual 2008 sorry

So true Michael J, so so true. But to answer the question: The easiest C++ compiler out there is Microsoft Visual C++ 6.0 (Or you could use Microsoft Express if you don't wanna shell out the money). All you have to do to compile it is write the code, debug it by pressing F4, and then run the program by pressing F5. Simple as that. Then again, if you meant that it is a complicated compiler because the code YOU have to learn and YOU have to write is difficult then hey, your assed out bud. #include using namespace std; main() { char myChoice; cout << "(a) I will persevere! (b) I will cease learning! "; cout << ">>> "; cin >> myChoice; myChoice = toupper(myChoice); while(isalpha(myChoice)){ if(myChoice == 'A') cout << "Good for you! " << endl; else cout << "Goodbye, never talk to me again. " << endl; } }



What career can I make with C+, C++, perl and a good learning power in computers?
I am graduate student in chemistry but want to change career to computer field. I am planning to learn languages such as C+, C++, perl and I am so good in learning computer technologies and pretty fast in that. Can anyone suggest me how to go ahead and what kind of jobs will I get once I know them?

It depends on where you are located. In Oklahoma (U.S.) there is not as much demand for a C++ programmer as there is for C# (using .NET). Unfortunately because you don't have experience you will want to look for an entry level programming job - like one that says "3 years experience OR college degree." Even when the listing states that they want a CS or MIS degree you should apply and explicitly state your affinity for computer programming and ability to learn new programming languages very quickly. The salary for a programmer is also going to vary widely depending on your location - here in Oklahoma entry level jobs start at about $35k/year.



What happens when Vitamin C is added to an iodine and starch solution?
It's a grade 10 high school chemistry question :) As you may already know, an iodine and starch solution is an aqueous solution with a dark violet/black color. But when you add vitamin C to the solution, what happens? Can you provide a lengthy explanation for me? Tomorrow, I'm doing an experiment which tests the levels of vitamin C in different substances, but all I need to know for now is what will happen.

Vitamin C. reacts with iodine: C6H8O6 + I2 ==> C6H6O6 + 2H+ + 2 I- So you can use titration with iodine to find out the concentration of vitamin C. Since the reaction ratio is 1:1, moles vitamin = moles I2 at the endpoint, so concentrations (M) x volumes are also equal. The reasoning is a bit like in acid-base titrations, which you might have met. The suspended starch forms a dark blue loosely held complex (almost a solid state solution) with I2, so long as there is any, so it acts as an indicator.