Click here to Skip to main content
15,913,304 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionNewbie: Using a com object in VC 7.1 Pin
ebruinsma4-May-06 4:04
ebruinsma4-May-06 4:04 
AnswerRe: Newbie: Using a com object in VC 7.1 Pin
georgeraafat4-May-06 15:00
georgeraafat4-May-06 15:00 
GeneralRe: Newbie: Using a com object in VC 7.1 Pin
ebruinsma5-May-06 3:01
ebruinsma5-May-06 3:01 
GeneralRe: Newbie: Using a com object in VC 7.1 Pin
georgeraafat5-May-06 6:18
georgeraafat5-May-06 6:18 
AnswerRe: Newbie: Using a com object in VC 7.1 Pin
toxcct5-May-06 3:14
toxcct5-May-06 3:14 
GeneralRe: Newbie: Using a com object in VC 7.1 Pin
ebruinsma5-May-06 3:28
ebruinsma5-May-06 3:28 
Questionnesting, looping, triangle Pin
Charles Reese3-May-06 8:04
Charles Reese3-May-06 8:04 
AnswerRe: nesting, looping, triangle Pin
Saksida Bojan3-May-06 19:54
Saksida Bojan3-May-06 19:54 
1. Try to avoid double posting (Don't worry, sometimes it happend to me)

2. This thread should be in "Visual c++/MFC" not in "C++/CLI"

3. Is this C or C++

Charles Reese wrote:
int = '*';
int = counter + 1;

4. I don't get it, something is missing.

5. The problem is very simple you need 3 for loops
<br />
for (int i = 0; i>= 10; i++)<br />
{<br />
int h=i/2;<br />
int numberofasterix = i*2+1;<br />
for (int j= 1; j>=numberofasterix ; j=++)<br />
{<br />
for (int k=h; k>=0; k--)<br />
{<br />
cout << " ";<br />
}<br />
cout << "*";<br />
}<br />
cout << endl;<br />
}


ps: I hope this works, because i currently didn't install Visual Studio 2005. Maybe the code will not work propeperly, but it is still better than yours.
Questionnesting, looping, triangle Pin
Charles Reese3-May-06 8:03
Charles Reese3-May-06 8:03 
Question[urgent newbie] input streams problem with .NET Pin
kkyeung3-May-06 6:46
kkyeung3-May-06 6:46 
AnswerRe: [urgent newbie] input streams problem with .NET Pin
Saksida Bojan3-May-06 20:26
Saksida Bojan3-May-06 20:26 
GeneralRe: [urgent newbie] input streams problem with .NET Pin
kkyeung4-May-06 8:38
kkyeung4-May-06 8:38 
GeneralRe: [urgent newbie] input streams problem with .NET Pin
Saksida Bojan4-May-06 9:31
Saksida Bojan4-May-06 9:31 
QuestionExpose VC++ .Net function to VB .Net Pin
ppanke3-May-06 4:50
ppanke3-May-06 4:50 
AnswerRe: Expose VC++ .Net function to VB .Net Pin
Milton Karimbekallil3-May-06 8:46
Milton Karimbekallil3-May-06 8:46 
GeneralRe: Expose VC++ .Net function to VB .Net Pin
ppanke10-May-06 4:15
ppanke10-May-06 4:15 
GeneralRe: Expose VC++ .Net function to VB .Net Pin
Milton Karimbekallil10-May-06 16:23
Milton Karimbekallil10-May-06 16:23 
QuestionHow to use timeSetEvent in C++/CLI Pin
attias gabi30-Apr-06 20:55
attias gabi30-Apr-06 20:55 
AnswerRe: How to use timeSetEvent in C++/CLI Pin
guestcat2-May-06 2:03
guestcat2-May-06 2:03 
GeneralRe: How to use timeSetEvent in C++/CLI Pin
attias gabi4-May-06 1:26
attias gabi4-May-06 1:26 
GeneralRe: How to use timeSetEvent in C++/CLI Pin
oshah13-May-06 11:31
oshah13-May-06 11:31 
QuestionGetCurrentDirectory() Pin
rahultaing30-Apr-06 14:11
rahultaing30-Apr-06 14:11 
AnswerRe: GetCurrentDirectory() Pin
Milton Karimbekallil30-Apr-06 18:52
Milton Karimbekallil30-Apr-06 18:52 
GeneralRe: GetCurrentDirectory() Pin
Milton Karimbekallil5-May-06 13:28
Milton Karimbekallil5-May-06 13:28 
QuestionGame Programming Pin
Akidomero29-Apr-06 20:07
Akidomero29-Apr-06 20:07 

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.