Forum: C++ Mar 20th, 2008 |
| Replies: 12 Views: 5,031 Three years old :P, I've stopped programming now, I spend more time with Excel now, doing simple reports. |
Forum: C++ Sep 16th, 2005 |
| Replies: 1 Views: 1,161 How do you, as programmers react when Microsoft is making big demonstrations of his next big Operating System " Windows Vista" and is asking you all to come and develop for his platform. I mean take... |
Forum: C++ Aug 31st, 2005 |
| Replies: 1 Views: 1,067 #include <iostream.h>
class Cat
{
public:
Cat() {itsAge = 2;}
~Cat() {};
GetAge() {return itsAge;}
void SetAge(int age) {itsAge = age;}
private: |
Forum: C++ Aug 31st, 2005 |
| Replies: 1 Views: 10,203 A good Tutorial to C++ Builder 6 on GUI programming |
Forum: C++ Aug 31st, 2005 |
| Replies: 2 Views: 1,566 where can i find good tutorial to GUI programming in borland |
Forum: C++ Aug 20th, 2005 |
| Replies: 1 Views: 2,680 do you know of any api in c++ that could give me time in this format:
hh:mm:ss
I used strtime in lccwin32 but it is not compatible with other compilers |
Forum: C++ Aug 17th, 2005 |
| Replies: 8 Views: 2,582 i use it lik that:
FindFirstFile("where.exe", blah blah); |
Forum: C++ Aug 17th, 2005 |
| Replies: 8 Views: 2,582 AM sorry but i cannot understand it, can u be more clear |
Forum: C++ Aug 16th, 2005 |
| Replies: 8 Views: 2,582 Why is VC++ 2005 beta2 telling me this and how do I solve it.
.\Test2.cpp(42) : error C2664: 'FindFirstFileW' : cannot convert parameter 1 from 'char *' to 'LPCWSTR'
Types pointed to... |
Forum: C++ Aug 1st, 2005 |
| Replies: 2 Views: 1,802 no I want to create new *.LIB files not DLL |
Forum: C++ Jul 31st, 2005 |
| Replies: 2 Views: 1,802 how can i create new libraries in VC++ 6.0 from DLL. Is there any tool i could use |
Forum: C++ Jun 23rd, 2005 |
| Replies: 0 Views: 2,784 This program allows u to search the Search Engine of GOOGLE from the command line. Just type MUPROG "searchtext"
GIMME LOTZ OF STARZ |
Forum: C++ Feb 23rd, 2005 |
| Replies: 0 Views: 5,217 Chargen is a program created entirely by mahen of Mauritius. The simple task of Chargen is to generate characters, but the most important aspect of this particular program is it's abillity to process... |
Forum: C++ Feb 1st, 2005 |
| Replies: 1 Views: 2,129 Hi everyone, I have been writing a program that resembles the "WHICH" program of LINUX for the Windows Platform. It accepts a program from User Input and tries to look for it in the registry. But... |
Forum: C++ Jan 28th, 2005 |
| Replies: 2 Views: 4,083 Setcolor was entirely programmed by Mahen of Mauritius. Who have never wished of changing the Font colors of the Command Prompt on the fly. Well this is where Setcolor comes in handy. The main... |
Forum: C++ Jan 4th, 2005 |
| Replies: 5 Views: 3,056 Hi everyone, I would like to know how to copy text from a console to the clipboard using C++. Thanks |
Forum: C++ Dec 24th, 2004 |
| Replies: 12 Views: 5,031 I really meant that u spend more time dealing with the bugs rather than with your codes. And by the way, I've downloaded a Beta Version, that is why I say it is bugged. You know, if I had known that... |
Forum: C++ Dec 23rd, 2004 |
| Replies: 12 Views: 5,031 I completely agree with U, I even have two free compilers on my computer, LccWin32 & DevCpp but the problems is that they contain too much bugs, and working on them does not tell us where the bug is... |
Forum: C++ Dec 23rd, 2004 |
| Replies: 12 Views: 5,031 Hi, Merry cristmas and Happy new year to everyone. I am writing this because i am having problems with my compiler Borland C++ Builder 6 Evaluation Version :-(
The problem is that after I have... |
Forum: C++ Dec 14th, 2004 |
| Replies: 5 Views: 1,950 |
Forum: C++ Dec 13th, 2004 |
| Replies: 5 Views: 1,950 Hi, it's me again, i started to learn C++ and I would like to ask your help to create a program. I want to create a program that will open and close my CD-ROM tray, after user input. You know, i... |
Forum: C++ Sep 18th, 2004 |
| Replies: 1 Views: 15,694 Hi everyone, i really hope that you r all feeling well. I really need your help; Could you please code a SMTP mail client for me. It will only send mail. Plus it must have the abillity to check... |
Forum: C++ Sep 10th, 2004 |
| Replies: 1 Views: 3,574 hi everyone,
am sorry but i have to bother you again. Here is my question. Firstly I want to know how to include asm programming in C. Secondly, is there a way to convert hex into... |