Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~563 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for shadow29014

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 …

Member Avatar for tungnk1993
0
131
Member Avatar for shadow29014

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> …

Member Avatar for WaltP
0
236
Member Avatar for starpointer123

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 …

Member Avatar for starpointer123
0
196

The End.