by JUANDENT
Trying to get the head of a variadic template argument fails
|
|
[no replies]
|
by Paul5
Sorting in 2d array
|
|
[18 replies] Last: BUT you must take care what N represents! Its N^3 (very roughly, kee... (by jonnin)
|
Recursive use of classes eachother on multiple files |
|
[2 replies] Last: between forward declarations and pointers and inheritance, you can usu... (by jonnin)
|
by bigtree
Translate an Exiftool command to Exiftool in C++
|
|
[2 replies] Last: Also here https://windowsquestions.com/2022/03/31/translate-exiftool-c... (by salem c)
|
by leo2008
pixel conversion (1,2)
|
|
[22 replies] Last: Thanks everyone for your valuable comments. I am closing this thread n... (by leo2008)
|
by wqking
I create a little tool to check self contained headers and redundant #include in C++ code
|
|
[no replies]
|
by Kid Kube
A programming Assigment Iive been given
|
|
[3 replies] Last: As a starter, this will read and display the contents of the file (ass... (by seeplus)
|
by domodeej
MSP430FR6989 CODE assistance
|
|
[1 reply] : https://www.cplusplus.com/articles/jEywvCM9/ Please format your post f... (by salem c)
|
by stav
initializer cannot be of abstract type
|
|
[6 replies] Last: If you need this, consider incorporating a capable debugger into your ... (by mbozzi)
|
Exited with return code issue |
|
[5 replies] Last: Alternatively, you can build a second string and have it replace the o... (by Ganado)
|
by pixi
Retrieve a cookie using c++
|
|
[13 replies] Last: @kigar64551 You are certainly right. Security is important. But this ... (by coder777)
|
by marhuum
The runtime constant declaration
|
|
[1 reply] : You could think of const as meaning "read-only". void foo(int x) {... (by Peter87)
|
by Blueshark1
Overloaded function?
|
|
[4 replies] Last: Why indentation matters! #include<iostream> //Required ... (by salem c)
|
by Cambalinho
what wrong is with these comparation?
|
|
[8 replies] Last: > unsigned int *PixelColors = (unsigned int) BufferMemory; I don't und... (by ne555)
|
by DLcode20
BlackJack Project: Skip over unused values in 2D Array
|
|
[3 replies] Last: you can set a block to any value with a vector... (by jonnin)
|
by Cplusc
MPI_Create_op
|
|
[12 replies] Last: For (int i=0;i<local2global.size();i++){ global_result +=local_resu... (by Cplusc)
|
by Cambalinho
how use VirtualAlloc()?
|
|
[4 replies] Last: i review the code and now works: void *BufferMemory; BITMAPINFO B... (by Cambalinho)
|
by Vaibhav75
delete operator in destructor
|
|
[2 replies] Last: How does the delete next works and how it deletes the whole list inst... (by Ganado)
|
by tonic
c++ threads winsock2
|
|
[13 replies] Last: YT might be OK for an intro taster to see what it's all about. But wa... (by salem c)
|
by frek
Pointers and iterators problems
|
|
[19 replies] Last: Thank you very much JL. :) (by frek)
|