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

Managed C++/CLI

 
GeneralRe: error c2872... : ambiguous symbol Pin
Paul Selormey9-Mar-03 17:12
Paul Selormey9-Mar-03 17:12 
QuestionANSI compliant XML Parser? Pin
devvvy6-Mar-03 15:36
devvvy6-Mar-03 15:36 
AnswerRe: ANSI compliant XML Parser? Pin
Paul Selormey9-Mar-03 17:09
Paul Selormey9-Mar-03 17:09 
GeneralRe: ANSI compliant XML Parser? Pin
Anonymous10-Mar-03 3:52
Anonymous10-Mar-03 3:52 
GeneralRe: ANSI compliant XML Parser? Pin
Paul Selormey10-Mar-03 4:11
Paul Selormey10-Mar-03 4:11 
GeneralSave increment filename ... Pin
macmac386-Mar-03 3:39
macmac386-Mar-03 3:39 
GeneralRe: Save increment filename ... Pin
Paul Selormey10-Mar-03 0:47
Paul Selormey10-Mar-03 0:47 
GeneralAspireing c++ programmer (doesn't know Jack atm) Question Pin
Caden1-Mar-03 9:56
Caden1-Mar-03 9:56 
Unsure | :~ BTW in advance I apologize for this super lengthy post! Any help would be GREATLY apreciated. I am aware that my codeing is a bit messed up but thats ok.. for now.. the main thing is that I figure out how to put all this to use properly while understanding why it works.


Ok everybody I hope I am not stepping out of line in posting this question on this forum. I'm a new member of the code project and I am new to programing in general, have started programming in c++ but my knowledge is and will be fairly limmited for a while.. I am trying to put to use what I have learned in a simple program but have come across a problem. Mind you it could just be that my brain is completely fried from digesting 300 pages of the book I am studying to learn c++ in 3 days (OUCH!)

the program is as follows In brackets () I have put my questions hope this doesn't confuse anybody.. dont worry I havent use () in the program itself yet.

<br />
#include <stdio.h><br />
#include <iostream.h><br />
#include <string.h><br />
int main(int nNumberOfArgs, char* pzargs[])<br />
//<br />
//Attempting to make a code to allow Jeeney to respond in small chat<br />
//

{

//Enter in a question or comment to which Jeeney may respond to.<br />
     Int response;<br />
     cout << "Enter a question or comment to which jeeney may respond:';<br />
     cin >> response;<br />
     //Calculate statement or question input to result a<br />
     //coresponding statement or question to output


Confused | :confused: (The problem I have is here.. I need to create an "if" statement example
"if" input responce is "Hello Jeeney" "then" Jeeney would respond useing
another sentence or question such as Ex: "Hello, how are you today?"
I'm not entirely sure how to do this as I seem to be learning ONLY useing numbers. I somewhat understand HOW it should work but am not very sure of the codeing used.)

Confused | :confused: ( int factor; this part is confuseing as well. I am working with character strings rather then integers so wouldn't this be more apropriately put as "char factor" ? and that doesn't seem to make any sence either.
( factor = )

    return 0;<br />
} 

GeneralRe: Aspireing c++ programmer (doesn't know Jack atm) Question Pin
Paul Selormey2-Mar-03 23:47
Paul Selormey2-Mar-03 23:47 
GeneralRe: Aspireing c++ programmer (doesn't know Jack atm) Question Pin
Caden3-Mar-03 8:06
Caden3-Mar-03 8:06 
GeneralCreating objects on stack Pin
VizOne28-Feb-03 6:05
VizOne28-Feb-03 6:05 
GeneralRe: Creating objects on stack Pin
Jeff J1-Mar-03 16:26
Jeff J1-Mar-03 16:26 
GeneralRe: Creating objects on stack Pin
Paul Selormey2-Mar-03 23:40
Paul Selormey2-Mar-03 23:40 
GeneralRe: Creating objects on stack Pin
Jeff J3-Mar-03 11:49
Jeff J3-Mar-03 11:49 
GeneralRe: Creating objects on stack Pin
Jeff J3-Mar-03 11:43
Jeff J3-Mar-03 11:43 
GeneralRe: Creating objects on stack Pin
Paul Selormey3-Mar-03 23:47
Paul Selormey3-Mar-03 23:47 
GeneralRe: Creating objects on stack Pin
VizOne10-Mar-03 1:45
VizOne10-Mar-03 1:45 
GeneralRe: Creating objects on stack Pin
Paul Selormey9-Mar-03 17:07
Paul Selormey9-Mar-03 17:07 
GeneralMixins and __gc Pin
-=jarl=-27-Feb-03 3:59
-=jarl=-27-Feb-03 3:59 
GeneralRe: Mixins and __gc Pin
Paul Selormey27-Feb-03 22:11
Paul Selormey27-Feb-03 22:11 
GeneralRe: Mixins and __gc Pin
-=jarl=-6-Mar-03 1:14
-=jarl=-6-Mar-03 1:14 
GeneralHandles and pointers... Pin
-=jarl=-26-Feb-03 7:28
-=jarl=-26-Feb-03 7:28 
GeneralRe: Handles and pointers... Pin
Jeff J26-Feb-03 16:46
Jeff J26-Feb-03 16:46 
GeneralRe: Handles and pointers... Pin
-=jarl=-26-Feb-03 23:19
-=jarl=-26-Feb-03 23:19 
GeneralManaged and Unmanaged structures Pin
-=jarl=-26-Feb-03 6:55
-=jarl=-26-Feb-03 6:55 

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.