by Kiran R
unordered_map
|
|
[2 replies] Last: This is also the case with std::map. If you instead use the at member... (by Peter87)
|
by hab186
How to stop execution of a particular set of code
|
|
[1 reply] : There are two ways you could do it. The simplest way would be to have... (by NGen)
|
by ostar2
I am trying to merge binary files (1,2)
|
|
[25 replies] Last: I meant like an image of a partition or a file system. (by ostar2)
|
by raduh
Mouse handling
|
|
[2 replies] Last: Get a lib designed for this kind of thing. Like SFML or SDL. (by Disch)
|
by ShotoReapre
Crash std::cout<<float number
|
|
[4 replies] Last: Uhmmm...I detect the problem. If I delete the variable dMass from Phys... (by ShotoReapre)
|
C++ IDE (1,2) |
|
[31 replies] Last: This is my advice. install qt creator and learn qt. It is a framework ... (by majidkamali1370)
|
by Pureownage2
Reading Data from website to excel with login etc
|
|
[no replies]
|
by chris3145
I'm attempting to run example code, but Boost's graphing library doesn't like it
|
|
[3 replies] Last: You were right, Cubbi. It was a version issue. Siconos 3.4.0 is not co... (by chris3145)
|
by bhatiaharsh
sorting
|
|
[2 replies] Last: Great. Thanks. (by bhatiaharsh)
|
by Ksawery
Translation Fortran >> C++
|
|
[6 replies] Last: If you have the fortran source code you could try f2c on it http://e... (by mik2718)
|
by clanmjc
Absolute fastest container to lookup names
|
|
[2 replies] Last: I'd imagine std::unordered_map or std::map (by ResidentBiscuit)
|
by DJLad16
Help with bullets in my Allegro 5 game. (Soon to be game)
|
|
[3 replies] Last: Yeah, I may have misinterpreted some parts of your code. eg. I just no... (by closed account D80DSL3A)
|
by shoaibcplus
Memory and Pointers
|
|
[3 replies] Last: thankyou so much for your prompt reply, much appreciated :) (by shoaibcplus)
|
by ane
"matriz could not be resolved"
|
|
[2 replies] Last: routingTable.cc Define_Module(RoutingTable); public: int matrizA =... (by ane)
|
by drey reyes
ENTER NUMBER OR LETTER and ASCENDING OR DESCENDING PROGRAM. PLS HELP
|
|
[9 replies] Last: It would be around line #8 in your code and would look almost exactly ... (by closed account o3hC5Di1)
|
by steve9164
Strange bug converting little endian to host endian
|
|
[2 replies] Last: Thanks heaps, I totally skimmed over that. (by steve9164)
|
CRUDL class design |
|
[2 replies] Last: *polite bump* - moved from beginners to general. (by closed account o3hC5Di1)
|
by debelizmaj
JNI: Call java from C++ lib
|
|
[no replies]
|
by m1rv9n41v5
Sorting Vowels, Consonants, Digits and Other Characters in a String in C++
|
|
[2 replies] Last: //Other alternatives. #include <iostream> #include <string> using n... (by m1rv9n41v5)
|
by Tacoooojohn
Functions
|
|
[5 replies] Last: Plus you would get more responses if you posted this in the beginner's... (by guatemala007)
|