by Troy
C++ - string to const char*
|
|
[3 replies] Last: Additional info : 0xCCCCCCCC is a special memory value for uninitializ... (by bartoli)
|
by chulio
generate specific percent of elements in a matrix
|
|
[1 reply] : If you want each number have a probability P% to be -10, and (100-p)% ... (by hamsterman)
|
by redchannel
Storing objects into an array
|
|
[3 replies] Last: You could add a public member function Add(const MapEntry& entry) to y... (by Galik)
|
by anthony1947
Help needed forming a binary sequence
|
|
[2 replies] Last: Hello Luc Lieber, Thanks for this suggestion. I believe I can use t... (by anthony1947)
|
Write/read single bit in file. |
|
[9 replies] Last: For completion, I have found one way that the C++ standard insists on ... (by Moschops)
|
by Rahul Raja
graphics in codebloc & vcc
|
|
[9 replies] Last: Graphics.h is a graphics library from borland. I ran a program which ... (by Cody39e)
|
Virtual Classes |
|
[1 reply] : Hi, Your solution works at compiled time as well. If you want to use ... (by screw)
|
by misterpeter
I need a Tutor...^^
|
|
[7 replies] Last: Hello Peter, What are looking for C++ books, C++ Video or a mentor wh... (by minix)
|
by marty2756
formatting strings without sprintf
|
|
[2 replies] Last: Thanks! (by marty2756)
|
STL library problem |
|
[3 replies] Last: In Visual Studio 2008, hash_map stuff is in namespace stdext, not std.... (by m4ster r0shi)
|
by Troy
C++ - binary to string
|
|
[1 reply] : Line 3 must be: stringstream ss; (by modoran)
|
by zhaonanavril
virtual fuction
|
|
[1 reply] : Sure. Just implement it in the one class only. Of course, the other de... (by anonymous23323124)
|
by Troy
C++ - Convert const char* to binary
|
|
[4 replies] Last: Thank all of you so much! It works! (by Troy)
|
by NickT
Processing blocks of bytes.
|
|
[3 replies] Last: Thanks guys! I've actually realized a mistake while trying to accompl... (by NickT)
|
by jgirl2412
please help with a do while loop question
|
|
[7 replies] Last: Thank you guys so much, I took a lot of your advice and now the progra... (by jgirl2412)
|
by Shatronics
Problem with typedef struct.
|
|
[6 replies] Last: Okay: Another problem has arrived. I use the struct to set the equali... (by Shatronics)
|
by HenriK
How should I initialize - problem with static member variables
|
|
[3 replies] Last: Never mind, it works. I had used these variables outside the class sta... (by HenriK)
|
by nimacasino
how to get numerical solution for an equation
|
|
[6 replies] Last: Assuming the function isn't badly behaved, instead of calculating the ... (by kev82)
|
by TheDestroyer
Direct assignment with operator=
|
|
[2 replies] Last: Ah! thank you so much, pal! by defining the constructor it worked ^^ (by TheDestroyer)
|
by KeyForge
Entity Management with Components
|
|
[1 reply] : In order to store these things polymorphically, they will all need to ... (by jsmith)
|