by Caith
How do I properly call in a bool?
|
|
Apr 16, 2013 at 3:01am
[3 replies] Last: Wow thanks, I didn't notice some of the things I shouldn't have messed... (by Caith)
|
by russelljon
help with strings and int array's
|
|
Apr 16, 2013 at 2:38am
[2 replies] Last: #include <stdio.h> #include <string.h> float getTotal (float expense ... (by russelljon)
|
by Urbatin
pulling words from strings
|
|
Apr 16, 2013 at 2:36am
[10 replies] Last: and it already treats spaces and return characters the way I want it ... (by closed account 3qX21hU5)
|
by natekelsey
Pop_Back() Help
|
|
Apr 16, 2013 at 2:28am
[9 replies] Last: Thanks man. I got it worked out and now it's off to the extra credit s... (by natekelsey)
|
by kong288
Game Design (The logic)
|
|
Apr 16, 2013 at 2:19am
[1 reply] : Most people have a MyClass.hpp&MyClass.cpp files for each class, and i... (by LB)
|
by Niven
Input Errors
|
|
Apr 16, 2013 at 1:29am
[5 replies] Last: Don't use if-else, just use a series of if statements (by Zaita)
|
by kong288
Simple object path gone wrong!
|
|
Apr 16, 2013 at 12:10am
[5 replies] Last: Last edit. This is where that's at. void Turent::Shoot(sf::RenderWin... (by kong288)
|
by GranTurismo
Do While Skipping Line
|
|
Apr 15, 2013 at 11:50pm
[1 reply] : And I figured out a workaround. Put cin.ignore(1000, '\n'); at ... (by GranTurismo)
|
by racerreddy
User Information into a text file
|
|
Apr 15, 2013 at 11:13pm
[2 replies] Last: I see now, thanks very much! Program working! (by racerreddy)
|
by Daleth
Possibility to avoid {} in initializer_list instances.
|
|
Apr 15, 2013 at 8:58pm
[5 replies] Last: [quote=Daleth]I'm worried about forgetting that I need the brackets Fe... (by Thumper)
|
by sfotovati
Matrix inverse
|
|
Apr 15, 2013 at 8:54pm
[8 replies] Last: The order is known at compile-time, and small. Therefore, templates c... (by keskiverto)
|
by MMhawk607
Min heap out of order
|
|
Apr 15, 2013 at 8:37pm
[3 replies] Last: help? (by MMhawk607)
|
by cnoobs
structures and pointer help
|
|
Apr 15, 2013 at 8:26pm
[4 replies] Last: Not. T foo() const; says that calling foo() will not modify the obje... (by keskiverto)
|
by pm79080
Best Book to Buy
|
|
Apr 15, 2013 at 7:58pm
[1 reply] : I think that there is no the best book. But in any case you should buy... (by vlad from moscow)
|
by Ch1156
Help with class problem
|
|
Apr 15, 2013 at 7:09pm
[7 replies] Last: I would just like to mention you are calculating perimeter not area in... (by naraku9333)
|
by Kobe24
Point to double?
|
|
Apr 15, 2013 at 7:01pm
[18 replies] Last: You are right I should have made it clear to you and I will change it ... (by Kobe24)
|
by boolean1
Runtime request
|
|
Apr 15, 2013 at 6:57pm
[6 replies] Last: The program requires a huge amount of memory, it may simply be reques... (by boolean1)
|
by spesh39
Capitalization of characters in a string
|
|
Apr 15, 2013 at 6:31pm
[2 replies] Last: Thank you for the response. I think I can make this work. (by spesh39)
|
by Ardeshir81
'stew' is not a member of 'std'
|
|
Apr 15, 2013 at 6:18pm
[2 replies] Last: But I don't want my appreciates be considered as spam, so I do nothin... (by closed account 3qX21hU5)
|
by xanthian23
FILE I/0 going from string struct to char struct
|
|
Apr 15, 2013 at 6:16pm
[19 replies] Last: And apparently I did this incorrectly: You are not reading the recor... (by xanthian23)
|