by ccimuam
: error LNK2019: unresolved external symbol
|
|
[8 replies] Last: Let me briefly describe what my program is suppose to do. It might giv... (by ccimuam)
|
by nanger
How to copy a certain number of bytes from a file
|
|
[3 replies] Last: http://cplusplus.com/doc/tutorial/files/ (by CManowar)
|
Preprocessor; Clever #defines; not working |
|
[2 replies] Last: That looks like it may be just what I was looking for actually. Also, ... (by officialhopsof)
|
by kasunpg
Errors in C++
|
|
[3 replies] Last: you have to click on "Build" from menu and then click on "Clean Soluti... (by CManowar)
|
by romasi
HEAP CORRUPTION with Dynamic Arrays
|
|
[8 replies] Last: @romasi. Yes. In your first example, you actually allocated memory f... (by kempofighter)
|
by chlorophyll5
Converting MBCS to UTF-8
|
|
[1 reply] : #include <cwchar> #define BOM8A 0xEF #define BOM8B 0xBB #define ... (by helios)
|
by Dr Lazarus
Heap exhausted far too quickly
|
|
[4 replies] Last: I seem to have identified the problem and you are correct, there is a ... (by Dr Lazarus)
|
by AR Khan
Searching a file
|
|
[4 replies] Last: Thanks almos. (by AR Khan)
|
by tioi
ATL project
|
|
[no replies]
|
by jenritz2k3
operations involving arrays
|
|
[4 replies] Last: Check out the algorithm references here: http://cplusplus.com/referen... (by kempofighter)
|
by dawhite32
Comparison function for sorted container searching
|
|
[5 replies] Last: I have a couple of suggestions. First, you don't need to use the type... (by kempofighter)
|
by cshong
C++ password input on BOTH WINDOWS AND LINUX
|
|
[5 replies] Last: You are trying to do something that is platform-dependent with the s... (by Duthomhas)
|
by Dufresne
What's equivalent of fflush( stin ) in C++?
|
|
[6 replies] Last: Sorry, I wrote o stringstream instead of i stringstream . I fixed... (by Duthomhas)
|
by n4nature
static vs. global
|
|
[3 replies] Last: Thank you. (by n4nature)
|
by aazz
resize for image bitmap ???
|
|
[3 replies] Last: Just use StretchBlt() (by george135)
|
by Keerigan
string to TCHAR
|
|
[1 reply] : A TCHAR is not a string. It's a macro that's defined as a char or wcha... (by helios)
|
Program runs under debugger, fails using command line |
|
[1 reply] : Sounds like you've come across the much feared Heisenbug. Try running... (by helios)
|
by ro milano
matrix allocation never throws bad_alloc!!
|
|
[5 replies] Last: I don't think you need to reboot. The worst case scenario is the kern... (by jsmith)
|
by R0mai
What is the advantage of std::stack ?
|
|
[2 replies] Last: The only advantage is that "std::stack" is more expressive than "std::... (by jsmith)
|
by asavage
Defining Array Of Pointers to String
|
|
[4 replies] Last: Your code is fine. You're not doing anything wrong. Using strcpy()... (by Disch)
|