by rcast
Using Classes and Inheritance
|
|
[3 replies] Last: @maddy1445 - Please don't hijack someone else's thread. (by AbstractionAnon)
|
by noblesm1975
Help with code please
|
|
[3 replies] Last: In line 11 of the original code you wrote: const char FileName = "c:... (by eraggo)
|
by jackbruns28
Confusion with the if/else statement
|
|
[7 replies] Last: You will also need to look at the different types of "Loops" available... (by Jerseppi)
|
by warburp
Creating Connect four
|
|
[1 reply] : When a piece is placed, you could add up the number of consecutive pie... (by Branflakes91093)
|
by nein9
Program formula needs fixing
|
|
[7 replies] Last: You're right! Thank You! :D (by nein9)
|
Please Help |
|
[1 reply] : Function find_average() void find_average(ifstream& input, double... (by Chervil)
|
by fx11
Class, Arrays, Operator overloading = instable code. Why?
|
|
[1 reply] : The problem is when the objects are copied, it will just copy cAry and... (by Peter87)
|
C++ infile problem |
|
[5 replies] Last: I think I figured out the problem here - the cout and out statements a... (by Kenneth Howard)
|
by krutuk
Problem with template
|
|
[7 replies] Last: No problem wasn't in cout. I did like this: #include <iostream> usin... (by krutuk)
|
by Lynx876
std::string .find()
|
|
[4 replies] Last: Ha! I cut/paste it wrong when I moved it! Edit : I had a ';' at the ... (by Lynx876)
|
by MEandYOU
help!!!
|
|
[7 replies] Last: thanks for the idea.. i already get it :)) (by MEandYOU)
|
by newbie456
Please help. I am unable to find the error !!
|
|
[3 replies] Last: Thanks a lot !! :) (by newbie456)
|
by lolwe
Help with 1 function
|
|
[no replies]
|
by Tiger58
How do I read ints separated by commas in a file?
|
|
[3 replies] Last: I like the suggestion from Stewbond . If you have an input file whic... (by Chervil)
|
by vuonganh1993
help me about QUEUE
|
|
[2 replies] Last: thank you. I'll try again. (by vuonganh1993)
|
by Oracni75
How to read from a file specific elements
|
|
[1 reply] : Sounds like a case for std::map. It's an associative array where you c... (by plexus)
|
by DoctahLove
Help with future value program and interest
|
|
[4 replies] Last: double futurevalue=deposit*pow(1+(rate/100),years); Something lik... (by closed account j86M4iN6)
|
by apati21
Help with palindrome program
|
|
[no replies]
|
by Austin J
Can't figure out this error
|
|
[5 replies] Last: my personal way of choice http://en.wikipedia.org/wiki/Rubber_duck_deb... (by K0T4K0t4)
|
by js404
interesting input issue.
|
|
[2 replies] Last: How are you calling the talkto() function? There are some unread char... (by jim80y)
|