Forum: C++ May 8th, 2009 |
| Replies: 5 Views: 695 I'm only a Noob but you should only need to save the file as it will overwrite it's self.
You're not saving the file, just closing the connection. |
Forum: HTML and CSS Feb 22nd, 2009 |
| Replies: 4 Views: 643 PHP includes are the best option. i-frames is not the best idea as Google doesn't index them well.
<?php include"includes/header.php;"?> |
Forum: C++ Oct 12th, 2008 |
| Replies: 3 Views: 473 Here's a bit of what I have so far, the actual program is a lot larger but this is the function I'm struggling with:
#include <iostream.h>
#include<stdio.h>
double S_TIME,E_TIME,time_mins; |
Forum: C++ Oct 12th, 2008 |
| Replies: 3 Views: 473 Hi guys...
I'm a student having a bit of trouble with my assignment.
The assignment is to make a program for a phone company to calculate call durations, costs, discounts etc...
I need the... |