by elfeck
Pointer to object in std::vector
|
|
[4 replies] Last: As a side, my_vector.data() returns the pointer also. No need for ... (by Lowest0ne)
|
by beginner123
problem with file tranfser
|
|
[8 replies] Last: you problem is that you don't set the value for Header . One way to ... (by coder777)
|
Program help. Assigning wrong values |
|
[10 replies] Last: Thank you so much! :) You're of great help. Sorry for the troubles i h... (by Justin Segovia)
|
by vFreeman
About Pointers
|
|
[5 replies] Last: char *p1; //pointer to char, holds address of char int *p2; //pointe... (by LB)
|
by gansa55
file i/o
|
|
[1 reply] : Are you sure example.txt is in the same place as the program executabl... (by LB)
|
by DrZoidberg
Converting int to base16
|
|
[3 replies] Last: naraku9333 wrote: Really easy and works for all bases. Taking ... (by condor)
|
by hellcoder
output in file using stdin
|
|
[8 replies] Last: Define "not works". It has already been stated that std::getline is s... (by keskiverto)
|
by fluture
Compilation problem
|
|
[5 replies] Last: Now it works... thank you firedraco and techno01 .. (by fluture)
|
by reiki222
what is this error about??
|
|
[3 replies] Last: omg its fixed, thanks (by reiki222)
|
by dunnmifflsys
Int in Struct having problems
|
|
[3 replies] Last: Thanks Techno01, That was it. (by dunnmifflsys)
|
by Chillieman
Text RPG Help
|
|
[8 replies] Last: Thanks guys. I looked into Polymorphism and thats exactly what i neede... (by Chillieman)
|
by gamemaker96
Looking for a partner to make console c++ text game
|
|
[13 replies] Last: Hey I am interested. I am not experienced with making games, but I can... (by Smac89)
|
by bacondude95
C++ Pass by reference with .h and .cpp files
|
|
[1 reply] : Please leave an example with header files and explain in a brief para... (by cire)
|
Can't End Line |
|
[6 replies] Last: Thank you all. Sorry if it looks like a stupid mistake, i'm very new t... (by ti83programmer)
|
Unable to use stringstream |
|
[2 replies] Last: I have no idea if this will help you, but I did this when Ii was tryin... (by mack44)
|
by moeskito
Getting information from a website?
|
|
[7 replies] Last: They are archived eventually which prevents any new replies, but they ... (by kevinkjt2000)
|
by stp777
Making an overloaded operator recognize a base class pointer's pointed object type
|
|
[3 replies] Last: I highly doubt this resembles your custom class code, but you gave so ... (by kevinkjt2000)
|
by nhix
OOP: Class (object) data type 'string'
|
|
[4 replies] Last: Is this OOP: Class (object) data type 'string' Class must have a ... (by andywestken)
|
by willscarlet
c++ text rpg
|
|
[15 replies] Last: So something like this? class playerClass { public: ... (by willscarlet)
|
by Moonraker101
What is the purpose of Explicit Specialization?
|
|
[8 replies] Last: You can use either with functions. But you should not mix the two; if... (by andywestken)
|