by cppuser
Noobie question regarding new line string concatenation
|
|
[2 replies] Last: Hmm... I think I accidentally have found the answer. string myStri... (by cppuser)
|
by hunter
I want to parse twitter.
|
|
[14 replies] Last: I didn't said that that is the most practical implementation, but for ... (by R0mai)
|
by DamagePlan
Problems with first ever C++ Program
|
|
[5 replies] Last: No problem. (by chrisname)
|
by NGen
cin >> and cin.get( ) not pausing program?
|
|
[12 replies] Last: Sorry :P I forgot to add "#include <limits" :( (by chrisname)
|
by chrisname
stdio.c source code
|
|
[2 replies] Last: Oh, god. My eyes must be broken. (by chrisname)
|
by HawkOfWinter
Memory leak, how to find?
|
|
[6 replies] Last: Microsoft's MFC has a debug_new that's mapped into debug builds. Ea... (by kbw)
|
by mcleano
Need some advice on two classes
|
|
[11 replies] Last: "Interface generally refers to an abstraction that an entity provides ... (by chrisname)
|
by loveless
how to delay the output??
|
|
[12 replies] Last: i tried to compile already~~~~~ about the *cin.tie() ~~~~~why does ... (by loveless)
|
by Qwerty2
C++ and D
|
|
[6 replies] Last: Very funny, and following the link to C++ ... http://www.catb.org/~esr... (by kbw)
|
Carraige Return Problem in char array with new compiler |
|
[3 replies] Last: In C and C++, you quote a newline by putting a backslash before it. ... (by Duthomhas)
|
by cuttlefish
writing a program that finds length of a string
|
|
[5 replies] Last: http://cplusplus.com/reference/string/string/ it is without the ( ) I ... (by Cojones)
|
by lse123
C++ is a lot easier to Learn than Java in the matter of configuration
|
|
[1 reply] : Is that a question or a declarative statement? (by chrisname)
|
by missjramirez
Arithmetic using pointers
|
|
[5 replies] Last: I guess we've given up on [co de] tags then? You need to be able t... (by chrisname)
|
by Duncan
Friend function clarification
|
|
[8 replies] Last: You're right, sorry. For some reason I was thinking that 'friend' did ... (by NGen)
|
by MHarriman
function returning a pointer to a 2d array
|
|
[9 replies] Last: Great! Thanks Gregor, problem solved. (by MHarriman)
|
by mareon
String parameterization as argument
|
|
[4 replies] Last: my initial posting was with string streams but if you want to use spri... (by anilpanicker)
|
by yeap
problems with numerical inegrator!!!
|
|
[2 replies] Last: ok... you are right!!! my problem is here... this is a matrix where ... (by yeap)
|
by chrisname
This is weird...
|
|
[4 replies] Last: Ohhhh... I was wondering about that. Thanks :) (by chrisname)
|
by Cojones
Exporting a class to a dll
|
|
[12 replies] Last: D3DXMATRIX is defined in d3dx9math.h. It's a file in DirectX SDK (by Cojones)
|
by josefalarka
C++ Date and Time
|
|
[4 replies] Last: It would be easier but less correct due to inexact floating point repr... (by jsmith)
|