General C++ Programming - August 2021 (Page 4)

by iamone
please help
 
please help me at catch it says "C1075 {: no matching token found" twice and i dont know what to do ...
[1 reply] : The catch statement is missing the ) catch (std::out_of_range ) {} ... (by seeplus)
Clinic Queue Management System C++
 
Can someone help me to share the code for Clinic Queue Management System using C++ Data Structure ? ...
[3 replies] Last: The OP hasn't even provided some details as to what is expected from t... (by seeplus)
Histogram Help
 
I am having trouble converting the numbers into a histogram output and am unsure how to even go abou...
[4 replies] Last: See also http://www.cplusplus.com/forum/beginner/279378/ (by seeplus)
Anyone here familiar with LevelDB and/or Reindexer?
 
I am a .NET developer trying to figure out how replicate something in c# that's being done in c++. T...
[no replies]
executable symbol information issue?
 
When you dump symbol information from an executable if it gives you all symbol information, does thi...
[2 replies] Last: This is great. (by helios)
by Cplusc
node connectivity of a mesh
 
I asked this question before and I got some answers, but it's not working for me. I have a list of t...
[12 replies] Last: Sorry, now I understand what you said at the beginning, I appreciate y... (by Cplusc)
by Ganado
Using :: in C++ language
 
Does this mean that inside of the iostream file the developers that created it made a namespace ca...
[2 replies] Last: Re-post of https://stackoverflow.com/questions/15649580/using-in-c (by keskiverto)
separating declaration from definition at templates
 
Hello, I want to clear whats happening with code where merely declaration is provided but definition...
[5 replies] Last: If you have a limited set of types for which your template may be inst... (by ne555)
by helios
Code review - RW mutex implementation
 
https://github.com/Helios-vmg/rwmutex/tree/master/src This is a simple multiple-reader, single-wri...
[no replies]
How can i correctly make the definition of class in cpp
 
Hello , I am really new in c++ development . I created a class Backend . In Backend.h I def...
[2 replies] Last: // class definition class Backend { public: Backend( QObject *pare... (by keskiverto)
by Cplusc
returning vector from a class member function (1,2)
 
I have a member function of class SparceMatrixStruct which should return a vector. std::vector<siz...
[28 replies] Last: [quote=resabzr]but if it is private I don't have access to that. This... (by MikeyBoy)
August 2021 Pages: 1234
  Archived months: [jul2021] [sep2021]

This is an archived page. To post a new message, go to the current page.