Search Results

Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: Acidburn ; Forum: C++ and child forums
Forum: C++ Mar 6th, 2005
Replies: 9
Views: 1,757
Posted By Acidburn
#include <iostream>
#include <cmath>

using namespace std;

class point
{
public:
point(int xcoord , int ycoord); //constructor
point();
Forum: C++ Feb 25th, 2005
Replies: 9
Views: 2,072
Posted By Acidburn
ok had a chance to skim.... but void main?? main always returns a value...
int main(void)

or

int main()

not sure what the problems are could you state them? and please use code tags
Showing results 1 to 2 of 2

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC