When are rvalue references to primitive integers short-lived or long-lived? |
|
[1 reply] : Returning a local variable by reference is undefined behavior, regardl... (by Cubbi)
|
by AleaIactaEst
Integer logarithm with base 2
|
|
[6 replies] Last: Oh you're right. That's a nice and simple solution :) Problem solved,... (by AleaIactaEst)
|
by Haroonrulz
Issue with program to automate excel
|
|
[2 replies] Last: Thanks for your help Mr.Kbw.I am able to proceed further. (by Haroonrulz)
|
by suryakalam
Reading Binary files
|
|
[4 replies] Last: thanks i am able to read (by suryakalam)
|
by vw4x4
please give an example fot the following situations.
|
|
[1 reply] : 1) unsigned short x = 0; int y = 0; std::cout << typeid( x + y ).nam... (by vlad from moscow)
|
by Haroonrulz
Issue with program to AutoSave excel in C++
|
|
[no replies]
|
by vw4x4
uses of type conversion?
|
|
[1 reply] : 3. Because hex notation is typically used with bitwise operations. Bit... (by helios)
|
by ycai77
template programming problem
|
|
[1 reply] : Back in 98, there used to be a keyword in the standard that let you de... (by helios)
|
by clc0608
Binary Trees and Linked Lists
|
|
[2 replies] Last: It's the last two questions, the combination of Trees and Lists (by clc0608)
|
C++11 - Using move semantics in a for loop? |
|
[5 replies] Last: Thank you for the replies! I didn't come to think of it that compilers... (by Henri Korpela)
|
by james16
String Manipulation Problem
|
|
[2 replies] Last: thanks alot man. thats a really smart way of doing it. (by james16)
|
by Hashimatsu
C/C++ compiler app, Nokia?
|
|
[2 replies] Last: Both codepad.org and ideone.com is what I'm looking for, a debug and c... (by Hashimatsu)
|
by kajondra
Program that finds the surface area of moon.
|
|
[1 reply] : @kajondra Very impressive. Can you convert that to square miles? Also... (by whitenite1)
|
by russiandobby
incomplete type is not allowed error
|
|
[3 replies] Last: What is the content of "date.h"? A am sorry. Please show anew your tes... (by vlad from moscow)
|
Question regarding Multiplatform (Linux AND Windows) |
|
[1 reply] : 1. Yes. It can be hard to make executables that works on all Linux dis... (by Peter87)
|
by Nandeesh H D
How to make the content of a 'char*' to 'char*'?
|
|
[2 replies] Last: You could substitute ptr1 for ptr in the statement cout << ptr1<< end... (by vlad from moscow)
|
bitwise negation operator |
|
[3 replies] Last: ~changes all the bits of the variable, including the bit containing th... (by bartoli)
|
by BasicNewbie
Help with ifstream and store dynamic array
|
|
[11 replies] Last: Consider a simple example #include <iostream> void f( int x ) { x =... (by vlad from moscow)
|
by ljs
computing factorial using recursion
|
|
[3 replies] Last: The problem is that not all compilers support the tail recursion. If a... (by vlad from moscow)
|
by manueldl
Recruiting C, C++ Developers
|
|
[1 reply] : I am an experienced C/C++ developer including also expirience of writi... (by vlad from moscow)
|