by code builder
C++ question on Classes/ objects
|
|
[no replies]
|
by garanon
Problem with random shuffle
|
|
[6 replies] Last: Awesome, thanks Disch for the info on structs. Looks a lot easier and ... (by garanon)
|
by dthkai
delete and delete[]
|
|
[3 replies] Last: yes, there is a reason. The new operator allocates a pointer, which ... (by viliml)
|
by ocdjg
encryption/decryption program
|
|
[7 replies] Last: Also, you need to read the file to encrypt or decrypt it's data. (by pchahar)
|
by dthkai
Code Optimization.
|
|
[2 replies] Last: Also if you want the search to be case insensitive then first convert ... (by awsdert)
|
by aj3423
any good design for thread function
|
|
[2 replies] Last: Thanks, my case is quite simple, not necessary for synchronization yet... (by aj3423)
|
by ednincer
How to force a derived class comparison
|
|
[3 replies] Last: > the base function for comparison uses pointer to element, > I have ... (by JLBorges)
|
by rucafe
problem using ifstream
|
|
[1 reply] : In the code you posted, ifstream is trying to open a file named "data_... (by AbstractionAnon)
|
by flank
Structures
|
|
[6 replies] Last: Thanks to all who contributed. I was able to refine my code based on y... (by flank)
|
by member3
double dimentional array
|
|
[3 replies] Last: //simplistically you could set up and declare the array: int rows=0,c... (by buffbill)
|
by sanyam
Separate console or a area of console for taking input.
|
|
[3 replies] Last: Thanks. (by sanyam)
|
HELP PLEASE :) C++ i am a novice at this ... so use simple terms ... :) |
|
[9 replies] Last: I need something like this but the questions and choices are supposed ... (by gabber4227)
|
by curscascis
Game Engines-Engines,Libraries,2D,3D
|
|
[9 replies] Last: Thanks, guys and don't worry i don't underestimate anything! I know ho... (by curscascis)
|
by theNewb1e
Template Project in VC++ 2010
|
|
[4 replies] Last: Thanks that really helps! (by theNewb1e)
|
by dolle39
Passing string array to function
|
|
[2 replies] Last: Thanks for reply but it still does not work. I tried to do as you told... (by dolle39)
|
by Haximus
.dll Injection
|
|
[1 reply] : Have you tried Wikipedia: http://en.wikipedia.org/wiki/Dynamic-link_li... (by closed account zb0S216C)
|
by evenstar
is there some E-journal about C++
|
|
[2 replies] Last: I thought Dr Dobbs Journal was shut down too? I signed up for C/C++ Us... (by BHX)
|
by man0987
DECIMAL to BINARY conversion
|
|
[10 replies] Last: Everyone seems to have missed the actual problems. The first is that ... (by Duthomhas)
|
by ayanda83
LINKED LIST PROBLEM
|
|
[no replies]
|
by ayanda83
WHERE CAN I GET A C++ SDK FOR ANDROID APPS
|
|
[1 reply] : There's always Marmalade which I think works on both Android and iPhon... (by Disch)
|