Forum: VB.NET Feb 5th, 2009 |
| Replies: 3 Views: 7,031 http://www.outlooktrackit.com <--- I love this toolbar, Outlook Track-It. I want to create something just like this that reminds the user to followup to emails. It's so simple...and perfect. Any... |
Forum: C++ Feb 2nd, 2009 |
| Replies: 5 Views: 45,344 Hi ... I hope this helps someone out there....
I'm using netbeans with the C++ plugin in linux. I got the vtable error, and after a long time I figured out the solution..
basically the class I... |
Forum: Windows NT / 2000 / XP Jan 29th, 2009 |
| Replies: 4 Views: 15,955 sometimes (in the root of your local drive) you will have a folder called 'Applications' (or similar) and in this you'll have a 'Drivers' folder. Basically these are all your computer's original... |
Forum: C++ Jan 19th, 2009 |
| Replies: 5 Views: 339 i am with opensuse 11 and system("clear") works
(system("pause")) donot work)
anyway thank you very much for your reply. |
Forum: C++ Jan 18th, 2009 |
| Replies: 5 Views: 339 ok, the first thing works, e.g.
for(int i=0; i<10; i++) {
cout << i;
sleep(3);
system("clear");
} |
Forum: C++ Jan 18th, 2009 |
| Replies: 5 Views: 339 hi you all..
i want to flash the output message to the screen for a limited time. can you plz help me ?
is there something in iomanip, or should i do something with system("pause") and... |
Forum: XML, XSLT and XPATH Jan 16th, 2009 |
| Replies: 1 Views: 608 is there any tool which will generate XSLT for converting from XML to fixed length Text format.I mean is there any IDE(which work on MAC) which will let us drag and drop the contents of XML and set... |
Forum: Computer Science Jan 15th, 2009 |
| Replies: 7 Views: 8,804 u canuse a software called proteus. it is very good in simulation but it is not much strict with the circuit rules. ie an led may not require a series resistance in simulation the software will not... |
Forum: C++ Jan 11th, 2009 |
| Replies: 15 Views: 899 I am vehbi your c++ asistant. we gave you this homework for learning c++, i take your ip from admin and checking with the ones that enter lms. you will get 0 and a discipline investigation is strated... |
Forum: MySQL Jan 7th, 2009 |
| Replies: 0 Views: 409 www.bluewolf.com/MySQLCluster101
Free, Live Webcast - January 22 2PM EST |
Forum: Visual Basic 4 / 5 / 6 Jan 7th, 2009 |
| Replies: 2 Views: 614 i need a help in my project to print the bill in vb6
can anybody help me
regards |
Forum: C++ Dec 8th, 2008 |
| Replies: 21 Views: 32,433 C++ string and getline are your friends so get to know them well :)
// flushinput.cpp
// A test program to test flushing input specifically cin
// Last Modified: 20081208
#include... |