by HillaryZhang
issue with Aspose.Cells library for C++
|
|
[1 reply] : fatal error: boost/config/compiler/gcc.hpp: No such file or directory... (by fiji885)
|
by longdoan1511
Solving N-Queen problem using random picked queens
|
|
[8 replies] Last: @TomCPP Thank you, I'll have a look (by longdoan1511)
|
by Devloper886
MMOSG development
|
|
[3 replies] Last: Double posted - https://www.cplusplus.com/forum/windows/271609/ (by salem c)
|
by pnwadike99
i have too many files open?
|
|
[2 replies] Last: you were right I defined codedMsg wrong. (by pnwadike99)
|
by volang
compare addresses - make sure one comes before the other
|
|
[10 replies] Last: #include <iostream> int main() { char str = "xz"; char * p... (by againtry)
|
by sameer224
Recursive function
|
|
[2 replies] Last: What is the return value of f1 with values 3 for parameter a and 6 fo... (by Hezigon)
|
return by address |
|
[4 replies] Last: There is some confusion in the syntax between pointers and arrays. I ... (by kbw)
|
by Kaisha
converting from string to u8string
|
|
[3 replies] Last: I think the answer is going to be to find a pro library that does this... (by jonnin)
|
by ErnstPeter
Pointer-Pointer-Array not working
|
|
[2 replies] Last: @OP You could also design and use your own list - a set of nodes/point... (by againtry)
|
by nenchi
Logical error cannot be found
|
|
[7 replies] Last: By the look of it and on reflection leap years aren't significant. (by againtry)
|
by volang
Setting values inside namespace/structs
|
|
[2 replies] Last: In C99 (and C++20) you can do: timeval timeout = { .tv_sec = 20 }; ... (by kbw)
|
by ColBosky
How to google things and apply the answers to solve your own challenges?
|
|
[2 replies] Last: In short, you have to think . You usually can't just cut & paste som... (by dhayden)
|
by julie2019
ModernCppStarter & PVS-Studio Static Code Analyzer
|
|
[no replies]
|
by JUANDENT
how to represent a monetary type in C++?
|
|
[3 replies] Last: The thing about a fixed point representation is that you have to set a... (by helios)
|
by thmm
Return type of generic function
|
|
[4 replies] Last: Thanks TwilightSpectre , that's even better. (by thmm)
|
by adam2016
[SDL] bugs with objects colliding
|
|
[9 replies] Last: do you think this is a viable solution? (by adam2016)
|
by MikeyBoy
crossword puzzle (1,2,3,4,5,6)
|
|
[102 replies] Last: I created a workspace for this project: https://hyom.slack.com/files/... (by oneidacharisse)
|
random in class member function (1,2) |
|
[22 replies] Last: I hope they add some novice-friendly APIs to <random> in a future ver... (by deleted account xyzzy)
|
by JUANDENT
what is a type with value semantics?
|
|
[4 replies] Last: thanks a lot Cubbi, great references!! (by JUANDENT)
|
by ErnstPeter
Random Number sorted and drawn as a sign
|
|
[7 replies] Last: #include <iostream> #include <string> #include <sstream> #include <ct... (by lastchance)
|