by qasir
c code
|
|
[5 replies] Last: a = a*2; Real men shift bits! (by Gaminic)
|
cstring problom |
|
[5 replies] Last: That did the trick, cheers (by Declan Murphy)
|
by rcimino
Adding a library to g++
|
|
[no replies]
|
by Jencryzthers
[Help me] "float t" to set an initial value of 0
|
|
[3 replies] Last: create a constructor and initialize the variables in there (by Peter87)
|
by Ralphus629
Cell Phone Bill
|
|
[6 replies] Last: void GetData(int ages , int capacity, int& n) // Given: access to a... (by mike3334)
|
by adibahuda
help me again!!!!
|
|
[1 reply] : http://en.wikipedia.org/wiki/Precompiled_header#stdafx.h (by hamsterman)
|
by Guildor
Concatenating Classes with Map
|
|
[2 replies] Last: It worked. Thanks for the help, i appreciate it. (by Guildor)
|
by Carnage
New here
|
|
[11 replies] Last: like for example under the selection control example you provided you... (by Lynx876)
|
by tdouglas
Trying to sort bits and pieces of a user-inputted string into separate arrays
|
|
[2 replies] Last: Yep, that definitely worked. I should have realized I needed a counter... (by tdouglas)
|
by favorsight
matrix
|
|
[5 replies] Last: You're not going to get anywhere if you try to do everything at the sa... (by hamsterman)
|
by jet0717
AM I ON THE RIGHT TRACK DOES THIS WORK OR IS IT MY IMAGINATION?!?
|
|
[10 replies] Last: just making sure im not missing anything (by Aramil of Elixia)
|
by Apple Cider
How do I make an icon for my program?
|
|
[3 replies] Last: You should get Code::Blocks, it is simple and free (and that is the on... (by NanoBytes)
|
by Azat
Help me!!!
|
|
[2 replies] Last: Lol, that is a pretty funny way to ask a question (by NanoBytes)
|
by maharris
seeing if only the number entered i sPrime
|
|
[5 replies] Last: i got it all working now. thx! (by maharris)
|
by detroit
Exceptions
|
|
[2 replies] Last: Generally, you put a try before anything that has to be converted, suc... (by ResidentBiscuit)
|
by Billywizz
Inheritance / Virtual methods
|
|
[5 replies] Last: You don't implement borrow in the derived class. You just adjust whate... (by ne555)
|
by adibahuda
help me!!!!
|
|
[5 replies] Last: http://www.cplusplus.com/articles/z13hAqkS/ (by PanGalactic)
|
by B031110034
help me to find the lowest average through find_lowest() function.
|
|
[2 replies] Last: http://www.cplusplus.com/articles/z13hAqkS/ (by PanGalactic)
|
by Gmc278
Triangle program
|
|
[4 replies] Last: hyp = sqrt (pow (adj,2) + pow (opp,2)); This is only correct for ri... (by vin)
|
by zargy
My thing isn't working!
|
|
[2 replies] Last: Change void printPhoneNumbers() to void printPhoneNumbers(strin... (by IceThatJaw)
|