getline |
|
[5 replies] Last: int main() { hw h; for (string a; cout << "enter a word (press en... (by seeplus)
|
Going about creating a Truth Table Generator |
|
[3 replies] Last: https://linux.die.net/man/1/eqntott (by mbozzi)
|
by JacenT98
Black Jack Project
|
|
[8 replies] Last: using vs writing. I believe they probably DO want you to make your o... (by jonnin)
|
by mnm71
How to sum some float
|
|
[1 reply] : #include <iostream> #include <fstream> #include <vector> #include <n... (by seeplus)
|
by Gringoliath
Need help solving an issue in my entity component system.
|
|
[2 replies] Last: @helios No, ecs::Entity is a type alias for std::uint32_t (by Gringoliath)
|
by radoslavm
Calculate the overlapping area of two rectangles
|
|
[6 replies] Last: LOL, I didn't do anything, but there we go :) (by againtry)
|
by marhuum
Make dynamic link .so file from many C sources
|
|
[1 reply] : Either gcc -o foo.so -shared -fPIC foo.c bar.c baz.c quux.c ... or ... (by helios)
|
by allenmaki
where “*.exe” and “*.dll“ files
|
|
[2 replies] Last: You could set your project's options to not use the C/C++ runtime libr... (by deleted account xyzzy)
|
by Mgramlin
How to search a binary tree with user input
|
|
[5 replies] Last: I think you CAN use result as a local because its value is always null... (by jonnin)
|
by marhuum
To compile our own libffmpeg.so supporting H264
|
|
[3 replies] Last: What I remember is running make after ./configure and building both th... (by helios)
|
by Mitsuru
Memory pool and its allocator for STL containers
|
|
[5 replies] Last: You messed up the link by adding the angle brackets. https://www.cplu... (by deleted account xyzzy)
|
by onetwo123
Deleting in the file
|
|
[4 replies] Last: Observe the result. Then add a few lines at a time until you notice ... (by onetwo123)
|
by alexas
alternative to std::make_tuple
|
|
[8 replies] Last: Update: I managed to increase speed apprx around 30% when I changed t... (by alexas)
|
by mnm71
How create thread from float function?
|
|
[6 replies] Last: @salem c, Thanks for the help but I still have a problem, now the issu... (by mnm71)
|
by grooviqw
emulator hack
|
|
[4 replies] Last: there is no generic how-to do this kind of thing. You have to dig in ... (by jonnin)
|
by grooviqw
i need help with a loop program
|
|
[15 replies] Last: Shouldn't the tests for 0 be before the tests for side equality? Also,... (by seeplus)
|
by onetwo123
Cast
|
|
[6 replies] Last: You've divided by 2.0, which is a double, so result is double, not int... (by kbw)
|
by cmdEvo
Exception in constructor
|
|
[8 replies] Last: [quote=cmdEvo]the factory should have returned a null shared_ptr I thi... (by Cubbi)
|
by Joshua0101
How to get the difference between 2 strings and store them?
|
|
[11 replies] Last: Once you have the numbers in the vector, you can use them as you need.... (by seeplus)
|
by grooviqw
c++ game programming
|
|
[2 replies] Last: thx (by grooviqw)
|