No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
I created a program which outputs a y coordinate based on a value of an x. Here is my code. [code] double xmax,xmin,xspac; cout << " Input a value of minimum value for x: " << endl; cin >> xmin; cout << " Input a value of maximum value for …
I have a program which sorts numbers written for a text file. For example input.txt contains 4 2 0 3 4 1 2 0 7. The fist number is the number of the data points, and the following are the (x,y) coordinates. Here's my code: [code] #include <iostream> #include <fstream> …
Hello, im a friend of starpointer123 and both of us have been working on this project for the past weeks. I have already tried chainging the [CODE] IdNode Idlist [/CODE] to just [CODE] list Idlist [/CODE] However, other errors such as [CODE] In member function `void Statement::processNode(char*, double)': no matching …
The End.
shadow29014