Could someone tell me why ceil() isn't working? |
|
[2 replies] Last: Seriously webJose, I've been on that page. You think I'd come bother y... (by horseatingweeds)
|
by codrgi
Something in C++ similar to SQL LIKE?
|
|
[3 replies] Last: You could use strncmp(), strnicmp(), TR1 regular expressions, or the s... (by webJose)
|
by decoderx
dereferencing
|
|
[2 replies] Last: thanks it's really helpfull (by decoderx)
|
by eidge
Swapping 2 string vars.
|
|
[3 replies] Last: Pointers are 'regular' variables. In fact, I can't really think of a... (by LB)
|
by corto
Motivation and goals
|
|
[8 replies] Last: Awesome replies guys. I can add my own 2c on some of your posts: Alb... (by corto)
|
by monkeybutt
Pass by reference to a vector
|
|
[5 replies] Last: okay, I got it. Thank you. Sorry for my ignorance, I am getting no gui... (by monkeybutt)
|
by Helegurbann
How can i convert char to string in here?
|
|
[2 replies] Last: How can i write? (by Helegurbann)
|
by mr kazoodle
Understanding strings a bit more
|
|
[4 replies] Last: EditedString is the standard string class with some extra functions. H... (by mr kazoodle)
|
by KrixisLV
'do while' loop
|
|
[2 replies] Last: oh yess! there are those ANDs :) thanks! i guess this was a bit embar... (by KrixisLV)
|
C++ Timer |
|
[1 reply] : Are you using SetTimer and the WM_TIMER message? (by TonyMUK)
|
by jihad
BAsic,,, need help
|
|
[2 replies] Last: You need a loop that starts with 2. Loop as long as the index is less... (by coder777)
|
by DaveVoyles
Initialization of variables
|
|
[5 replies] Last: That is true. (by Disch)
|
by fortis
Static Linking
|
|
[2 replies] Last: I just double checked everything and made a simple test. My library on... (by fortis)
|
by exbow
creating functions problem
|
|
[6 replies] Last: Moschops is right, const string The_Word = words ; string soFar(... (by toexii)
|
by toexii
no appropriate default constructor, func argument
|
|
[4 replies] Last: You're right, when I initialize like MyOtherClass from your example I ... (by toexii)
|
by cobivw
HELP": Calculator Error??
|
|
[6 replies] Last: How do you declare it, and where? (by cobivw)
|
by Phiru
I am working on File I/O. need help.
|
|
[1 reply] : p_int is already a pointer, don't take the address again when you writ... (by Zhuge)
|
by billywilliam
Definitions
|
|
[3 replies] Last: +1 Moschops (by Zhuge)
|
by WhiteVandal
typedef *Food FoodPTR: FoodPtr accepted as type in some places and not others?
|
|
[2 replies] Last: Thank you very much. : ) (by WhiteVandal)
|
by RialnisMada
Video Game Outcome Question
|
|
[1 reply] : functions functions functions http://cplusplus.com/doc/tutorial/funct... (by Disch)
|