User profile: Chervil

User info
User name:Chervil
History
Joined:
Number of posts:806
Latest posts:

i need help with saving file into a binary file
You don't say what problem you have exactly. Here's one line which looks incorrect: [code]name = na...

After 5 long hours, it doesn't compile.
Looks like the #include for stringstream is missing, [code]#include <sstream>[/code]

Help With Bubble Sort
The definition of [code]bubbleCards[][/code] is not shown here. However, based on the use of variabl...

Text File with strings and integers to an 2d Array
It depends on how the text file is formatted. At first glance this looks like a fixed-width layout. ...

+
How huge is huge? 12 decimal digits will fit into a type [code]double[/code] or [code]long double[/...