by technologist
value truncated, undesirable
|
|
[4 replies] Last: This worked great, below, thank you: ... std::cout << "std::setprec... (by technologist)
|
by BBrandon
Sorting coordinates stored in 2d array
|
|
[4 replies] Last: > Now this means that if I ever need the Nth coordinate, > I could ea... (by JLBorges)
|
by Mircea1990
Function for returning total weigth of a train
|
|
[1 reply] : To override a function, you have to declare it virtual in the base c... (by AbstractionAnon)
|
by BBrandon
Algorithmic Truck Problem
|
|
[3 replies] Last: I think I should have mentioned, if both trucks reach an intersection,... (by BBrandon)
|
by Dorothy21548
Finding an optimal solution to a system of linear equations in c++
|
|
[3 replies] Last: when I did controls algorithms, it was often, but not always, the case... (by jonnin)
|
by Fumagalli
How to define a non blocking input in C++
|
|
[1 reply] : Standard streams are inherently blocking. If you need non-blocking con... (by helios)
|
by Yazz398
having a few problems with my code - output
|
|
[2 replies] Last: As you are using fixed size record file binary read/write for the clas... (by seeplus)
|
by keskiverto
Almost done random number generator. Help please
|
|
[8 replies] Last: Seeplus, your code runs well on my 64 bit g++ --version 8.1.0 (mingw)... (by oggin)
|
by Feit
How to find the index of a randomly selected element of an array in C++ (1,2)
|
|
[24 replies] Last: @Feit - done! (by seeplus)
|
by SirEnder125
Question about reinterpret_cast usage
|
|
[1 reply] : If you want hex, do this std::cout << std::hex << std::showbase << 0... (by salem c)
|
by SirEnder125
How can I read file at certain path?
|
|
[6 replies] Last: Well, I am not actually making anything for windows. I am making a 3ds... (by SirEnder125)
|
by Jstar1990
C++ Program to display Information about Medical personal
|
|
[13 replies] Last: So fix it. You declared a bunch of functions but failed to implement t... (by jlb)
|
by L10nelMessi
Djikstra Algo Ouput Problem
|
|
[1 reply] : You can simplify some of the code: void printPath(int parent , int ... (by seeplus)
|
by gedamial
tellg() and get()
|
|
[2 replies] Last: get() reads and moves the file position This is exactly what I want... (by gedamial)
|
by JeanzZ
New to c++ problem with small bit of code im working on
|
|
[2 replies] Last: This will now compile, read the data file and display it's contents: ... (by seeplus)
|
Help with Using string class member functions please |
|
[2 replies] Last: .find() returns the position of the beginning of the found string. Co... (by seeplus)
|
How to Implement classes? |
|
[2 replies] Last: It worked perfect. Thanks! (by closed account j3wpz8AR)
|
by nanay001
Meaning of Arguments in Main Function
|
|
[2 replies] Last: https://www.gnu.org/software/libc/manual/html_node/Program-Arguments.h... (by keskiverto)
|
by ArturNoubel
[BCC32 Error] pFIBScript.hpp(61): E2040 Declaration terminated incorrectly
|
|
[1 reply] : show the code around line 61 of the offending file. its likely a ; p... (by jonnin)
|
by JUANDENT
const char[3] does not generate template parameter of char[3]!
|
|
[8 replies] Last: ok so the compiler is not giving very clear diagnostics! Thanks @Cubbi... (by JUANDENT)
|