User profile: Amil Patel

User info
User name:Amil Patel
Old user name:amilie1234
History
Joined:
Number of posts:44
Latest posts:

C++ Class program problems
Just create [code]Presidents.h[/code][code]Presidents.cpp[/code] leave it empty and run the program ...

storing matrix in a 2D dynamic array
Example [code] // istream::get example #include <iostream> // std::cin, std::cout #include <fst...

Implementing queue
I'm not great in programming but try creating a constructor for [code]q.front=-1[/code] for example ...

File Processing
To save it on XML you will need to import a library file. Create the program on C# better format as ...

C++ Class program problems
Create a header file [code] class Presidents { private: int _number; string _name; string _quot...