by Geckoo
Computation using GPU instead of CPU
|
|
[4 replies] Last: CUDA is Nvidia-specific and, to the best of my knowledge, works with... (by kigar64551)
|
by alexdieter
Replacement for global variables
|
|
[9 replies] Last: Maybe something like: #include <iostream> #include <iomanip> using... (by seeplus)
|
by Runsva
Function Pointer using "typedef" keyword with Function Address stored as Variable? (C++ 14, VS 2019)
|
|
[6 replies] Last: On mainstream implementations, (on any POSIX compatible system) a fu... (by JLBorges)
|
by PeteDD
pass header name (withoug .h) in class constructor ... and #include
|
|
[8 replies] Last: jonnin and mbozzi, Thanks for thinking about it. The point is clear ... (by PeteDD)
|
by alexdieter
HELP on array and function project code.
|
|
[16 replies] Last: Dealing with the very-tight strait-jacket approach most C++ courses fo... (by deleted account xyzzy)
|
by alexdieter
Help with Files into Vector assignment
|
|
[2 replies] Last: What help is required? Can you open/read from a file OK? Can you use a... (by seeplus)
|
by frek
Max number of disc intersects
|
|
[7 replies] Last: On intersection, which of these do intersect? A = 1 A = 0 A = 1 A... (by lastchance)
|
by alexdieter
Problem with Switch statement
|
|
[1 reply] : See your other thread. (by salem c)
|
by JuanAKAJuan
Assigning weights to blank spaces and displaying them
|
|
[3 replies] Last: When @Duthomhas says "use pythagorean theorem", he means use straight-... (by mbozzi)
|
by a456df
Blank Spaces assigned weights
|
|
[6 replies] Last: Whoops, I did some extra work in the above: // Find the "minimum dis... (by mbozzi)
|
by oddy
A exception has been thrown when solving 8-digit problem
|
|
[5 replies] Last: no idea what that is Using your fingers to type, but not your thumbs... (by MikeyBoy)
|
by VladTsyb
The .cpp program does not see the GL/glew.h file.
|
|
[3 replies] Last: @Geckoo, thank you! (by VladTsyb)
|
by ruzip
Translate Scancode to Virtual KeyCode
|
|
[1 reply] : https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-... (by deleted account xyzzy)
|
by whiteW0lf
Program Failing when trying to assign value to structure pointer
|
|
[7 replies] Last: yes that solved it; the deletion of L68,69 and the insertion of the fo... (by whiteW0lf)
|
by Worldtreeboy
Is base class object created when a derived class object is created?
|
|
[5 replies] Last: > Technically, there is just one object, containing the fields of the ... (by JLBorges)
|
Check if a vector contain duplicate numbers (1,2) |
|
[22 replies] Last: PS. For the set method, the time taken is pretty much dependent upon t... (by seeplus)
|
by ruzip
Assert Implicit Declaration or Non-existent Functions
|
|
[2 replies] Last: Thanks. I was also looking for an example using assert. (by ruzip)
|
by t im
Question about leetcode #209
|
|
[3 replies] Last: I have figured it out. Thanks for your answer. (by t im)
|
by thelearnerkh
Reading Integers with defined characters C++
|
|
[2 replies] Last: I'm not sure what you want when you get an s? This code will display t... (by seeplus)
|
by Hawlong
error C2039:string_view (1,2)
|
|
[23 replies] Last: If you're a beginner, why are you copying relatively complicated code... (by kbw)
|