Click here to Skip to main content
16,015,658 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: MC++ wrapping mytesries Pin
Joao Vaz29-May-02 2:21
Joao Vaz29-May-02 2:21 
GeneralBlasted web service stays in memory Pin
Nish Nishant27-May-02 19:53
sitebuilderNish Nishant27-May-02 19:53 
GeneralReading web services Pin
Nish Nishant26-May-02 21:42
sitebuilderNish Nishant26-May-02 21:42 
GeneralRe: Reading web services Pin
James T. Johnson27-May-02 5:44
James T. Johnson27-May-02 5:44 
GeneralRe: Reading web services Pin
Nish Nishant27-May-02 14:49
sitebuilderNish Nishant27-May-02 14:49 
GeneralRe: Reading web services Pin
James T. Johnson27-May-02 14:53
James T. Johnson27-May-02 14:53 
GeneralRe: Reading web services Pin
Nish Nishant27-May-02 19:54
sitebuilderNish Nishant27-May-02 19:54 
GeneralHelp Needed Pin
zygo650025-May-02 5:24
zygo650025-May-02 5:24 
Hi,
I have 2 questions here. Need your help . Thanking in advance.

Question1

Write an application that prints the following diamond shape. You may use output statements that prints a single
asterisks ( * ) , a single space or a single newline character . Maximize your use of repetition (with nested For structures)
and minimize the number of output statements . The desired output should be as below :

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


Question2

Modify the program you wrote in Question 1 to read odd number in the range 1 to 19 to specify the number of rows
in the diamond . Your program should then display a diamond of the appropriate size .

regards
Eek! | :eek: Laugh | :laugh:
GeneralRe: Help Needed Pin
Nish Nishant25-May-02 18:30
sitebuilderNish Nishant25-May-02 18:30 
GeneralHelp - unmanaged threads and IJW DLL Pin
22-May-02 17:52
suss22-May-02 17:52 
GeneralRe: Help - unmanaged threads and IJW DLL Pin
Rama Krishna Vavilala22-May-02 18:25
Rama Krishna Vavilala22-May-02 18:25 
GeneralRe: Help - unmanaged threads and IJW DLL Pin
23-May-02 6:10
suss23-May-02 6:10 
GeneralRe: Help - unmanaged threads and IJW DLL Pin
Rama Krishna Vavilala23-May-02 6:08
Rama Krishna Vavilala23-May-02 6:08 
GeneralRe: Help - unmanaged threads and IJW DLL Pin
Nish Nishant22-May-02 18:48
sitebuilderNish Nishant22-May-02 18:48 
GeneralMC++ control in a C# form :-( Pin
Nish Nishant22-May-02 15:58
sitebuilderNish Nishant22-May-02 15:58 
GeneralRe: MC++ control in a C# form :-( Pin
Rama Krishna Vavilala22-May-02 15:52
Rama Krishna Vavilala22-May-02 15:52 
GeneralRe: MC++ control in a C# form :-( Pin
Nish Nishant22-May-02 17:07
sitebuilderNish Nishant22-May-02 17:07 
GeneralRe: MC++ control in a C# form :-( - Part 2 Pin
Nish Nishant22-May-02 15:59
sitebuilderNish Nishant22-May-02 15:59 
GeneralMC++ controls Pin
Nish Nishant22-May-02 15:25
sitebuilderNish Nishant22-May-02 15:25 
GeneralRe: MC++ controls Pin
Nish Nishant22-May-02 15:30
sitebuilderNish Nishant22-May-02 15:30 
GeneralRe: MC++ controls Pin
Rama Krishna Vavilala22-May-02 15:38
Rama Krishna Vavilala22-May-02 15:38 
GeneralRe: MC++ controls Pin
Nish Nishant22-May-02 15:54
sitebuilderNish Nishant22-May-02 15:54 
GeneralRe: MC++ controls Pin
Rama Krishna Vavilala22-May-02 15:50
Rama Krishna Vavilala22-May-02 15:50 
GeneralRe: MC++ controls Pin
Nish Nishant22-May-02 18:16
sitebuilderNish Nishant22-May-02 18:16 
GeneralRe: MC++ controls [solved] Pin
Nish Nishant22-May-02 15:53
sitebuilderNish Nishant22-May-02 15:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.