by George P
A moved C++ container and MSVC++ (1,2)
|
|
[20 replies] Last: This is my take on ' valid but unspecified state ': valid : operatio... (by JLBorges)
|
by woohyeon
fwrite(Buffer, sizeof(A), N, fp) vs fwrite(Buffer, sizeof(A) * N, 1, fp)
|
|
[7 replies] Last: If you only write as one object then you either have a successful wri... (by dhayden)
|
by salem c
PID controller setup for each cores of the CPU
|
|
[1 reply] : how many variables are in your state? This sounds like it could be si... (by jonnin)
|
by Geckoo
OpenGL
|
|
[3 replies] Last: I don't think Vulkan will make OpenGL obsolete, or that OpenGL w... (by kigar64551)
|
by SomeStudent
"for (int i" vs "for (i"
|
|
[18 replies] Last: Yeah - but in C++ a ref is just a pointer 'under the hood'... (by seeplus)
|
by Wallby
A predefined macro for macro recursion in c?
|
|
[12 replies] Last: Many education systems (especially in the UK) seem to teach Java as a ... (by seeplus)
|
by t im
About the End of Multi-level Pointer
|
|
[4 replies] Last: Thanks all the answers. I got it. (by t im)
|
by DOOMReboot
Best Design Pattern(s) to Load Binary File
|
|
[2 replies] Last: have you considered the kiss design pattern instead? Half kidding, bu... (by jonnin)
|
by George P
help
|
|
[3 replies] Last: Ah, another "I need better code" leech shows up. They get it and then... (by George P)
|
by frek
MinAveRange exercise
|
|
[16 replies] Last: When working on a solution, a couple of times I was quite close to the... (by frek)
|
by Cplusc
adding header and cpp files from different folder in VS project (1,2)
|
|
[20 replies] Last: Thank you all for your good points. (by Cplusc)
|
by Kingfrankbob
Help with Float point refrencing
|
|
[9 replies] Last: yes. the most simple, basic thing would be to use base 10 (inefficient... (by jonnin)
|
by DeepMohinman
Does opencv have a constexpr vector or matrix container
|
|
[3 replies] Last: const std::vector<cv::Vec<unsigned char, 3> > As current, std::vector... (by seeplus)
|
by copypasta
Wandbox (Online) - How To Save?
|
|
[2 replies] Last: Using an online compiler is not the best way to learn C++ since many k... (by George P)
|
by SomeStudent
Struct as function parameter
|
|
[4 replies] Last: // For “in” parameters, pass cheaply-copied types by value and ot... (by JLBorges)
|
by see17
Suppress cout output from imported library
|
|
[8 replies] Last: > Is there a way to suppress the stdout from the imported library only... (by JLBorges)
|
by Mitsuru
difference in VTK use between v8 and v9
|
|
[no replies]
|
by awsdert
Cusom printf implementation has slight issue
|
|
[1 reply] : Never mind, fixed it: PAW_API pawhhu* paw_putf_int_nxt( PAWBUF *UDV,... (by awsdert)
|
by frek
How to use modules in C++
|
|
[15 replies] Last: M'ok, this is a major long shot, but something to check. Check your V... (by George P)
|
by George P
Comparing strings
|
|
[13 replies] Last: I could say I am surprised or disappointed. Well, I could, but I shan... (by George P)
|