General C++ Programming (Page 3)

by IsaacD
Why doesn't GNU add famous non-standard functions to glibc?
 
I recently found out that certain non-standard C functions, such as itoa() and strrev() are not available in gcc but are available on other compilers such as MS...
[16 replies] Last: visual provides it anyway, both getch(e) & kbhit (and probably newer o... (by jonnin)
Can somebody explain what is a borrowed_range?
 
the text reads iterators of borrowed ranges can sill be used when the range itself no longer exists ???
[1 reply] : A borrowed range is one whose iterator validity doesn't rely on the li... (by seeplus)
How to initialize an array whose size is initially unknown
 
Hello all , Note: These values[xup -yup -xright - etc ..] are constantly changing My example .. #include <iostream> int main() { int xup = 721 ; int yup...
[10 replies] Last: Thanks all , seeplus , jonnin , doug4 Thank you very much for your gre... (by Hawlong)
Multithreading in a dll
 
I wanted to make two functions running in the background at the same time inside dll My dll #include <Windows.h> #include <iostream> DWORD WINAPI MainT...
[6 replies] Last: You have made a great effort for my sake, thank your (by Hawlong)
Read / Write Array Of Byte (1,2,3)
 
Hello all , Please how can read , Array Of Byte (cheat engine). using c ++ (internal) https://i.top4top.io/p_2581t632y1.png
[40 replies] Last: Calling a class method on a nullptr is seemingly allowed by MSVC and G... (by George P)
Pages: 123
  Archived months: [jan2023]

Cannot post in this page. To post a new message, go to the first page.