by Veltas
Problem with stream input (1,2)
|
|
[26 replies] Last: cin.get() takes the characters from the input stream, but leaves the ... (by guestgulkan)
|
by bacpp
using automake and autoconf with C++
|
|
[no replies]
|
by pantsbandit
Can anyone help me with this sort?
|
|
[4 replies] Last: Sorry. I guess a 2nd pair of eyes is needed sometimes. I've made many ... (by closed account D80DSL3A)
|
by messnaround
Compiling c++ in terminal
|
|
[9 replies] Last: On my system, gcc lives in /usr/bin/ I've no idea about yours. (by Moschops)
|
by bbcc
class
|
|
[1 reply] : :: is a scope resolution operator. In your case AIDA is probably a nam... (by hamsterman)
|
by Zemtriz
How to fill x[i] from array[8][8]?
|
|
[4 replies] Last: Are you just trying to use for loops to convert between 1D and 2D arra... (by moorecm)
|
by dandy
[help]type casting
|
|
[6 replies] Last: Technically there's no possibility of a vtable here, since A follows t... (by Disch)
|
by ro0ody86
having trouble with doing swap function
|
|
[1 reply] : Could it be because your function prototype doesn't match your functio... (by packetpirate)
|
by Rocksteady
Using SDL in Microsoft Visual 2010
|
|
[6 replies] Last: This is how it's supposed to look like: #include "SDL.h" int main ( in... (by coder777)
|
by Deathly
Why doesn't my catch work?
|
|
[1 reply] : See http://en.wikipedia.org/wiki/Dynamic_cast. An exception is only t... (by webJose)
|
by LB34
Help needed to understand how reference of a vector works as function parameter
|
|
[1 reply] : Note that your for loops are different. This is why passing by value g... (by hamsterman)
|
by Gladdok
Parse a string for integers
|
|
[5 replies] Last: This works much better now :) World::Time::Time( const std::string& a... (by Gladdok)
|
by narren
Loop error in segmentation project/OpenCV
|
|
[6 replies] Last: Sorry for so long silence. I've been working on this program. A lot of... (by narren)
|
by redriller
extract words from string
|
|
[2 replies] Last: It requires const char * delimiters while delimiters change. I don't ... (by redriller)
|
by jurrianvdb
Anonymous objects
|
|
[2 replies] Last: If you want the same variable to be used for each loop iteration, just... (by anonymous23323124)
|
by raptor85
Help
|
|
[1 reply] : #include <iostream> using namespace std; int validity(string ,strin... (by raptor85)
|
by CRBottini
STL Queue Questions
|
|
[1 reply] : I don't understand what you are trying to make. What is the point of u... (by hamsterman)
|
Function Pointers and void* |
|
[5 replies] Last: Here's what I came up with if anyone is interested: void SSTool::funU... (by rocktheartsm4l)
|
by pastamaker
For-loops
|
|
[4 replies] Last: How about this silly method? It needs just one for loop! @pastamaker: ... (by closed account D80DSL3A)
|
by Skills
Array with functions
|
|
[5 replies] Last: check your email. (by tomararun)
|