by lql44
Intialize an data member of class
|
|
[1 reply] : class MathFunctions { public: const static double EWMALamda; }; dou... (by closed account z05DSL3A)
|
by Guy Nimni
a simple delete[] causes problems
|
|
[2 replies] Last: Cubbi, you are sharp as a razor ! Thanks a lot for your fast help. I... (by Guy Nimni)
|
by jaff
Visual C++ Library Independence
|
|
[12 replies] Last: Ah, didn't realise that setting to Release nullifies your include sele... (by jaff)
|
can't find the error |
|
[6 replies] Last: Thanks for the information. I will have a look at the tutorial and alr... (by HomesickAlien)
|
by yasar11732
What is the meaning of this error?
|
|
[2 replies] Last: Ohh, you are right :) (by yasar11732)
|
by gift81
My offer is your English - my teaching of programming
|
|
[6 replies] Last: So:) (by gift81)
|
by AliMoradi
Code Returns A Value of Zero For Simple Variable
|
|
[8 replies] Last: Actually what does your program do???? Is it for integration or somet... (by rambo1177)
|
by OxBADC0DE
Printing all values in a 4x4 multidimensional array
|
|
[1 reply] : You have declared only 2 1 d arrays. int a ={2,3,4,10,2,3,4,10,2,3... (by rambo1177)
|
by mowali
Arrays problem!
|
|
[2 replies] Last: What mowali says is a different method of sorting . You musn't even re... (by rambo1177)
|
by tempneff
I am trying to better understand two dimensional arrays with functions
|
|
[8 replies] Last: Thanks so much. The pieces are falling together. (by tempneff)
|
by nikstar802
using void** pointer
|
|
[5 replies] Last: ah, sorry, maybe you need reinterpret_cast instead of static_cast (by Disch)
|
by Azaleon
Problems with Leap Year check
|
|
[2 replies] Last: Sorry im on my phone so hard to type what I want. In short, your chec... (by clanmjc)
|
by CJC0117
Switched to new IDE - program no longer runs correctly
|
|
[7 replies] Last: Also, can anyone tell me why the function returned a garbage value wh... (by vin)
|
by tempneff
How is this unsigned short so big?
|
|
[3 replies] Last: Thanks so much, that was it. (by tempneff)
|
File I/0 question |
|
[2 replies] Last: Its from an assignment. I want to get the 1 right underneath the F in ... (by closed account 2EURX9L8)
|
by dolphin spa
Invoking constructors of parent classes
|
|
[2 replies] Last: perfect! thanks.. (by dolphin spa)
|
by daniel2012
printing change back for the output?
|
|
[1 reply] : $7.94 dollar is easy which is 7 now you have 94 so lets start with ... (by nooblet)
|
by eves
addition of 2 numbers stored as vectors
|
|
[3 replies] Last: I got an update email but the post is not showing up. But I got your ... (by histrungalot)
|
by zone19871
Changing veriable names while it excutes?
|
|
[2 replies] Last: Why would you even want/need to? What was the problem? (by WhiteWind)
|
by Cloudboy
oh my gosh i can't even get isdigit to work
|
|
[4 replies] Last: ok thanks! I changed it to this and it works now: int main(void){ ... (by Cloudboy)
|