acc Questions
1
So I have python installed for my main user account, but I need to use a clean account to make some videos. Is there a way to re-assign my current Python installation along with all installed packa...
Prayerful asked 11/5, 2020 at 12:58
7
Solved
Can anybody tell me how to activate RTTI in c++ when working on unix.
I heard that it can be disabled and enabled.
on my unix environment,how could i check whether RTTI is enabled or disabled?
I a...
4
Solved
I had a strange problem ,
declare a static member variable whose name is B class in A class . And initialize in the cpp file. but the constructor of B class was never called. I try to use some sm...
Thereafter asked 13/9, 2013 at 16:16
1
I still struggling to compile a C console application, the compiling procedure still failing with the error below:
"Main.c", line 51: error #2040: expected an identifier
extern "C" void TreatRec...
1
Solved
I'm be suprised with that include stdint.h works but include cstdint not.
$ aCC sizeof.cpp
"sizeof.cpp", line 5: error #2005-D: could not open source file "cstdint"
#include <cstdint>
^
1...
1
© 2022 - 2024 — McMap. All rights reserved.