by JUAN DENT
variadic constructor?
|
|
[3 replies] Last: if you omit the forward, you might be copying where you could have mov... (by Cubbi)
|
by pnoid
Assertion failed error with opencv
|
|
[2 replies] Last: Thanks so much. I can't believe I missed that. (by pnoid)
|
by corneliusV
Convert temperature between celsius and fahrenheit
|
|
[2 replies] Last: You have several issues with your code: 1. You are calling functions... (by closed account E0p9LyTq)
|
by keanedawg
Testing a bad allocation?
|
|
[3 replies] Last: [quote=keanedawg]I want to test some of the exception handling in my p... (by closed account E0p9LyTq)
|
by JUAN DENT
making a lambda template...
|
|
[4 replies] Last: Ok, yes I know I can use a function object... but, I wanted to see how... (by JUAN DENT)
|
by tommy venice
distance between two atoms
|
|
[10 replies] Last: in case I will paste here the piece of code Please, use code tags. S... (by keskiverto)
|
by michellee
From structure to array
|
|
[4 replies] Last: Okay thanks! I even found the min value of the salary! Thanks a lot! (by michellee)
|
by mike9407
linked list
|
|
[2 replies] Last: Bjarne Stroustrup: Why you should avoid Linked Lists https://www.yout... (by Thomas1965)
|
by zemnieks
Program that turns decimal base to any base from 2-16 gives reverse number
|
|
[2 replies] Last: Another option would itoa. http://www.cplusplus.com/reference/cstdlib/... (by Thomas1965)
|
by bambam
Finding Mode with no Arrays!
|
|
[4 replies] Last: If possible, please post the exact text of the assignment. I suspect ... (by dhayden)
|
by Kubani
a strange pointer error
|
|
[3 replies] Last: cpp.sh runs it successfully! This code has no successful behaviour,... (by Moschops)
|
by a10e29
raw pointer to unique_ptr
|
|
[1 reply] : Hi, Not sure about converting, but a unique_ptr can own a pointer... (by TheIdeasMan)
|
by tigerlilycnm
Psuedorandom Code generator
|
|
[2 replies] Last: - Why not use constructor initialiser lists? http://en.cppreference.co... (by integralfx)
|
by densel12
Volume of cone using structures and pointers
|
|
[2 replies] Last: - Your input prototype doesn't match your implementation. //void i... (by integralfx)
|
by lillybug
Using C++ for experiment
|
|
[11 replies] Last: Hi, according to our lecturer we have to have it starting with the #in... (by lillybug)
|
by nameishi
using merge from the algorithm library
|
|
[5 replies] Last: If you can't be bothered to post the actual error messages (preferably... (by cire)
|
by Kubani
Creating graphical apps in C++
|
|
[8 replies] Last: Sorry I don't have any detailed info on Qt and I don't know these. Do... (by Thomas1965)
|
by kaspermv
expected primary-expression before ')' token
|
|
[7 replies] Last: Then add the missing braces after line 78. I can't do it for you. (by coder777)
|
by PirateNeko
Merge sort
|
|
[1 reply] : Please use code tags when posting code. Highlight the code and press ... (by dhayden)
|
by Quark
An implementation issue: Polymorphic types and separate compilation (1,2)
|
|
[36 replies] Last: There is no interoperability between binaries compiled by different ... (by helios)
|