by afraidofdark
extern "C" unresolved external symbol
|
|
[1 reply] : I had forgotten to add main.lib to the plugin project, pretty nooby (by afraidofdark)
|
by balajiram
Protected static members - Linker error
|
|
[12 replies] Last: Thanks for asking me to check it. I think it works. Here is the main()... (by balajiram)
|
by Morph
What does jpeg file include
|
|
[5 replies] Last: http://en.wikipedia.org/wiki/Jpeg#Syntax_and_structure (by Bazzy)
|
by Null
Hooking ostream?
|
|
[1 reply] : It seems that it is possible to overwrite operators: #include <iostr... (by hamsterman)
|
by caffrea4
how do i put a loop around a switch statement?
|
|
[11 replies] Last: line 104... norecs has no initial value (by pyschoder)
|
Intercepting ostream between fields |
|
[4 replies] Last: Thanks for the pointer to the Boost Iostream library. (by AbstractionAnon)
|
by yoonkwun
Directly modifying string contents
|
|
[12 replies] Last: I don't think there is a guarantee that the pointer returned by data()... (by Galik)
|
by LB
Convert char to bitset?
|
|
[4 replies] Last: Ahh, thanks! I can't believe I missed that. (by LB)
|
by Phantom139
openSSL RSA Enc/Dec
|
|
[4 replies] Last: More Progress, this bit of code will encode/decode properly most of ... (by Phantom139)
|
C++ vs. Java inheritance rule for protected members |
|
[3 replies] Last: To answer your question about making your C++ program equivalent, you ... (by closed account 1yR4jE8b)
|
by shadowayex
Classes as members of other classes
|
|
[6 replies] Last: That worked =) Thank you. I knew it was possible, just didn't know ... (by shadowayex)
|
by evaj03
Using locale version of isalpha
|
|
[1 reply] : May I suggest ICU? http://site.icu-project.org/ (by helios)
|
by n4nature
Click and Execute
|
|
[2 replies] Last: OK, and how is the button handler added? What language/platform? (by n4nature)
|
by peripheral
how to create htm file?
|
|
[12 replies] Last: when I get rid of *.it work well.thanks a lot. (by peripheral)
|
by yts
how to clear screen?
|
|
[2 replies] Last: http://www.cplusplus.com/forum/articles/10515/ (by Duthomhas)
|
Should I use bit fields? (1,2,3) |
|
[40 replies] Last: It would seem that the mask.template should be mask::template . Ca... (by jsmith)
|
by eye51
Final Words : References or Pointers
|
|
[1 reply] : There's no difference in performance. Use pointers if the parameter i... (by Athar)
|
by flobbes
Library not linked correctly (at all?)
|
|
[4 replies] Last: I got the same problem. i think it links the objects in shared librari... (by bartoli)
|
by Flaurance
Create Instances of a Class During Runtime (1,2)
|
|
[24 replies] Last: You should use char *name; (by bolohardik)
|
by shadowayex
Vectors
|
|
[1 reply] : After further analysis, I've found the issue. It wasn't with my vector... (by shadowayex)
|