by awasteoflife
Vector inheritance question
|
|
[5 replies] Last: @return 0: Yes actually, was it obvious from Item and Itemtype? Tha... (by awasteoflife)
|
by Nelo87
How to make a number like this "07.00"
|
|
[4 replies] Last: Remember to use cin.ignore(); after line 19. Your program will proba... (by mcleano)
|
by wretch
char *str1 = "abcd"; str1[2]='x'; compiles?
|
|
[5 replies] Last: I'll wait 'till I have a few more months C++ under my belt before I d... (by mcleano)
|
by GKMPRO
Hello World
|
|
[2 replies] Last: What he said, either put using namespace std; after your heade... (by jloundy)
|
by shynchan
the 0, not easy
|
|
[5 replies] Last: This series asymptotically approaches 1, which means that f(n)=sigma(i... (by helios)
|
by Return 0
Game Inventory System
|
|
[4 replies] Last: Ok. I'll focus my efforts on a vector design then. Thank you for you... (by Return 0)
|
by Alexandro
About the Boost C++ Library...
|
|
[8 replies] Last: 2005 SP1 http://www.microsoft.com/downloads/details.aspx?FamilyId=BB4... (by Tevsky)
|
by muffinito
how to with function?
|
|
[1 reply] : char instead of string? pointers?, class? Just naming off random ... (by Tevsky)
|
by PlasmaCube
Template class and arrays...
|
|
[7 replies] Last: Hey everyone, thanks for posting. Turns out it was a simple off-by-... (by PlasmaCube)
|
by gnobber
What is a stream exactly?
|
|
[2 replies] Last: Hi jsmith, Thanks for the reply. I did some researching and you wer... (by gnobber)
|
by fire child
having trouble with a persentage
|
|
[2 replies] Last: Thanks that worked perfectly ;*D (by fire child)
|
by fire child
I can' find my errors in basic C++
|
|
[8 replies] Last: try using cin.get() lol (by jloundy)
|
by Splinter007
Prime numbers
|
|
[9 replies] Last: #include <iostream> /*********************************************... (by closed account z05DSL3A)
|
by Joe101
Basic Inheritance Question
|
|
[3 replies] Last: thanks! (by Joe101)
|
by chrisname
This code, which does not work
|
|
[1 reply] : Be careful with that cin.get(). std::cin will leave a newline in the i... (by helios)
|
by Ultima
Vectors and Collision
|
|
[9 replies] Last: He's just looking for a calculation of the resulting velocity vectors ... (by Hammurabi)
|
Toggling -1 and 0 using single line of code |
|
[4 replies] Last: Yes, quite a few, but they are increasingly uncommon. (by Duthomhas)
|
by joy2dance81
What am I doing wrong here?
|
|
[5 replies] Last: You need to change your int average to double average so it can... (by jloundy)
|
by menna
bitmap plz
|
|
[5 replies] Last: Turn the bitmap read for me, well it did once I made sure the bitmap f... (by closed account z05DSL3A)
|
by alanor
Abstract identifiers...
|
|
[2 replies] Last: Ah, this looks promising. Thanks for you help, Helios. (by alanor)
|