by d1ff1cul1010
Finding number of substrings in string
|
|
[3 replies] Last: You are correct, but the code isn't stepping past "cat", it's only st... (by d1ff1cul1010)
|
by jowebb123
How do I open a file in one routine and close it in a separate routine or is this forbidden?
|
|
[5 replies] Last: As we all know using '&' to pass by reference in a function/call arran... (by closed account 48T7M4Gy)
|
by Extreme112
Question On fin.get()
|
|
[1 reply] : Your understanding seems correct. (by jlb)
|
Problem outputting a fraction instead of a decimal |
|
[1 reply] : Maybe what I wrote in this thread might help. http://www.cplusplus.co... (by closed account 48T7M4Gy)
|
Converting program to use arrays |
|
[11 replies] Last: Well, i just decided that it wasn't possible and did it this way to ge... (by forbesthebrit)
|
by Akigou
Uninitialized Variables ( Phone bill program )
|
|
[3 replies] Last: It's not clear to me which function you are calling so I can only gues... (by closed account 48T7M4Gy)
|
Why doesnt my code simplify fractions properly? |
|
[1 reply] : #include <iostream> using namespace std; void add(int, int, int, int... (by closed account 48T7M4Gy)
|
by and kand 97
Function finds all prime numbers between two user inputted numbers
|
|
[1 reply] : I made a couple of changes to your code. I used a void function instea... (by druid84)
|
by dugartman
Making a Tower of Hanoi problem that displays each step visually.
|
|
[no replies]
|
by poseidn
infile?
|
|
[2 replies] Last: thanks bro (by poseidn)
|
by NOD32
Problem with function returning correct value
|
|
[2 replies] Last: thanks (by NOD32)
|
by Scofield16
Help with homework problem
|
|
[2 replies] Last: -BEGIN -declare variables for A,B and C -while(input is not E) if(A)... (by shadowCODE)
|
by druid84
Copying CString between whitespaces
|
|
[4 replies] Last: Thanks! I see my mistake now. And I wasn't being sarcastic on my previ... (by druid84)
|
by DavidGambino
Why Wont My Functions Process The New Values?
|
|
[3 replies] Last: That's a good point about the sequential data. So use something like t... (by closed account 48T7M4Gy)
|
by clodi
vectors out of range
|
|
[2 replies] Last: Thanks! but that's what I am currently using and it still won't say w... (by clodi)
|
by hman0305
Input data into an array from file
|
|
[4 replies] Last: shadow you are the man! who knew it would be something so simple. Tha... (by hman0305)
|
by srscode
offset meaning
|
|
[6 replies] Last: I think i get it now, thanks :) (by srscode)
|
by Hambone
VS2013 issue, been going at this for awhile now
|
|
[4 replies] Last: Well I finally figured out what was going on. This was a project that ... (by Hambone)
|
by koko82
Linked List Mayhem!
|
|
[2 replies] Last: Hi heres the full code #include <iostream> using namespace std; s... (by koko82)
|
by jynx678
Hashing/ Linear Probing
|
|
[no replies]
|