by technologist
iostream/cin.fail question
|
|
[8 replies] Last: You mean mine causes undefined behavior? Yes. Neither I noticed so... (by cire)
|
by Gyiove
Neural network, trying to implement adadelta from caffe.
|
|
[2 replies] Last: I decided to download the whole html and upload it cause it seems hard... (by Gyiove)
|
by JFWong
Length of string
|
|
[2 replies] Last: You use std::strlen() or std::char_traits<char>::length() to deter... (by Duthomhas)
|
by mtweeman
Exe to open password protected exe
|
|
[1 reply] : Greetings, Well, if you look at it the idea is simple : + Create a e... (by Naughty Albatross)
|
by elay
class private function for one task
|
|
[1 reply] : How many times you call a function is irrelevant. Use a private functi... (by Peter87)
|
by gedamial
Little question about std::forward (reference collapsing)
|
|
[2 replies] Last: Hi Cubbi, really thanks for the reply. This argument has been discuss... (by gedamial)
|
by Wu zhen hai
thread and lock
|
|
[8 replies] Last: thanks! (by Wu zhen hai)
|
by swap1155
header files creation undefined reference
|
|
[8 replies] Last: closed account 5a8Ym39o6 and coder777 thank you for your suggest... (by swap1155)
|
by rabster
Getting tuple value via variable
|
|
[3 replies] Last: I don't think what you're trying to do is possible, think about it, yo... (by a k n)
|
by gedamial
Parameter Pack expansion - how to understand them correctly?
|
|
[9 replies] Last: Hey, I came up with this some seconds ago template<class... T> doub... (by gedamial)
|
by MirrorSpock
Passing a derived class object (that is stored in a vector) into a function.
|
|
[2 replies] Last: Yes, here is the code for both: std::vector<Bullet> bullets; st... (by MirrorSpock)
|
by helios
std::condition_variable
|
|
[4 replies] Last: Oooh. I had seen several examples where the mutex was not locked at al... (by helios)
|
by dr86
Reason for declaration of enumerator in OpenFOAM
|
|
[2 replies] Last: All right. I wanted to give more information, so I have posted in this... (by dr86)
|
by Roson
What is "Cannot have a type qualifier"?
|
|
[1 reply] : You've got a const somewhere it doesn't belong. (by Duthomhas)
|
by Shadowwolf
Delaying class member initialization
|
|
[1 reply] : maybe you can define a constructor for Camera that accepts a glfwWindo... (by fcantoro)
|
by Roson
game - lasers as separate variables
|
|
[4 replies] Last: @necip...... im currently working with turbo c++, not codeblocks..... ... (by Roson)
|
by ssoffel
Help with this for loop
|
|
[1 reply] : > What does the nCount & 3 do or mean? It is a bitwise operation. htt... (by Naughty Albatross)
|
by Monke
Need help with script!
|
|
[9 replies] Last: If you want the results to differ more why don't you use it : std::... (by Naughty Albatross)
|
by elay
enum problem
|
|
[3 replies] Last: @AbstractionAnon i thought i wrote menuPage lol thanks guys :) (by elay)
|
by unclereg
individual pixel control
|
|
[5 replies] Last: You can always load the image data yourself, but you need some kind of... (by Duthomhas)
|