i need help with saving file into a binary fileYou 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 SortThe 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 ArrayIt 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[/...