by peterbaaij
binary text to real binary
|
|
[3 replies] Last: Isn't there an easier way. Somewhat like streaming the data to file ... (by MiiNiPaa)
|
by cowhit
Need help getting this output for C++ lang
|
|
[2 replies] Last: super thanks "kevinkjt2000" you've helped me a lot. now I'm laughing o... (by cowhit)
|
by millerizi
APIs and C++
|
|
[1 reply] : An API is just an interface provided by a library or system. Remember,... (by kbw)
|
by papyrus
using cin.ignore() question
|
|
[6 replies] Last: No. The way you're trying to use ignore() is trying to remove the irr... (by jlb)
|
by kromansa
How to read and write into the SAME file
|
|
[4 replies] Last: #include <fstream> #include <iostream> using namespace std; int mai... (by SamuelAdams)
|
by LainStorm
trying to add a running sum into a program
|
|
[1 reply] : this is what i have so far but i want to input 2 sets of test data wit... (by LainStorm)
|
by bhump
Average Output Code Help
|
|
[1 reply] : I suggest starting simpler. Start by opening one file that you know ex... (by jlb)
|
by mikashane
I/O file
|
|
[4 replies] Last: Also since you initialized minimum to zero only a negative value shoul... (by jlb)
|
Help Median wont show |
|
[1 reply] : Looks to me like you're doing way too much memory allocation. What is... (by jlb)
|
by Panda187
Anyone know what to add to this code? Switch statements
|
|
[12 replies] Last: IMO switch statements should not be used in this case, but your assign... (by LB)
|
by Gector
Morse code translator/creator
|
|
[4 replies] Last: You're fine. You coded the abc string just fine. Do the morse the same... (by pearlyman)
|
by BEARS
Roman Numeral Converter???
|
|
[9 replies] Last: can you show me how to do that? I just got an intro to it yesterday. ... (by BEARS)
|
by Jyrz
Linked List Trouble
|
|
[no replies]
|
by kuroakuma97
Asking for more than one input for Array?
|
|
[no replies]
|
by CGunn86
[Win32 API] change text in a text field?
|
|
[no replies]
|
by Endymion
Trying to make a bucket sort, and display the results.
|
|
[no replies]
|
by jakobfri
How do I generate a random operator?
|
|
[7 replies] Last: Didn't say it was true... just an example... (by pearlyman)
|
by Egomar
Seating Program Error
|
|
[1 reply] : Line 64: you declare the variable Line 118: you use the variable even ... (by LB)
|
by Sanjew
Using namespace std
|
|
[3 replies] Last: In fact, some are speculating this is what has happened at United Airl... (by pearlyman)
|
by herob4u
Order Numbers using ONLY If Statements
|
|
[1 reply] : It can be done quite easily. There is something called "loop unrolling... (by LB)
|