Welcome to Egypt Forums Mark forums read | Egypt Main Page
Egypt Forums
Arabic Movies



Programming Languages A Place for windows applications programs and programmers .

Programming Languages Thread, Very Basic C++ help in Programming , WebDesign & Development; I am very new to C++, and for my first assignment in a class I am supposed to create a ...

Short Link: http://forum.egypt.com/enforum/showthread.php?t=20352


Reply
LinkBack Thread Tools Display Modes
Very Basic C++ help
 
 
Senior Member

Reply With Quote
 
Join Date: Dec 2008
Posts: 18,122
23-01-2009, 03:21 AM
 
I am very new to C++, and for my first assignment in a class I am supposed to create a program to create a square shaped figure, with a given character that the user inputs. It's supposed to look like: If a is entered as the character: EDIT:...

<div>I am very new to C++, and for my first assignment in a class I am supposed to create a program to create a square shaped figure, with a given character that the user inputs. It's supposed to look like:

If a is entered as the character:

EDIT: for some reason it will not let me move the a's or *'s over to the right to make a hollow box shape, but that's how they are supposed to be.

aaaaaa
a a
a a
a a
a a
a a
aaaaaa

or if * is entered as the character:

******
* *
* *
* *
* *
******

I have an idea what I am doing, however, I cannot figure out how to define what character the box is made out of . My code so far is:

#include
using namespace std;


int main()

{

char Box = Box;

cout > Box;

cout
 
 
 
Reply

Programming Languages Thread, Very Basic C++ help in Programming , WebDesign & Development; I am very new to C++, and for my first assignment in a class I am supposed to create a ...

Short Link: http://forum.egypt.com/enforum/showthread.php?t=20352


Bookmarks

Tags
basic


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump