by killer13666
Android development in C++
|
|
[4 replies] Last: If I have to, I will do it, but I prefer to use C++ then learn anoth... (by mutexe)
|
Segmentation fault while setting classes local variables |
|
[6 replies] Last: Oh damn what a simple mistake can't believe I missed that Thanks for ... (by danielmccarthy)
|
by eclesiastes
VirtualQueryEx and ReadProcessMemory - Why this code works so slow ?
|
|
[5 replies] Last: Can you post the complete code? (by gsoc)
|
Direct Access Files |
|
[2 replies] Last: Sorry, I'm just desperate. I deleted the post from the Beginners forum... (by HiTechRedneck3)
|
Mastermind Program |
|
[2 replies] Last: I can't figure out how to make this a loop (by John Colquitt)
|
by Noori
sorting
|
|
[2 replies] Last: Easiest way to sort something in C++ is to use std::sort. #include <... (by Peter87)
|
Arrays and Vectors |
|
[6 replies] Last: try to do it int readArray(int MAX_SCORE, int score ) { int nsc... (by alptp)
|
by ridahel
a little addition missing in my program
|
|
[no replies]
|
by rian
C++ program capturing information after crash
|
|
[4 replies] Last: Check this out: http://www.cplusplus.com/reference/csignal/signal/ htt... (by MiiNiPaa)
|
by Myna
How to improve my geometry calculator in the following ways?
|
|
[1 reply] : Before the cout << "Geometry Calculator\n"; do: for(bool retry = fa... (by poteto)
|
c type string |
|
[4 replies] Last: Make each action (insert, delete, replace, search, etc.) a function. ... (by dhayden)
|
by Emkor
Quick help
|
|
[1 reply] : A nice trick is to search for the choice in the string "QSC". YOu can ... (by dhayden)
|
by topcoderno1
Reformatting the String Entered to Odd then Even
|
|
[no replies]
|
by primem0ver
Pure virtual function call before program even begins...
|
|
[15 replies] Last: What about the destructor? I can't call a pure virtual function from ... (by Disch)
|
by YingJie
Searching for substrings in string
|
|
[no replies]
|
by farisasri95
function
|
|
[no replies]
|
by numLOCK
explaining what exceptions::what is and my errors.
|
|
[2 replies] Last: #include <string> #include <iostream> int main() { std::string s... (by JLBorges)
|
by danv543
Simple print out problem?
|
|
[8 replies] Last: That works great! But the only problem is that part of problem is to m... (by danv543)
|
Vernam Cipher Problem |
|
[4 replies] Last: They (that is, First_test() and Second_test()) should probably either ... (by Zhuge)
|
by Stephanie
please help
|
|
[16 replies] Last: I am still so lost. I know I need to keep track of the arrival and dyi... (by Stephanie)
|