List Question
20 TechQA 2023-12-07T02:11:38.883000What is the meaning of this combination of the arrow operator -> and scope resolution operator ::?
136 views
Asked by Socob
error: member access into incomplete type 'WINDOW' (aka '_win_st')
264 views
Asked by Leonardo Rosati
Problems printing out a string
64 views
Asked by דניאל בוזגלו
de-referencing pointer using with &->
89 views
Asked by Milan
What is the use of i in `printf("%d\n",(a->ptr)[i]);`?
114 views
Asked by Shresth Gour
What is cryptic line of code for this statement?
141 views
Asked by TastyPoison
C Pointer Logic
142 views
Asked by Ralph
Why private virtual member function of a derived class is accessible from a base class
523 views
Asked by David Hovsepyan
Error: passing X as 'this' argument discards qualifiers
137 views
Asked by glades
Overloading ostream << operator for a class with private key member
788 views
Asked by Hussein912
Does multiple struct (Nested structure) exist in C?
495 views
Asked by NewbieBoy
error when using pointers, dynamically allocating ,struct
53 views
Asked by Ngoc Anh
how to initialize struct array members inside function by reference
168 views
Asked by Sofia
Is there a consistent way to force errors on incorrect list or vector indexing
44 views
Asked by Chris Henry
Structure Array as a parameter and it's member access
64 views
Asked by WooSeop Jung
Class private member wont change in function
327 views
Asked by Clarence
avoid member access for shared base state
95 views
Asked by AudioBubble
Const class object with a pointer member
692 views
Asked by Vatnax
C++ - friend operator cannot access private data members
295 views
Asked by Hadi GhahremanNezhad