by hikhok
Palindrome
|
|
[7 replies] Last: if you want to do phrases, here are some test cases https://www.youtub... (by jonnin)
|
Resume built with C++ |
|
[5 replies] Last: @chickentheplay - why are you mixing c++ std::string and c-style strin... (by seeplus)
|
Best compiler for c++ |
|
[7 replies] Last: thanks you seeplus yes i had not installed c++ thank once again (by orthoimplants)
|
by ziomangrovia
3rd parameter of function, as functor
|
|
[2 replies] Last: [also asked and answered here https://forums.codeguru.com/showthread.p... (by seeplus)
|
by SM1234
C++ SSE and SSE2 compiler settings, and their Floating Point effects.
|
|
[11 replies] Last: The default switches are conservative and cause the compiler to genera... (by helios)
|
by LukeProducts
Copy and Move Constructor causes failure
|
|
[7 replies] Last: copy constructor can also be coded in terms of constructor(const char... (by kbw)
|
by GeorgeSnyder
bit graphics in DevC++
|
|
[4 replies] Last: You could investigate Windows GDI. If you ignore most of its functiona... (by mbozzi)
|
General Advice For Newbie! |
|
[5 replies] Last: #include <iostream> /* Input 2 decimal numbers, specify arithmetic ... (by againtry)
|
by avary007
how to C++ output overlay
|
|
[8 replies] Last: You don't have to dump a logo thru the center of the board. This game... (by jonnin)
|
by LukeProducts
Memory reallocation problem
|
|
[7 replies] Last: I think I'll stick with C/C++ functions that cppreference has document... (by George P)
|
by DOOMReboot
Help Designing An API
|
|
[5 replies] Last: consistency. If its like the standard library (eg, you expose a conta... (by jonnin)
|
Problemas al realizar el juego del ahorcado |
|
[3 replies] Last: Please learn to use code tags, they make reading and commenting... (by George P)
|
by Cplusc
Stl to .mesh (1,2)
|
|
[20 replies] Last: @lastchance in my last comment I meant the voulme mesh,not surface. I'... (by Cplusc)
|
SortableVector Class Template |
|
[4 replies] Last: If I am understanding you correctly is that SimpleVector.h is the bas... (by kbw)
|
by JUANDENT
Comparing unique_ptrs
|
|
[9 replies] Last: I think that's one way to look at it, but device could be a third-pa... (by mbozzi)
|
by maifs
How to initialize object in a polymorphic way ?
|
|
[14 replies] Last: The Service class has several member variables apart from source and d... (by seeplus)
|
by anonymous156
Function Overloading
|
|
[10 replies] Last: #include <iostream> #include <concepts> // https://en.cppreference.co... (by JLBorges)
|
by frek
Getting started learning how to use GTest in Visual Studio 2022 (1,2)
|
|
[37 replies] Last: C/C++ still is a statically typed language. You can use auto only... (by kigar64551)
|
by Matejko99
Library creating
|
|
[6 replies] Last: Another meta-search that MIGHT be helpful: https://duckduckgo.com/?q=c... (by George P)
|
by anonymous156
ROUND OFF
|
|
[3 replies] Last: Try it with -0.9 (by lastchance)
|