by imanoob217
file extension for c++
|
|
[4 replies] Last: thank you (by imanoob217)
|
by Slapshot004
using <ctrl>-Z to end
|
|
[3 replies] Last: See the example at the bottom of the article. (by helios)
|
by vexstorm
problem with +overloading
|
|
[2 replies] Last: wow. that would completely make sense lol... thanks -_-... *sigh* (by vexstorm)
|
by gdsimz
multiplying a decimal to get whole number not working
|
|
[1 reply] : Read: http://docs.sun.com/source/806-3568/ncg_goldberg.html Floatin... (by firedraco)
|
by John Galt
My compiler doesn't like my return function?
|
|
[6 replies] Last: Yes, absolutely. (by John Galt)
|
by wachtn
Feedback please
|
|
[7 replies] Last: I get it. Thanks! (by wachtn)
|
by froggy1976
sequential files
|
|
[1 reply] : string *theField = split(firstLine, ','); split() returns a strin... (by firedraco)
|
by cbouwkamp
Array of Objects
|
|
[18 replies] Last: Huh, strange. At least you got it working though. ^_^ (by firedraco)
|
by gdsimz
need assistance with do while validation..
|
|
[3 replies] Last: Because when you attempt to read an int and it fails because the input... (by jsmith)
|
by robezy
Trouble with filestream and stringstream..
|
|
[8 replies] Last: The problem is yours fails if there's more stuff in the stream, but no... (by kbw)
|
by JamesB
memcpy elements of an array
|
|
[5 replies] Last: Ah, gotcha. It seems memmove is the function for me. This works as i... (by JamesB)
|
by hopesfall
Looping a switch statement
|
|
[4 replies] Last: http://www.cplusplus.com/forum/articles/6046/ Good ways to get input ... (by bluezor)
|
by nautica17
Compute Pi using arrays (code finished, but not working right)
|
|
[3 replies] Last: It worked!! Thank-you so much!!! :D :D :) I've been working on this a ... (by nautica17)
|
by DrChill
Math with chars
|
|
[1 reply] : Convert to int or any type other than char right before outputting (<<... (by helios)
|
by dominic3176
A factorial program that isn't returning the factorial
|
|
[3 replies] Last: So it was a stupid, switcharoo mistake. Thanks for the keen eyes! I ap... (by dominic3176)
|
Can't run program (1,2) |
|
[24 replies] Last: Worked after entering the ignore() command.. Find the lanquage rather ... (by ferrariandersen)
|
by Beaner
txt file spacing problems
|
|
[1 reply] : when you view the text file, are you using a proportional font or a fi... (by jsmith)
|
by joshky
Roman Numerals
|
|
[4 replies] Last: actually I had a lot of errors where I copied and pasted the different... (by joshky)
|
by bananaHUNT
Reading .txt file
|
|
[11 replies] Last: Ah now I understand, thank you so much guys ! (by bananaHUNT)
|
by zmarcoz
How to use VS2008 express and DirectX to draw a circle?
|
|
[8 replies] Last: The DirectX samples are provided as part of the DirectX SDK and can be... (by jRaskell)
|