18 hours ago · I have a C application which has a large amount of highly fragmented configuration data and behavior that I would like to consolidate, eg:
Missing: Signedness | Show results with:Signedness
8 hours ago · I tried to write a code to create no length limit array of pointers with no length limit by using char **ptr. When i run my code and enter more then 32 simbols ...
Missing: Signedness | Show results with:Signedness
16 hours ago · How do you declare an interface in C++?
Missing: Signedness | Show results with:Signedness
19 hours ago · Code snippet in part of my Even Odd program as follows: function fn_handler is the following: char ans = *ch_ptr; int key_ascii_val; // box to store the ...
Missing: Signedness | Show results with:Signedness
10 hours ago · so i think i figure it something out. cppref is clear,cppref says that when S < N the adjacent_transform will return a empty view. so output nothing is very ...
Missing: Signedness | Show results with:Signedness
10 hours ago · I am trying to do some coding in vscode using C++ with mingw. But getting this error whenever I'm using stl like map or unordered_map etc. The same code works ...
Missing: Signedness | Show results with:Signedness
14 hours ago · So i have a 8 bit variable received_control. This variable should store some 8 bit data. In my use case, i need be able to read all the bits, ...
4 hours ago · I have need of an object level variable (TIniFile* ini). In the past the code samples and/or convention would be new/delete the object. frmMain.h
Missing: Signedness | Show results with:Signedness
8 hours ago · #include <iostream> template<typename A> class c { class a { protected: int i = 0; }; class b: public a { public: void print() { std::cout << "i of a: " << i; ...
Missing: Signedness | Show results with:Signedness
7 hours ago · I could not figure out how to correctly google my issue so here I am. I have simplified my issue down as much as I could. I have a class A method that is ...
Missing: Signedness | Show results with:Signedness