General C++ Programming - September 2016 (Page 19)

by Rithik
Alternate words
 
If in a output user types any string such as " c++ or java programming language ".The next line should print alternate words including spaces....such as c+ o ...
[no replies]
by cmisip
Why is std::ref not working in this code?
 
I am getting garbage values in keyboard_interrupt and speech_interrupt x variables when they should have been passed references by std::ref. Thanks Chris ...
[2 replies] Last: Thank You Very Much. I did solve the problem with smart pointers. I ... (by cmisip)
by Verna
Temp conversion fahrenheit to celcius
 
I am just trying to learn Visual C++ and in this class to get us started we were given a code that was our first program to compile and link in the Visual C++ 2...
[5 replies] Last: Thanks for your help I was able to use the advice given and finished t... (by Verna)
Understanding boost mil::apply
 
Hi, I need some help understanding the following expression: typedef mpl::apply<_1, std::vector<int>>::type t3; As far as I have tested, t3 is equi...
[1 reply] : mpl::apply<f, args...> takes its first parameter and invokes it (in MP... (by Cubbi)
Is there a way to find what the template parameters are?
 
Hi, For any template class X, is there a way to find the actual template parameters? Like: template<typename T, typename U> struct X { }; Tha...
[10 replies] Last: It is vague because my question aims at being very general Can't you ... (by helios)
September 2016 Pages: 1... 171819
  Archived months: [aug2016] [oct2016]

This is an archived page. To post a new message, go to the current page.