by nvthielen
new window form a Win32 API in the program
|
|
[4 replies] Last: i add 2 int WINAPI and a callback. and the problem is sloft. (by nvthielen)
|
by jNc
how to return 2d array?
|
|
[12 replies] Last: #include <iostream> #include <algorithm> template<typename T> class... (by seeplus)
|
Mathematical help with midi pitchbend :) |
|
[2 replies] Last: careful, those sounds may be radioactive :) (is bad pun on pitchblend... (by jonnin)
|
by allenmaki
how to pass one element of an array only
|
|
[5 replies] Last: @allenmaki, you have been given code for 2-d arrays (not that the func... (by lastchance)
|
by ajiten73
Unable to increase the precision in computing square root using bisection method.
|
|
[10 replies] Last: How many digits would you like? #include <iostream> #include <vector... (by lastchance)
|
by gabzz29
user invalid input
|
|
[2 replies] Last: now it works thank you (by gabzz29)
|
by Ch1156
SFML Help (Math calculation help) (1,2)
|
|
[28 replies] Last: Im trying to just prevent the player from colliding with the square, I... (by Ch1156)
|
by seeker62
; missing before cout
|
|
[7 replies] Last: If you don't already know of it, have a look at: https://www.learncpp.... (by seeplus)
|
by gabzz29
c++ void
|
|
[4 replies] Last: Without knowing the exercise requirements, consider something like: ... (by seeplus)
|
by jNc
using infinite loop with epoch chrono method to get timestamp, cpu heats up to 90 degrees
|
|
[1 reply] : Let the CPU sleep for a while on each iteration. https://en.cpprefere... (by Peter87)
|
by ajiten73
Library source code of: sqrt.c
|
|
[2 replies] Last: hmm. Wonder whats in that table. I'd have said shift right half the ... (by jonnin)
|
by Ch1156
C++ Questions
|
|
[10 replies] Last: Thank you for the responses, ive decided to use std:: for now. (by Ch1156)
|
by PhysicsIsFun
inheritance confusion
|
|
[18 replies] Last: Besides, what you have shown could essentially be written: #include <... (by keskiverto)
|
by hassan236
expression
|
|
[13 replies] Last: cout is also the expression? how? In addition to what @seeplus ment... (by mbozzi)
|
brackets |
|
[8 replies] Last: class Sample { int x {42}; int y(7); // error }; int z(3); ... (by seeplus)
|
by Bengbers
Accessing socket that is created in another Class
|
|
[18 replies] Last: Good luck! :) (by seeplus)
|
by Jonathan100
passing 2d array as argument
|
|
[3 replies] Last: > I wonder what is the difference now? Dunno, I wasn't watching you ed... (by salem c)
|
Initialize array of arrays |
|
[15 replies] Last: Tx again! (by wimvandenborre)
|
by SubZeroWins
new/delete exception
|
|
[7 replies] Last: > Do you guys really assign a pointer to NULL & back to NULL after del... (by JLBorges)
|
by Ch1156
Is sizeof useful in modern C++?
|
|
[3 replies] Last: It is required in some situations; for instance for implementing a cus... (by JLBorges)
|