by award982
how to find out if a double has decimal pieces
|
|
[2 replies] Last: There might be better solutions : a == floor(a) Please note th... (by R0mai)
|
by luffykewl
triggering another software via C++
|
|
[8 replies] Last: Thx to the experts for helping me, I managed to run the software via C... (by luffykewl)
|
by drbasa
c++ Student Records
|
|
[1 reply] : StudentRecords.txt file as follows... Jone Adams M123456 3.65 Mi... (by drbasa)
|
Can someone tell me the different if there is any |
|
[10 replies] Last: Most of the programs I write use command line arguments, or take no us... (by chrisname)
|
Temperature conversion issues |
|
[2 replies] Last: Oh, I see. Works great now, thanks! (by closed account jwC5fSEw)
|
by korivios
print on the same line
|
|
[5 replies] Last: Obviously you should use std::endl every now-and-again. Personally I d... (by chrisname)
|
by pacerier
inline function
|
|
[10 replies] Last: ic, thanks for all your replies i will keep that in mind (by pacerier)
|
by nosxlimit
benefit of void pointer..
|
|
[1 reply] : Every pointer can be converted to a void*. So void* is usually used, w... (by imi)
|
by korivios
Vector functions
|
|
[6 replies] Last: [quote=Danielsson]You can't declare an array with a non-const size (li... (by moorecm)
|
by Astrumjunior
Manipulating CIN data.
|
|
[1 reply] : ok well in the case of the user entering a comma, really the only way ... (by gcampton)
|
by pacerier
forum subscriptions
|
|
[3 replies] Last: Pretty sure you have to repeat it. I can't find anything in "user cp" ... (by gcampton)
|
by VietMan04
Converting Strings using pointer to pointer
|
|
[2 replies] Last: If you think of ptr as the address of a pointer to the start of a stri... (by kbw)
|
by bigdog
Wierd issue using cout to print hex
|
|
[13 replies] Last: Ok. No problem. (by chrisname)
|
by Swordsdon
Loop problem
|
|
[6 replies] Last: I tried your code in MS VC++ and it calls unhandled exception during ... (by Danielsson)
|
by gcampton
problem with copy ctor / operator= (1,2)
|
|
[24 replies] Last: it makes sense that they're backwards when you think about how they wo... (by Disch)
|
by MicMagicFly
Switch statement
|
|
[3 replies] Last: Since you did include the lower case letters too i would use a toupper... (by OnymousIllusion)
|
by MicMagicFly
Moon Surface Area Program
|
|
[2 replies] Last: Thank you so much!!!! I guess I was on the right track..just missing t... (by MicMagicFly)
|
by korivios
Garbage at the end of a string
|
|
[3 replies] Last: It is because you are doing something uncouth to your string. Show us... (by Duthomhas)
|
by yoked88
Dynamic Arrays
|
|
[1 reply] : yep... check for the consoles input buffer events... (by Incubbus)
|
by Giering
I am getting two of the same exact syntax errors at once
|
|
[1 reply] : Are you sure it's not supposed to be Form2->/*...*/ ? NewUser is a ty... (by helios)
|