by KDE
Help me out with one simple issue please
|
|
[4 replies] Last: I've not heard that cin.get() replaces a std::endl; , so I'll tell you... (by Ben Duncan)
|
by MaZtRHaXoR
getline/gets problem
|
|
[4 replies] Last: WOW!!! thank you very much, that solved my last problem, thank you tf... (by MaZtRHaXoR)
|
by samusamu
namespaces in different file, preprocessor directives and static variables
|
|
[3 replies] Last: with more googling I finally figured out why richardforc solution is r... (by samusamu)
|
by TheNoobie
Virtual Key Descriptions?
|
|
[12 replies] Last: Funny thing, I was looking for the exact same thing, I'll probably use... (by smash85)
|
by AlecTaylor
How do I parse an XML file?
|
|
[no replies]
|
by krow
Recommendation on a good C++ book
|
|
[8 replies] Last: Thanks again, I'll take a look at those books you guys recommended. (by krow)
|
by rohitsah1
Library management project
|
|
[1 reply] : Here you get the source code for library management project http://cod... (by Dinesh subedi)
|
by TnGraham
Sending a pointer to a function
|
|
[2 replies] Last: Codekiddy, Thanks. I forgot to add a function call to the code above.... (by TnGraham)
|
by asfandahmed1
C++ and mysql connectivity
|
|
[4 replies] Last: nice (by rohitsah1)
|
Colored text in Windows Console |
|
[3 replies] Last: IF you don't want to use system() function then you can use code for ... (by Dinesh subedi)
|
Unavoidable goto? |
|
[3 replies] Last: @Moschops Wow... That looks pretty good. With small modification fits ... (by closed account 10oTURfi)
|
by yangrongwei
How to explicit undeclare variable in C++
|
|
[7 replies] Last: Another option may be to assert. If you insist, you could wrap the as... (by moorecm)
|
by Shakyanu
fixed-point types not supported in C++
|
|
[1 reply] : what does this mean? int a = 2k +1; also your local var is hidding g... (by codekiddy)
|
by heymrjack10
My do while loop isn't looping!
|
|
[5 replies] Last: [quote=heymrjack10] i gave the user2 a value of 0 before the loop If ... (by Galik)
|
by g2kafka
Base class pointer vector confusion
|
|
[no replies]
|
by gizzmo
memory leaks
|
|
[10 replies] Last: leaks only runs on live programs. So to stop your program terminating,... (by kev82)
|
by alend
Problem with The Boost C++ Libraries book
|
|
[no replies]
|
by mekkatorqu
Access txt file in resource
|
|
[13 replies] Last: Once you've loaded you file data from the resource and found/created t... (by andywestken)
|
by cobowitz
using fstream to read txt, passing data to object
|
|
[no replies]
|
by smeyer27
Not getting proper output with my for loop
|
|
[no replies]
|