by Gemman Aster
When initializing wchar_t* data-members.
|
|
[4 replies] Last: Lolzor!!! But you are talking about the standard library string class... (by Gemman Aster)
|
by janty342
Help with the c++ code
|
|
[no replies]
|
by bwilson1
HELP! Mouse maze
|
|
[1 reply] : I have to get back to work so I will give you the short answer for now... (by primem0ver)
|
by smosh
Help with Lab!
|
|
[1 reply] : Inside the loop, you have to keep track of the current location of the... (by OffByOne)
|
Why is the output of the program 1? |
|
[1 reply] : When you return you're exiting the function and returning that value. ... (by closed account 2UD8vCM9)
|
by tannerplumb
Struct Question
|
|
[5 replies] Last: Even in C, you can initialize structures when they are created: Sped... (by OffByOne)
|
by Verance
No matching function for call to [class]
|
|
[2 replies] Last: I would guess that you have the default constructor of your Data class... (by Norm Gunderson)
|
by sajid dayer
pointer to array
|
|
[2 replies] Last: no (by sajid dayer)
|
by primem0ver
string vs wide string hashcode time
|
|
[10 replies] Last: I am sorry about being condescending. I was just very surprised that ... (by primem0ver)
|
by primem0ver
Can I have a class member variable that points to a function in another class?
|
|
[2 replies] Last: Thanks for answering this question.... I had decided to ask it in the ... (by primem0ver)
|
by RobGillespie
Creating a Map
|
|
[no replies]
|
by sarahizani
c++ restaurant menu
|
|
[1 reply] : what should i do if i would like to print the total price? Amountof... (by Konstantin2)
|
No operator ">>" matches these operands |
|
[3 replies] Last: indeed. OP you either want a collection of baseballPlayerdatabase obje... (by mutexe)
|
by SixTsevN
divRemain(); returns nDivides( / ) and nRemainder( % )
|
|
[3 replies] Last: #include <stdlib.h> #include <stdio.h> int main() { div_t d... (by kbw)
|
by ustulation
Why does SFINAE not work here - c++11
|
|
[4 replies] Last: thanks a ton ! Marking it solved. (by ustulation)
|
im stuck |
|
[2 replies] Last: sorry (by theposibility)
|
by Maysagi
Help
|
|
[1 reply] : cs implies c#. You'd be better off finding a c# forum mate, for exampl... (by mutexe)
|
by anup30
waiting program
|
|
[6 replies] Last: i found another example from http://www.cplusplus.com/forum/beginner/1... (by anup30)
|
by amibatman
Problem with 3 lines of code, a simple problem?
|
|
[4 replies] Last: If head is NULL, you need to create a new node first. if (h... (by AndyMc)
|
by JudyFaye
Bank Sim SQL
|
|
[5 replies] Last: Did you add the sqlite3.c file to your project? http://www.sqlite.o... (by coder777)
|