by Eurandus
Couldn't figure out a way to make a functional fstream
|
|
[4 replies] Last: http://www.cplusplus.com/doc/tutorial/files/ Try this tutorial. There... (by closed account 48T7M4Gy)
|
by apendris140
Remove Duplicate Characters from Strings in an Array
|
|
[4 replies] Last: Removing duplicate characters from a string. #include <iostream> #i... (by boost lexical cast)
|
by GiacomoLaw
Keylogger output file
|
|
[2 replies] Last: key_stroke is an int but is treated as a string. The programmer is a... (by coder777)
|
by ArmenHeat
Randomizing sprite drawing in SFML
|
|
[3 replies] Last: I have another related question: Shape .setPosition(sf::Vector2f(192... (by ArmenHeat)
|
by wolfv
push_back() value into vector of vectors
|
|
[4 replies] Last: Yes I know; I started example data with "1" to avoid missing leading z... (by wolfv)
|
by kmce
Delete an outfile
|
|
[6 replies] Last: working, thanks a lot :) (by kmce)
|
by KD6NRP
Reading a Value from a Text File
|
|
[6 replies] Last: http://stackoverflow.com/questions/5837639/eof-bad-practice (by closed account 48T7M4Gy)
|
by Spyke5544
Not getting Errors but keep getting BreakPoint
|
|
[3 replies] Last: Only the first line needs to be changed. This is because new nee... (by mbozzi)
|
Can't find the bug. Please help me. |
|
[1 reply] : This is why I prefer Allman style indentation over K&R or its variants... (by gunnerfunner)
|
by awesomesause
double input
|
|
[2 replies] Last: I was planning to run a function that sorts the string array but i can... (by awesomesause)
|
by chris213
Word Scrambler, works but not 100% could use some pointers
|
|
[2 replies] Last: thank you. int main() { string originalword,str,hint... (by chris213)
|
by Chotai
Simple store ordering assignment giving memory read errors.
|
|
[2 replies] Last: Thank you!! That fixed it! (by Chotai)
|
by suppa
Proving log(n)
|
|
[3 replies] Last: What if the input is 1000 times longer? (by keskiverto)
|
by logana
Curly brace scandol!
|
|
[13 replies] Last: case labels are goto labels, you can goto them You can't goto ca... (by mbozzi)
|
by tNK
Question about setting string
|
|
[2 replies] Last: Oh thank you so much. So I was passing the value into test and which l... (by tNK)
|
by anpkcpsc
Reading from Text File to Array
|
|
[8 replies] Last: @Chervil, i finally got it. What @ coder777 and you told worked. Read ... (by anpkcpsc)
|
by kamilhassaan
My member function is not giving an output. Inheritance is involved. How can I fix that?
|
|
[4 replies] Last: Line 90: You call getArea(), but you ignore the returned value. As ... (by AbstractionAnon)
|
by LiBRiUMz
NEED HELP ASAP - Runtime question
|
|
[1 reply] : Line 11 a parameter t3 of type clock_t is used void setTime1( clo... (by Chervil)
|
by TimmyFangs
Vigenere Cipher w/o using ascii Codes :-)
|
|
[3 replies] Last: JLBorges, Thanks for the suggestions! I'm trying to relearn and pract... (by TimmyFangs)
|
by apendris140
Putting strings into an array from a file
|
|
[2 replies] Last: Thanks. This worked (by apendris140)
|