by Minikloon
Confused about erasing elements in STL vector
|
|
[7 replies] Last: > Would using another container for humans be a good idea? Yes. > I... (by JLBorges)
|
by BeastlyHex
Error: Expected primary-expression before '==' token
|
|
[3 replies] Last: Possibly like: class RandonRegionName{ private: int placeN... (by abhishekm71)
|
by Dalos
Detect colours
|
|
[6 replies] Last: Google "msdn ReadConsoleOutputAttribute" for how to get the color (att... (by Duthomhas)
|
by Cydriic
Game programming: duplicating enemy objetcs
|
|
[15 replies] Last: Aight guyz, got it to work all I needed to do was the following: CSp... (by Cydriic)
|
by nmn
operator<< overloading
|
|
[1 reply] : Your function should look something like: std::ostream& operator<<(... (by kbw)
|
by itayz
Need command name or example
|
|
[3 replies] Last: Look at this: #include <iostream> #include <string> int main () { ... (by condor)
|
by aggsyb
Windows Forms, make a text box string variable public?
|
|
[1 reply] : On second thought, do I actually just put all my main function code in... (by aggsyb)
|
by geezle86
I Can't Understand This Logic, HELP
|
|
[6 replies] Last: Thanks htirwin, if only there is a 'thanks' button :D (by geezle86)
|
by Rakanoth
issue with pointers
|
|
[5 replies] Last: i resetart VS and it seems ok thanx. (by Rakanoth)
|
by aggsyb
Vector subscript out of range? ifstream
|
|
[4 replies] Last: Jesus , sorry for wasting your time I was being so dumb. I set my loop... (by aggsyb)
|
by halalmeat
Dynamic Arrays / Vectors
|
|
[3 replies] Last: std::vector<std::vector<double>> myVec; For me it's more helpful to... (by Olysold)
|
by demigamer
please help.. beginner cout problem c++
|
|
[2 replies] Last: thanks alot, DevC++ did just say that there was a missing character..... (by demigamer)
|
by darthaq
Food menu problem (problem with if statement or while loop)
|
|
[19 replies] Last: while (food != "burger" && "fries" && "pizza") This does not mean w... (by Olysold)
|
by aggsyb
Storing list of file names as a string array? (1,2)
|
|
[24 replies] Last: The main difference is that the specification for the files you're loo... (by cire)
|
by hellcoder
INLINE
|
|
[2 replies] Last: Specifying a function as inline makes it possible to define it in mu... (by Cubbi)
|
by pel1993
Fstream with txt
|
|
[1 reply] : #include <iostream> #include <fstream> #include <string> #include <ve... (by closed account Dy7SLyTq)
|
by hellcoder
cpp library
|
|
[8 replies] Last: ohh..thats the thing! thank you very much disch!..:) keep it up! carry... (by hellcoder)
|
by dulipat
How to fwrite and fread for Vector
|
|
[1 reply] : I've googled, and found out that the logic to write vector to a file ... (by Cubbi)
|
by firstTym
counting word occurrence in a file
|
|
[7 replies] Last: Of course it would be much better to transform the argument also to up... (by vlad from moscow)
|
by joe55555
how can i work with paragraph ?
|
|
[6 replies] Last: yes they can, but it makes it easier with vectors. That's only true... (by MikeyBoy)
|