by sporx
writing words from txt to an array and remove duplicate
|
|
[2 replies] Last: #include <iostream> #include <fstream> #include <string> #include ... (by Fenor)
|
by esutton
How excpose and internal stl collection as read-only in my API?
|
|
[2 replies] Last: Containment of an STL container is better than derivation since none o... (by jsmith)
|
by Duncan
Color Key Question (Alpha Gradient?)
|
|
[4 replies] Last: The SDL_SetColorKey() function is for binary transparency (off or on).... (by Duthomhas)
|
by Nsanden
Most random bug ever?
|
|
[8 replies] Last: ic ic I was thinking this one was for language and concept type thi... (by turbozedd)
|
Why not cross-platform? |
|
[4 replies] Last: In the environment I work in, if you can't test it, you can't say it ... (by helios)
|
by flightdeck
open() method not working for multiple files.
|
|
[2 replies] Last: Awesome, that does the trick. Thanks Firedraco! (by flightdeck)
|
by PkD
friend class
|
|
[4 replies] Last: Yes of course you can use it and agreed buffbill it breaks encapsulati... (by behlkush)
|
GetPrivateProfileInt not working in windows 7 |
|
[no replies]
|
by kai5gabriel
delete char * in structure
|
|
[13 replies] Last: It can still have a destructor. struct Test { char *value;... (by Chewbob)
|
by devas
pointer initialization
|
|
[2 replies] Last: thanks a lot :) (by devas)
|
by henson33
stuck on new school project
|
|
[5 replies] Last: Use code tags... the # icon on the right. Read your book, cin/cout ... (by turbozedd)
|
Opening file multiple times results in error |
|
[3 replies] Last: Thanks, I was planning on doing something similar later on-although I ... (by demosthenes2k8)
|
by khurshah
Khurram
|
|
[4 replies] Last: MS-Visual C++ (powerful debugger, microsoft related ) Had to lol a... (by mcleano)
|
by makneltek
compare 3 objects and return 1, -1, or 0
|
|
[2 replies] Last: Put your student objects in an array or vector, implement the less tha... (by turbozedd)
|
by SniperSmiley
Data Type Modifiers
|
|
[6 replies] Last: Sorry: http://www.google.com/search?q=radical+language+modification (by Duthomhas)
|
by Return 0
Key Binding & Input
|
|
[3 replies] Last: Yes, that would work as well, I think std::map's lookup is faster, but... (by firedraco)
|
by barneyTdino
Generate binary numbers
|
|
[2 replies] Last: Thanks Duoas! It did. I did it both ways, using your method based ... (by barneyTdino)
|
by Peter1234
Contradictory results produced by sizeof
|
|
[3 replies] Last: Many thanks to Zhuge and Hamsterman for their comments. Hamsterman's c... (by Peter1234)
|
by ryanh6447
Reading Data into an Array
|
|
[1 reply] : Hi! Firstly you should skip the first two line with getline instruc... (by screw)
|
by kwanlc
std::map segmentation fault
|
|
[1 reply] : I am not shure, but you can try to use the following code: static ... (by Denis)
|