Forum: C++ Nov 11th, 2009 |
| Replies: 2 Views: 265 |
Forum: C++ Dec 13th, 2008 |
| Replies: 1 Views: 378 Hi,
is there a place from where I can get or read up on the C ++ standard library for the mac? Something similar to Sun's java documentation.
I am looking for GUI libraries and others such as... |
Forum: C++ Dec 12th, 2008 |
| Replies: 4 Views: 1,343 Magic, thank you very much. |
Forum: C++ Dec 12th, 2008 |
| Replies: 4 Views: 1,343 Many thanks for your contribution. Please may you explain it. I would rather understand than simply copy and paste. Please if you do not mind.
Many thanks. |
Forum: C++ Dec 12th, 2008 |
| Replies: 4 Views: 1,343 Hi
is it possible to get the file creation date of files on the mac using c++? If so, may you assist me on how do I go about doing so?
Many thanks |
Forum: C++ May 26th, 2008 |
| Replies: 2 Views: 380 |
Forum: C++ May 26th, 2008 |
| Replies: 2 Views: 380 Hi, I have the following class and main method:
class Employee
{
vector<string> v;
string name;
int i;
public:
Employee(){}
Employee(string &n): name(n),... |
Forum: C++ Feb 28th, 2008 |
| Replies: 1 Views: 658 Hi, I have written a Solitaire game program and have made a history of moves so the user may either go back on moves and make another choice or go forward after having gone back. Now I am using a... |
Forum: C++ Feb 4th, 2008 |
| Replies: 7 Views: 931 I will attmept to do it on another system, perhaps mine is precarious or some such. I think the logic is right and trying to answer the same question in programming twice and differently is very... |
Forum: C++ Feb 3rd, 2008 |
| Replies: 7 Views: 931 I am using visual c++, does that make a difference? To you does that code look right, it certainly compiles with no objections and runs the first time and despite commenting out the loop it executes... |
Forum: C++ Feb 3rd, 2008 |
| Replies: 7 Views: 931 I am afraid not. The specification insisted the Catalogue class constructor opens the the file ("catalogue.txt") I have adjusted the code and even after having ommited the while loop to increment the... |
Forum: C++ Feb 2nd, 2008 |
| Replies: 7 Views: 931 I am writting a program that makes use of a vector of objects. Every time I add an object the windows system encounters a problem and needs to be closed.
#include<iostream>
#include<fstream>... |