by Pter0dactyl
Size of empty class
|
|
[4 replies] Last: Thanks JLBorges, that was a great help. :) (by Pter0dactyl)
|
by gomez268
converting binary to decimal using cstring
|
|
[3 replies] Last: The problem is that cin >> b; reads into the first x chars in the ar... (by Yay295)
|
problem with ++i |
|
[19 replies] Last: Happy to help. =) (by Disch)
|
by AbsBeginner
Problem with Operator Overload
|
|
[5 replies] Last: Ah i see. Thank you so much for your help. *thumbs up* (by AbsBeginner)
|
by lmfaomanwtf
program is not a valid win32 application
|
|
[3 replies] Last: this is not a xp issue. This has to do with 'runtime library' and whet... (by coder777)
|
Contention Issue without Threads |
|
[1 reply] : This usually hints at a crash before that line (by coder777)
|
by eltee
Parameterzied Stream Manipulators
|
|
[4 replies] Last: Actually you should be careful with the following std::cout << s... (by jlb)
|
by Ch1156
Pointer Help
|
|
[4 replies] Last: well it's generally wise to initialize variables... Your code doesn't... (by coder777)
|
by genkers
roman converter function. need help looking at my code
|
|
[1 reply] : You've noticed the problem is with strings like IV. What you could do... (by Duthomhas)
|
by stoned
VST 3 SDK QT getting started
|
|
[no replies]
|
by Crogn
angle of x and y points
|
|
[1 reply] : The range of atan2() is [-pi,pi]. You should not be comparing on x. ... (by Duthomhas)
|
by Victor89
Dice Game
|
|
[2 replies] Last: Thanks for that idea, it's much better. (by Victor89)
|
by Nahid Ahmed
Store a data in table
|
|
[no replies]
|
by jon smith
Switch inside If-Else statement error?
|
|
[14 replies] Last: since you are using double (floating point number/integer) as conditio... (by xenovia12)
|
by raghu459
Insertion sort program with counting number of swaps
|
|
[1 reply] : line 32: replace 8 with n (by coder777)
|
by Rifaat
Pointer and Dynamically Allocated Array
|
|
[4 replies] Last: No. They have very certain size. Your program should ask the user for... (by keskiverto)
|
by DrJones
evaluate data in a matrix in a spiral motion?
|
|
[4 replies] Last: Your start point will always be seen as center point for the spiral mo... (by DrJones)
|
by Mahkus
Argv[]
|
|
[3 replies] Last: Oh, and I think you're looking for something like this: Except argv ... (by jlb)
|
by edwarlkd814
How to declare a class object with an array object of another class?
|
|
[1 reply] : The problem here is that you're accessing memory that isn't yours. Arr... (by Avilius)
|
by HappyGoLucky
problem with searching name in file in c++
|
|
[16 replies] Last: I haven't read all this, but to answer your question, I notice you kee... (by Duthomhas)
|