Forum: PHP Mar 7th, 2006 |
| Replies: 5 Views: 9,005 ;)
Hi,
I think is better to use time() instead of mktime() in this case ;)
And a little explanation:
date() function get's two arguments. first one is date format, second one is... |
Forum: C++ Mar 3rd, 2006 |
| Replies: 10 Views: 2,640 hi,
my english isn't perfect but i'll try to explain you:
using namespace std; telling to your compiler that we will using functions who belong to name space std and then you can use all... |
Forum: C++ Mar 3rd, 2006 |
| Replies: 10 Views: 2,640 Hi,
excuse me it's all my fall, i was hurry during writing this post because my boss was looking around my desk .. hehehe
so the problem line is:
cout << "Your name is: " << cin << endl; |
Forum: C# Mar 3rd, 2006 |
| Replies: 3 Views: 2,947 |
Forum: C++ Mar 3rd, 2006 |
| Replies: 10 Views: 2,640 hi,
you have to make your programs to wait for KeyPress or if you write in windows os then send system("PAUSE"); message.
the other solution is to run all your program from command prompt... |
Forum: C++ Mar 3rd, 2006 |
| Replies: 10 Views: 2,215 hi,
this sounds like buffer overflow :)
as winbatch said 'give us your source code'. |
Forum: C# Mar 2nd, 2006 |
| Replies: 3 Views: 2,947 hi,
i'm new to C# but i know that arrays starts from 0 ( zero ) not from 1 .. :P
so remove x+1 from your WriteLine function. |
Forum: PHP Feb 26th, 2006 |
| Replies: 8 Views: 20,417 hi,
if i got the point you don't know how to make a connection to MSSQL server with PHP, right?
so http://www.phpbuilder.com/manual/ref.mssql.php this will help you. |
Forum: C++ Feb 24th, 2006 |
| Replies: 4 Views: 1,558 hi,
first at all <iostream.h> is out of date from 1999 years is only <iostream>.
and please post your code in CODE section (bbcode). |