by fellaroy
How do I load a user defined file?
|
|
[1 reply] : File locations are accepted as strings. Have the user enter a string t... (by ResidentBiscuit)
|
by Bnn678
A more effeicent way to get input from the user
|
|
[1 reply] : Input validation is fun stuff, and a huge part of programs that have a... (by ResidentBiscuit)
|
by eves
subtraction with vectors
|
|
[2 replies] Last: yep it's working now, thank you so much!!! (by eves)
|
by C Theroux
classes, constructors, and user input
|
|
[5 replies] Last: A stand-alone function, yes. And perhaps called from main, if that's ... (by cire)
|
by davesjada44
Password Program
|
|
[2 replies] Last: haha, easy fix total forgot that i have to use ==. (by davesjada44)
|
I need a project |
|
[5 replies] Last: It seems as if these mathematical problems would be better suited if I... (by ResidentBiscuit)
|
by DueTime
Replacing text in a file.
|
|
[1 reply] : easiest way would be to use tmpnam() or tmpfile() to copy up to the in... (by useless)
|
by shywolf91
Need help finishing hangman code
|
|
[no replies]
|
by agent99s
my outfile is blank and I don't understand why
|
|
[2 replies] Last: Thanks for the quick reply! You’re amazing. Worked like a charm. ... (by agent99s)
|
by elvis0288
i have 5 source.txt in an 2D array i need to sort
|
|
[no replies]
|
by S1313548
Character pointers
|
|
[11 replies] Last: through the compiler, it returns the balance of the string, not the p... (by cire)
|
by vega512
Vector push_back() into multiple vectors
|
|
[1 reply] : if(week_day=="mon"||week_day=="monday"||week_day=="Monday") Do the s... (by Peter87)
|
by GrailStudios
Is there a function that will allow me to store data?
|
|
[2 replies] Last: you could possibly use a class object and a member function that creat... (by C Theroux)
|
by dk3919
Finding the largest number!
|
|
[12 replies] Last: While we're on alternative solutions: inline double max2(double n1, ... (by cire)
|
by vega512
Namespace and using print fuction
|
|
[4 replies] Last: Ok thank you guys i was just copying the code how the c++ book had it ... (by vega512)
|
by surrealife1
External Class w/ namespace error
|
|
[4 replies] Last: Thanks Jikax, that worked, I'll see if something similar's my problem ... (by surrealife1)
|
by GrayishGoose
Unresovled external symbol
|
|
[6 replies] Last: Since your class is a template class, you can't separate your definiti... (by Lodger)
|
by rocketman
Recursive Reversal Function
|
|
[13 replies] Last: I did that just moments ago... The point is the stream cannot be reset... (by Jikax)
|
by KS05
What Am I Missing?
|
|
[5 replies] Last: none of you answered the actual question Ouch, aye. (by clanmjc)
|
by parekhharshj
Microsoft visual studio c++
|
|
[3 replies] Last: Having more thane one source file is common for projects. Having comp... (by cire)
|