CreateWindow edit not editable |
|
[no replies]
|
by advancedip
Anyone here interested in building an AI?
|
|
[3 replies] Last: gugigor@live.com works for me. It's an alt email so I'm not worried ab... (by GonlyG)
|
by zapshe
Help with code.
|
|
[1 reply] : Hello instigator, DO NOT DELETE your original post just because it ... (by Handy Andy)
|
by hello1036
how to find sum efficiently
|
|
[3 replies] Last: while the answer is likely NOT to use pow, pow stinks. write an effici... (by jonnin)
|
by advancedip
Mergesort for big arrays/vectors
|
|
[4 replies] Last: Heh, yeah. If you are dealing with Big(er than working memory) then yo... (by Duthomhas)
|
by sonamg
best site to learn C language?
|
|
[4 replies] Last: C is a fairly simple language. Like others, I have known it far too l... (by jonnin)
|
by orichalcum
Help with reading a txt file into an array
|
|
[5 replies] Last: Thank you so much @Andy!!! I did both tests and saw exactly what you ... (by orichalcum)
|
by sturk
C++ compilation issue
|
|
[1 reply] : The aren't compilation errors. They are linker errors. You need to lin... (by dutch)
|
by afra
remove beginning and end whitespace
|
|
[2 replies] Last: Here is a simple trim routine. if you want to keep all the internals ... (by jonnin)
|
by sparki
point C++
|
|
[1 reply] : Your RenderedPoint class is unfinished. Not fully defined. Missing pie... (by Repeater)
|
by cArchon
Inputting the name of the variable to display(total n00b)
|
|
[2 replies] Last: That works. Thanks! (by cArchon)
|
by kmce
Constants - literals
|
|
[5 replies] Last: > if i use const int a = 1; then i can not change a to be anything els... (by JLBorges)
|
by charbel542
fstream
|
|
[2 replies] Last: Hello charbel542, I will expand on what ne555 has said which works.... (by Handy Andy)
|
please help with simple code any feedback is good. |
|
[2 replies] Last: Hello starterpack6100, Based on Ganado 's suggestions I came up with... (by Handy Andy)
|
by vysero
const override and odd return statment
|
|
[6 replies] Last: Default implementation there can be: https://en.cppreference.com/book/... (by keskiverto)
|
by jasper hall
bisection finding root
|
|
[4 replies] Last: You right. F(a)*F(b) have not value less than zero. About line 7 i mus... (by jasper hall)
|
help needed on Easy temperature program. |
|
[6 replies] Last: Hello starterpack6100, You are welcome. What you are trying to accom... (by Handy Andy)
|
by annw3y
doubly linked listt
|
|
[2 replies] Last: Thanks, it helped (by annw3y)
|
by Ashh
Void returning functions
|
|
[7 replies] Last: c++ uses string type for multiple characters, such as "hello world". ... (by jonnin)
|
by xueyangwu
initializing unions
|
|
[3 replies] Last: > what should I do instead? Use std::variant (with std::string i... (by JLBorges)
|