by sohguanh
C++ Compiler
|
|
[1 reply] : One noticeable C++ compiler maker is Dinkumware. As I understand it, ... (by kbw)
|
by hakermania
ofstream doesn't write good to file
|
|
[2 replies] Last: Suggestion: Use std::strings instead of (const) char pointers/array... (by sohguanh)
|
by zyrukas
c++ upload file to ftp
|
|
[4 replies] Last: Personally for me to achieve file upload via ftp using C++ is overkill... (by sohguanh)
|
by grcunning
visual studio command line arguments
|
|
[1 reply] : You can't run your app from within Visual Studio. You'll need to run ... (by kbw)
|
by spikebarnett
Distorted Audio Input
|
|
[1 reply] : Bump for great justice. (by spikebarnett)
|
by lookkool3
requesting assistance with a class assignment
|
|
[1 reply] : This is your original program formatted using the source code tags: ... (by jrd1)
|
by Phantom139
OpenSSL AES-CBC-256, Raw data to hex?
|
|
[5 replies] Last: Hi phantom, did you found a solution for your convert2hex problem a... (by gboelter)
|
by LB
Dynamic Type Creation
|
|
[1 reply] : std::map< std::string, boost::variant< ... > > (by jsmith)
|
by chee
linked list...no errors, but not the right info
|
|
[3 replies] Last: And just what is your C++ related question? You do know, I hope, th... (by AbstractionAnon)
|
by D Technodude
Objects
|
|
[4 replies] Last: Sorry, I know that I just worded it wrong. I'll fix it. (by LB)
|
by radius0014
Using events in other program as input
|
|
[no replies]
|
by svnstrk
float value mapped to unsigned char
|
|
[3 replies] Last: Multiply the float by 255 and then cast it to the char. (by LB)
|
by JonesLYZ
Global Variables with Headers
|
|
[8 replies] Last: It's also worth noting that tons of global variables (as well as varia... (by Disch)
|
by balteo
problem with multidimensional vector
|
|
[1 reply] : The use of grid is correct. Maybe it's your grid drawing code that's ... (by kbw)
|
by swamp ig
default null values for template member function pointers
|
|
[6 replies] Last: Here's the bug report at VC++ for anyone who wants to follow it: htt... (by swamp ig)
|