Forum: PHP Mar 7th, 2006 |
| Replies: 5 Views: 5,834 Re: tomorrow date??? . ;)
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 function... |
Forum: C++ Mar 3rd, 2006 |
| Replies: 6 Views: 1,717 Re: Dev C++ Hates me 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 function... |
Forum: C++ Mar 3rd, 2006 |
| Replies: 6 Views: 1,717 Re: Dev C++ Hates me 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: 1,736 |
Forum: C++ Mar 3rd, 2006 |
| Replies: 6 Views: 1,717 Re: Dev C++ Hates me 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: 1,828 |
Forum: C# Mar 2nd, 2006 |
| Replies: 3 Views: 1,736 |
Forum: PHP Feb 26th, 2006 |
| Replies: 7 Views: 13,131 |
Forum: C++ Feb 24th, 2006 |
| Replies: 4 Views: 1,277 Re: check for errors in my code 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). |