by DeepBlack
"undefined reference to" error when accessing a static variable inside member function
|
|
[2 replies] Last: Thanks indeed, that worked! (by DeepBlack)
|
by bitpocketer
pointers as parameters of vectors
|
|
[2 replies] Last: When you pass a char pointer to the the cin >> operator it assumes the... (by Peter87)
|
by Zapeth
boost::asio problems with returning from io_service
|
|
[no replies]
|
by vatwomen0
Help
|
|
[3 replies] Last: You didn't really try. Here's some code, but this isn't a favor. If ... (by Stewbond)
|
by varuniitb
passing 2-d array to function
|
|
[4 replies] Last: thank you very much vlad problem solved!! (by varuniitb)
|
by ustulation
Moving from Qt to Boost - Networking
|
|
[no replies]
|
Pre-setting Virtually Inherited Data |
|
[15 replies] Last: // Declaration: template <typename Class> class Paroxy; class Vault... (by Bourgond Aries)
|
Uregent Help!!!! main.exe stopped working |
|
[3 replies] Last: My program does not run without #include "Action.cpp." It says llinked... (by Stephaniei492)
|
by cnoobs
converting currency
|
|
[2 replies] Last: That is the assignment template I need to use for my C++ class. (by cnoobs)
|
by cnoobs
How do you get your code to read multiple inputs
|
|
[1 reply] : int a=0; int b=0; cout << "Please enter 2 times: "; cin >> a >> b;... (by SamuelAdams)
|
by siledors
Functions and Variables and Scope issue
|
|
[2 replies] Last: you probably shouldn't use global variables. what was wrong with your ... (by closed account Dy7SLyTq)
|
by ovaltine99
Can anyone help me figure out my function isn't finding the largest integer?
|
|
[1 reply] : You referenced the maxScore in your stat() function uninitialized and ... (by Mark Anthony Laureta)
|
by LB
<memory> header with clang
|
|
[4 replies] Last: That snippet is not relevant to me, but thanks. (by LB)
|
by pwn2d2
Implementation File vs Header File
|
|
[3 replies] Last: Yes I meant those. Did you delete the definitions from the header fil... (by maeriden)
|
by kr651129
different results for second player
|
|
[no replies]
|
c++ programming |
|
[2 replies] Last: Bone,origin,deep/superficial,location, action #1 frontal, membranous ... (by Stephaniei492)
|
by gtm
dynamic object creation
|
|
[1 reply] : Check out std::vector http://cplusplus.com/reference/vector/vector/?kw... (by strongdrink)
|
Polynomial Multiplication Function Help |
|
[9 replies] Last: Ok, i changed the temp declaration again, i had to use (n+m) instead o... (by austinwade912)
|
.csv file with searching |
|
[3 replies] Last: Someone please help me!!!!! :] I want this program to do three th... (by Stephaniei492)
|
by geran6
Parsing large text file
|
|
[1 reply] : Given the amount of pathnames in the file I will have to add and remov... (by geran6)
|