by htirwin
Large struct with lots of members and memory corruption
|
|
[1 reply] : That error is usually due to trying to reference a pointer with no val... (by GFreak45)
|
by Ben Bowen
Oh, Interfaces?
|
|
[3 replies] Last: Oh, that's interesting! I was thinking about something like that. But ... (by Ben Bowen)
|
by wtf
ok where can I get a java compiler? (1,2)
|
|
[28 replies] Last: I think it proves that software developers CAN but choose not to provi... (by wtf)
|
by wbeasley
need help badly pleaseee What is the mod for
|
|
[2 replies] Last: Thanks my discrete professor is not the best I heard he got booted fro... (by wbeasley)
|
by bluecoder
getting hostname or domain name from the ip address
|
|
[9 replies] Last: maybe they aren't any aliases - a site does not have to have a set of ... (by guestgulkan)
|
by nima0102
How good Design a program
|
|
[1 reply] : Learn something called "Design Patterns", find a book or 2 about that ... (by TheDestroyer)
|
vector class |
|
[6 replies] Last: You just helped me so much you dont even know. This is what happens wh... (by patchesOhulihan)
|
by enesorin
Memory release while running a secvence of code.
|
|
[no replies]
|
by Janman
Reading and writing encrypted data to file
|
|
[no replies]
|
by NormV1984
Write islower function
|
|
[6 replies] Last: It is simply to write inline bool checkLowerCase (char x) { retur... (by vlad from moscow)
|
by almo6914
const - are these 2 the same?
|
|
[3 replies] Last: Here's my version: const char *String; // A char const *Str... (by closed account zb0S216C)
|
by bluecoder
FAR POINTER
|
|
[2 replies] Last: http://www.cplusplus.com/forum/general/12435/#msg59579 (by kbw)
|
by tofiffe
Reading specific length
|
|
[8 replies] Last: thank you too Cubbi, I've decided to go with the aproach Moshchops l... (by tofiffe)
|
by sharath137
Need to take difference between two dates using time_t
|
|
[1 reply] : See std::mktime() http://en.cppreference.com/w/cpp/chrono/c/mktime a... (by JLBorges)
|
by five1
"Error" [Linker error] undefined reference to `point::point(double, double)'
|
|
[13 replies] Last: I am sorry it was just a start of me of classes. But now that's ok I g... (by five1)
|
by five1
Error invalid conversion from `char' to `const char*'
|
|
[2 replies] Last: I got it it's working now. Thanks all. Thank you again. (by five1)
|
Passing shared_ptr by reference |
|
[7 replies] Last: Thinking more about the problem I would agree with Herb. I can't think... (by Fahrenheit2539)
|
by hulibarri
IDE portable?
|
|
[3 replies] Last: The cpp reference from cppreference is bundled into the help documents... (by vin)
|
by rsh0117
Infinite Loop (1,2)
|
|
[23 replies] Last: You should always initialize your variables. Some formatting would be... (by frema)
|
reallocation is giving an exception. |
|
[7 replies] Last: Thanks it works. vlad. (by srikanth chitturi)
|