by frek
Casts
|
|
[2 replies] Last: One should also ask if the use of a cast is necessary: it may not be, ... (by TheIdeasMan)
|
by Cplusc
map
|
|
[4 replies] Last: Thanks for your answer. Actually I thought about this as well, but I'm... (by Cplusc)
|
by frek
Pointers to classes and casts
|
|
[12 replies] Last: Thank you. I try to form a new thread for the latter question to get t... (by frek)
|
by azalien
Help with multi dimensional arrays!
|
|
[4 replies] Last: I have been trying to start this assignment for a bit, and just cant ... (by seeplus)
|
by Hawlong
encrypt and decrypt pointer
|
|
[18 replies] Last: Thank you all for your help Thank you Ganado (by Hawlong)
|
by frek
Get started learning Embedded programming in C++
|
|
[1 reply] : While I haven't toyed with arduino or anything smaller than a raspi, I... (by newbieg)
|
by salem c
Can Someone Help Me Find Error in This Program?
|
|
[9 replies] Last: I'm impressed that you found it. Thanks. I chose a distinctive look... (by mbozzi)
|
by Shubham2000
Can someone explain me this unexpected output?
|
|
[3 replies] Last: You could evaluate this at compile time without "macro-fying" things b... (by USAFrenzy)
|
by Shubham2000
How to read file having different line ending in Cpp
|
|
[5 replies] Last: Read the whole file into a string. Then find the first occurrence in t... (by seeplus)
|
by Cambalinho
how convert GDIplus::color to colorref?
|
|
[2 replies] Last: thank you so much for all.. works fine (by Cambalinho)
|
by leo2008
string handling
|
|
[8 replies] Last: Right! I don’t know what I was thinking – I was probably already s... (by Enoizat)
|
by salem c
How to capture the screen of a window that contains transparency?
|
|
[1 reply] : Also asked and answer given at https://forums.codeguru.com/showthread.... (by seeplus)
|
by Cambalinho
GDIPLUS: using Graphics, can i get HDC?
|
|
[15 replies] Last: Yes, I would think that BitBlt(...) is only reliable within the paint ... (by coder777)
|
by Ocelotter
Issues regarding Menu
|
|
[12 replies] Last: what I would do is get a statistical breakdown of english and assign t... (by jonnin)
|
by frek
General rule on inheritance
|
|
[12 replies] Last: Thanks for your time. patience, and help. :) (by frek)
|
by JUANDENT
temporary objects get destroyed and corrupt program
|
|
[4 replies] Last: That's it!! Not quite. Having references as member variables are alwa... (by coder777)
|
by hello128882
iterating over a static std::vector
|
|
[8 replies] Last: Could be SIOF https://en.cppreference.com/w/cpp/language/siof (by mbozzi)
|
by mencecpp
Assignment operator bottlenecking simulation
|
|
[15 replies] Last: maybe instead of G = std::move(G_), the easiest thing to do might be ... (by seeplus)
|
by frek
Change C code to C++ in an embedded project
|
|
[9 replies] Last: Thank you very much salem c . Your remark is right and worked. First... (by frek)
|
by ForgottenLaw
For Loops in an Array Comprehension Help
|
|
[1 reply] : So without the 2nd a++ at line 21, you do understand why you see 1 ... (by salem c)
|