|
 |
Another method for printing the date |
|
May 09, 2008 - 12:22 PM - by bashamsc
|
Another method for printing the date from starting to ending
This method is useful if u r dealing with dates.If u want to do some operation using the date and then fetch another date and do vice versa it is useful.
|
|
0 Replies | 19 Views
|

Detail About Recursion and its Type |
May 05, 2008 - 1:43 PM - by asadullah.ansari
|
Introduction
Here I am going to give a detail about Recursion in C++. Definition: Recursion is the process where a function is called itself but stack frame will be out of limit because function call will be infinite times. So a termination condition is mandatory to a recursion.
Many complex problem can be solved by recursion in a simple code. But it's too much costly than iterative. because in every recursion call one stack frame will formed.You all already know that about it's cost. but if problem is very complex than no way to solve except recursion.
Background
First... [Read More]
|
|
2 Replies | 441 Views
|

Changing the admin password the easy way... |
|
May 04, 2008 - 4:23 AM - by Dak914
|
Ok, here we go.
First off, this might not work, depends on if the computer is correctly protected or not.
Second, if you do have the download power and time you will want to go to the previous thread and learn from that dude because he knows what he is doing. I am pretty sure everyone here knows how to do this trick but if you dont you might want to learn it.
I will start off with the unprotected kind of computer. You goto the start button and click on the icon/button on the lower-right hand corner that says "run". Type in the letters "cmd" or "command", both will work for this trick but be warned, they are different. Once you see the otherwise customized black and white... [Read More]
|
|
1 Reply | 86 Views
|

Change the Administrator password |
Apr 23, 2008 - 7:14 AM - by Till Lindemann
|
How to change the administrator password
First you will want to download a software named WINTERNALS as an iso image at www.isohunt.com, once you done that burn it to a cd with an iso burner software.- Once thats done you will turn the computer that you want to change the password off and when its booting up press F10, or F12, or F8 varies depending on the computer.
- You need to find the one that says BOOT DEVICE and it gives you a lot of other options like booting up from a floopy disk, but you want the one that says CDROM
- Insert the disk and press enter twice this will start the cd and it will say LOADING WINTERNALS then you will get a... [Read More]
|
|
3 Replies | 408 Views
|

Printing the date from starting date to ending date |
Apr 18, 2008 - 3:42 PM - by bashamsc
|
Printing the date from starting date to ending date
The program takes the starting date and ending date as inputs and prints the dates in between them.This program is useful if u r dealing with dates.
The code
I have used four date functions i.e date1() , date2() , date3() , date4(). When the starting year and ending year is same it performs date1() function.If the month is equal to starting month then it performs date2() function.If the month is equal to ending month it performs date3() function.If the year is in between starting and ending year then it performs date4() function.[Read More]
|
|
6 Replies | 257 Views
|

|
 |
|
RSS Feed
|
| Use your favorite reader to fetch information from G4EF.
|
» Latest Forum Topics |
|
hack hotmail
8 Replies, 740 Views |
|
Web Site Development
2 Replies, 220 Views |
free proxy
0 Replies, 1 Views |
|
way to retrieve the...
0 Replies, 8 Views |
|
how to connect a 5.1...
0 Replies, 5 Views |
|
vb.bet with controls...
0 Replies, 5 Views |
|
programming with ncurses
0 Replies, 7 Views |
|
Need help with...
3 Replies, 32 Views |
Help With My Server...
2 Replies, 83 Views |
|
Offset of a data member
8 Replies, 62 Views |
|