by bhargavah
Interesting puzzle + function pointers?
|
|
[4 replies] Last: I think my question is not clear to everyone here who is trying to ans... (by bhargavah)
|
by Ashdricky
HELP NEEDED with functions, CODE included
|
|
[no replies]
|
by Damian666
C++ webpage
|
|
[no replies]
|
by Bdanielz
issues with setprecision or fixed.. not sure
|
|
[4 replies] Last: This seemed to solve it. while (inFile >> lname >> fname >> sa... (by Bdanielz)
|
Strings in file I/O/ |
|
[4 replies] Last: @Cubbi Oh, i see i didn't know you can input 2 values using only one ... (by nvrmnd)
|
by pronesti
C string problem
|
|
[4 replies] Last: It worked on my desktop so I didn't catch it. That fixed it. Thanks (by pronesti)
|
by omitted
How do i read in a file and move it to two other locations?
|
|
[5 replies] Last: #include <iostream> #include <fstream> int main() { const char* ... (by JLBorges)
|
by Pepper12704
well this is weird
|
|
[8 replies] Last: Fortunatily I still have the source code Problem why when input a num... (by closed account 28poGNh0)
|
by kevin951623
arrays and functions
|
|
[1 reply] : You need to give us more details. What does the file look like? (by Josue Molina)
|
by omitted
How to edit the text in a file
|
|
[4 replies] Last: while(getline(f, s)){ v.push_back(s); s??? yes the string s, is be... (by metulburr)
|
by Aibsr
constructor
|
|
[3 replies] Last: First : It is better to implement a destructor that can delete the dat... (by closed account 28poGNh0)
|
by Silentempest
Writing a program involving if and else
|
|
[2 replies] Last: So something like this If (T >= 72 && T<=211) { T=W; } ... (by Silentempest)
|
by ChaiTLotA
I need help with Modules operators!
|
|
[1 reply] : I am hoping my mode of thinking is right. When you use the modulus ope... (by menious)
|
by newlearn33
Help with loop not adding values to previous values
|
|
[3 replies] Last: Thanks!! It looks like I just had a couple lines in the incorrect ord... (by newlearn33)
|
Shuffling an array not executing properly? |
|
[1 reply] : I think the problem is in the concatenation function. void Concatena... (by closed account 4iwkoG1T)
|
by Semion1
Merging Two Files Into One
|
|
[7 replies] Last: Thanks everyone. @The illusionist mirage I'll try that. (by Semion1)
|
by ExtraMt
i have this prob;em with FTP
|
|
[no replies]
|
A couple of Easy Questions. |
|
[6 replies] Last: @Zhuge To answer your question, pretty much all of it. I'm having a ha... (by Syre Lancaster)
|
by Pepper12704
Error expected unqualified-id before else
|
|
[3 replies] Last: if (coin_value >= 0 || coin_value < 100) { //here quarters = (coin_va... (by Danny Toledo)
|
by bridgster
Letter crashes math problem
|
|
[1 reply] : This problem was discussed in a recent thread: how to deny non-numeri... (by andywestken)
|