Search Results

Search: Posts Made By: Max_Payne
Forum: Programming 01-13-2008
2,027
Posted By Max_Payne
Printing Dots in specific Locations in the Console ?
Point.h


#pragma once

#include <iostream>
using namespace std;

class Point
{
private:
int x;
int y;

public:
Point(void);
Point( int x, int y );
Point( const Point &xPoint );...
Forum: Programming 12-23-2007
10,130
Posted By Max_Payne
Still can't figure it out. What do i put in...
Still can't figure it out.

What do i put in the main() function that will let me print points and lines anywhere i want in the page ?
Forum: Programming 12-21-2007
10,130
Posted By Max_Payne
Thanks................
Thanks................
Forum: Programming 12-21-2007
10,130
Posted By Max_Payne
Can you look at the code and give me an example ?
Can you look at the code and give me an example ?
Forum: Programming 12-21-2007
10,130
Posted By Max_Payne
Actually it will print dots it should be more...
Actually it will print dots it should be more like this:



...............
. . . .
. . .
. ....... .
...............


.
.
...
Forum: Programming 12-21-2007
10,130
Posted By Max_Payne
The Program is supposed to print a figure using...
The Program is supposed to print a figure using dots, lines:

for example:

---------
| . . |
| . |
| ---- |
---------

I made the necessary classes and collections to do so. But...
Forum: Programming 12-21-2007
10,130
Posted By Max_Payne
I made the program. But I'm stuck in the main(). ...
I made the program. But I'm stuck in the main().

This is not homework But i have been stuck trying to do this a week now.

When i print the dots or lines it just prints the dot in the draw()...
Forum: Programming 12-21-2007
10,130
Posted By Max_Payne
[ C++ ] Drawing Program.
I made a program that prints dots and lines in a Page. So far that's all i could come up with.
When i try to print the lines and the dots it just prints consecutive points,I want it to print the...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 11:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy