by Gyiove
What is reference exactly?
|
|
[3 replies] Last: in simple terms, a reference is just another name for an existing vari... (by codekiddy)
|
by A3 Digital
Have Loop Running and Receiving User Input
|
|
[2 replies] Last: The code from above should work out, just try to avoid using goto! Got... (by HalfNOoB)
|
by Vuzee01
Socket hash data
|
|
[2 replies] Last: Okay, acutally i made it. i used socket to send random numbers to pro... (by Vuzee01)
|
by Azee
file reading help
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/files/ (by TarikNeaj)
|
by samarth123
optimising my code problem
|
|
[18 replies] Last: Another idea would be the combination of formula and loop: 1+2+3+4+5.... (by coder777)
|
by moonman239
Why use a stringstream when you can use string.append?
|
|
[3 replies] Last: string interface is not the same as stringstream interface. one has m... (by codekiddy)
|
by lovecoding
SFML C++ question
|
|
[5 replies] Last: Sorry for the late response. For controlling how it is drawn, you ca... (by Austin J)
|
by ebc
help !!!
|
|
[4 replies] Last: //this stops characters such as newline if the end-of-file is reached... (by pnoid)
|
by Xriuk
Multiple inheritation constructor initialization
|
|
[5 replies] Last: both are initialized directly by the most derived class (depth-first o... (by Cubbi)
|
by Saad1237
Some Problem in my program of calculating Tables of a number using functions.
|
|
[8 replies] Last: @coder777, thank you sir, you're a great dude. (by Saad1237)
|
by humza sami
help..!!
|
|
[6 replies] Last: Since you're editing your OP, please could you edit it to use code tag... (by MikeyBoy)
|
by plexus
Question about BOOST_FOREACH
|
|
[9 replies] Last: [quote=Moschops] it seemed safe to assume that it hadn't taken you eig... (by MikeyBoy)
|
by mouad11
tagging text
|
|
[1 reply] : Do you have any problems with it? (by coder777)
|
by lovecoding
SFML/ C++ question
|
|
[1 reply] : Here's a simple example of how one might do something similar: #incl... (by cire)
|
by MattBess
Clarification on libraries
|
|
[7 replies] Last: Thanks man And @sasauke , on top of telling us what to write, not why... (by MattBess)
|
by Shadowwolf
Template Constructor
|
|
[2 replies] Last: Thank you for your help, it works perfectly. I forgot all about the ne... (by Shadowwolf)
|
by pacman169
Printing
|
|
[13 replies] Last: I finally found the problem! My rank and file indexes were wrong. What... (by pacman169)
|
Search in substring Problem |
|
[5 replies] Last: By substr() I assume you mean strstr() which does indeed return th... (by kevinkjt2000)
|
by Sami2016
PACKED BCD for long integers
|
|
[no replies]
|
by teooo5
how do I add function to find the two highest numbers from user input in this code?
|
|
[10 replies] Last: You can do like this : #include <iostream> void sortNum(int& num1, ... (by danjiun)
|