Function pointer to non-static class member |
|
[1 reply] : Use the `data' parameter to pass the object class Foo{ public: doub... (by ne555)
|
by Echyon
Optional/default parameters in class functions
|
|
[2 replies] Last: Ah, thanks, it looks like that solved it! (by Echyon)
|
by helshahaby
for loops
|
|
[1 reply] : It's a new feature that was added in C++11. If you have an old compile... (by Peter87)
|
by lekha
Help me
|
|
[4 replies] Last: thank sooooo muchh... i really appreciate your help alot... thank you.... (by lekha)
|
by jkken502
c++ call function synthex to be equivalent to echo "hi"
|
|
[2 replies] Last: In C++ you need () or other operators (such as *,+,- etc.) to call f... (by Lachlan Easton)
|
by csstudent123
mystic logic error in my double for loop
|
|
[8 replies] Last: Thanks:) I solved it and submitted the program to my tutor as lab task... (by csstudent123)
|
by jasonwynn10
could someone create a programm to solve HW for you that is not a calculator?
|
|
[1 reply] : http://www.wolframalpha.com/ (by LB)
|
by jasonwynn10
GetAsyncKeyState(VK_) Trouble
|
|
[3 replies] Last: Also note that you are only interested in bit 15 of the output: if(... (by Disch)
|
by jasonwynn10
Timer Issues confusing...
|
|
[14 replies] Last: Ok u r correct, thanks for the help :) (by jasonwynn10)
|
by N10
an alternate key word for getch
|
|
[2 replies] Last: @ keskiverto Methinks you misread the question. OP wants to use getc... (by Duthomhas)
|
by Aceix
shared library creation
|
|
[1 reply] : https://www.google.com/search?q=shared+library+howto (by Duthomhas)
|
decrement operator c++ - n queens reduce operations |
|
[4 replies] Last: Answer: Post and pre increment and decrement operators limitation due... (by ncomputersorg)
|
Referenced argument not updating |
|
[3 replies] Last: You only need to use std::ref or std::cref when passing arguments ... (by LB)
|
by jasonwynn10
What is the best compiler?
|
|
[5 replies] Last: thanks, I'l try them all. the one i use is code::blocks 13.12 with GNU... (by jasonwynn10)
|
by icekid3009
hw too solve the equation
|
|
[4 replies] Last: // solved for a a = sqrt( c*c - b*b ) // solved for b b = sqrt( c*c... (by Disch)
|
by ayushexel
what's the right way to learn c++
|
|
[3 replies] Last: I devote about 2-3 hours a day and practise regulary . Every sunday I ... (by ayushexel)
|
I need a struct or something similar to it but what and how? |
|
[7 replies] Last: Qt has a SQL module; classes for database operations. It can use sqli... (by keskiverto)
|
by abc1
char datatype
|
|
[6 replies] Last: Each character is represented by a number. When you print a char it wi... (by Peter87)
|
Using Quaternions |
|
[8 replies] Last: No. The rotate() is definitely wrong: Lets take (1,0,0) and turn it 9... (by keskiverto)
|
by sudarshanps
Constructor
|
|
[1 reply] : Why do you want to know that? (by helios)
|