by Lospwr
What did i do wrong here in this code?
|
|
[3 replies] Last: cin >> account number; This is illegal. It looks like you're tryin... (by MikeyBoy)
|
Writing a while-loop? |
|
[5 replies] Last: Thank you very much! (by GetMeOuttaHere)
|
by ephraimr
Programming and principles ch 7 exercise doubt
|
|
[2 replies] Last: Well it was rather easy, i feel silly now char ch; cin.get(ch); ... (by ephraimr)
|
by pheliont
Sqrt and modulus
|
|
[5 replies] Last: I would expect the function to look more like the following: int squ... (by cire)
|
by integralfx
regex_search
|
|
[1 reply] : #include <iostream> #include <string> #include <regex> #include <ioma... (by JLBorges)
|
by Nyapp
I have some questions
|
|
[2 replies] Last: a) Is this relevant? It depends on the compiler how it is added to the... (by coder777)
|
by titan88
Constructor with strings - Errors
|
|
[4 replies] Last: Makes sense. Should have caught onto that one. Guess I was working on ... (by titan88)
|
by Haziq
How to find specific value in text file
|
|
[4 replies] Last: Found a new solution.. i declare date as string instead of declare one... (by Haziq)
|
by hiipower12
NEED HELP WRITING PAYROLL ALGORITHM!
|
|
[1 reply] : I think you should read this first. http://www.cplusplus.com/forum/beg... (by Thomas1965)
|
by CryBaby
c++ noob need help
|
|
[1 reply] : Hey. Please don't spam the forum with identical posts - http://www.cpl... (by TarikNeaj)
|
by hookster007
HELP! Using Pointers to Determine Odd Numbers in Array
|
|
[7 replies] Last: the amount of odd numbers Not sure whether you've finished this yet.... (by Chervil)
|
by oje
Converting std::string to integer (or not)
|
|
[9 replies] Last: Thanks a lot, now I got it! (by oje)
|
by m0bb1n
Segmentation error in Battleship game
|
|
[3 replies] Last: > FULL PROGRAM HERE if needed: you should always provide enough code t... (by ne555)
|
by pkdevine
Endless Loop need help
|
|
[4 replies] Last: TheIdeasMan, Thanks for the tips, I'll definitely look at implementin... (by pkdevine)
|
by CryBaby
THIS DUDE REALLY NEEDS HELP
|
|
[1 reply] : #include <iostream> using namespace std; int main() { //Create a v... (by WakeofMisery)
|
by NoobMathe
Scope for Public and Private
|
|
[1 reply] : Hi, The public refers to public inheritance of a base class. The Bi... (by TheIdeasMan)
|
by cwright1206
Magic Number
|
|
[3 replies] Last: He means that by the time you reach line 13, number1 is zero. This is... (by dhayden)
|
by ianS
Please Help Calling Function, If then
|
|
[6 replies] Last: No worries, pleased to help. Awesome that you sent thanks, often that ... (by TheIdeasMan)
|
by titan88
Creating Bank Program with 2 Accounts
|
|
[9 replies] Last: Perfect thanks guys I got this working! (by titan88)
|
Bizarre question in CS intro class |
|
[5 replies] Last: No, I agreed that your answer was correct, because it has only two cha... (by Duthomhas)
|