by admin
Welcome -- read before posting!
|
|
[2 replies] Last: How To Answer Questions in a Helpful Way Be gentle. Problem-relat... (by admin)
|
by Zolaboony
Console Closing Down (1,2,3,4,5,6,7)
|
|
[120 replies] Last: It displayed "Hello world" after you pressed Enter. int c is a ... (by Duthomhas)
|
by Atom1
DLL Calculation does not agree with Excel (1,2)
|
|
[20 replies] Last: Array Values Old Method DLL 848 5 4516.72552 0.9981800000 ............ (by lastchance)
|
by chipp
C++20 import issue
|
|
[7 replies] Last: but there's no "Latest" option Look at the option below C++20, the o... (by George P)
|
by Satoshi Yoda
make_pair with explicit types
|
|
[7 replies] Last: Thank you for answers! It became a lot more clear now! @Peter87, Abou... (by Satoshi Yoda)
|
by Ch1156
Best way to lock a thread mutex?
|
|
[3 replies] Last: Awesome thank you both! (by Ch1156)
|
by Ch1156
Re-validating an iterator (1,2)
|
|
[25 replies] Last: Thanks for all the info, ill set that up at some point here soon. For ... (by Ch1156)
|
by Atom1
DLL is not a valid win32 aplication
|
|
[8 replies] Last: Also just a small point. if you want to debug a dll then the dll needs... (by seeplus)
|
by spistol
got undefined symbol: _ZTIN9... when run executive file
|
|
[7 replies] Last: [quote=kigar64551]But keep in mind... Thank you. btw, I hope there w... (by spistol)
|
by ElusiveTau
Output Iterators: What does it mean that "we may assign to a given value of an output iterator only once"?
|
|
[1 reply] : > 1. What does it mean when the author says "we may assign to a given ... (by JLBorges)
|
by anonomyss
C++ GUI QT (Trafic Light)
|
|
[10 replies] Last: Use a QVBoxLayout ? https://doc.qt.io/qt-6/qvboxlayout.html#details... (by kigar64551)
|
by ElusiveTau
How to write a class that can be written out to ostream_iterator and read from istream_iterator?
|
|
[10 replies] Last: > Can I specify specific input stream types instead of istream& operat... (by JLBorges)
|
by Feit
Producing a specific pattern
|
|
[3 replies] Last: Many thanks. (by Feit)
|
by ElusiveTau
How to use extern to refer to an external variable with the same name as variable declared statically?
|
|
[3 replies] Last: [quote=JLBorges]This violates ODR I see. I just wanted to understand... (by ElusiveTau)
|
by spistol
Why CMake doesn't see -std=c++20?
|
|
[6 replies] Last: If cppreference is to be believed even GCC 13 is not 100% compliant wi... (by George P)
|
by raefnal
user adds vector
|
|
[4 replies] Last: As a starter for 10, consider: #include <map> #include <vector> #in... (by seeplus)
|
by Cyclone
Back Up Microsoft Visual Sudio Project? (1,2)
|
|
[22 replies] Last: Another way to backup code: Use a NAS (Networked Attached Storage). I ... (by ElusiveTau)
|
by Ch1156
Does this code look fine
|
|
[3 replies] Last: Compare offers a potential use-case for range projections. Could be... (by mbozzi)
|
by JamieAl
3D C++ array
|
|
[3 replies] Last: Have you considered vector<vector<vector<double> > > ? The code will ... (by dhayden)
|
by Cyclone
An array of vectors
|
|
[8 replies] Last: Got it working now... I changed using Image = std::vector<char>; ... (by Cyclone)
|