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

Managed C++/CLI

 
AnswerRe: Help Pin
Nish Nishant9-Apr-07 3:22
sitebuilderNish Nishant9-Apr-07 3:22 
GeneralRe: Help Pin
El'Cachubrey9-Apr-07 21:49
El'Cachubrey9-Apr-07 21:49 
QuestionC++ connection Pin
p_8-Apr-07 20:04
p_8-Apr-07 20:04 
AnswerRe: C++ connection Pin
Jun Du9-Apr-07 3:00
Jun Du9-Apr-07 3:00 
QuestionIs delete useful ? Pin
aljodav8-Apr-07 18:43
aljodav8-Apr-07 18:43 
AnswerRe: Is delete useful ? Pin
Nish Nishant9-Apr-07 3:20
sitebuilderNish Nishant9-Apr-07 3:20 
GeneralRe: Is delete useful ? Pin
aljodav9-Apr-07 18:34
aljodav9-Apr-07 18:34 
QuestionCould please anybody help me with writing a simple program Pin
Khodadad Pakdamans8-Apr-07 8:28
Khodadad Pakdamans8-Apr-07 8:28 
if you are able to write this program please help me:

YOU KNOW THAT THE ISDN NUMBER IS A SPECIFIC NUMBER FOR EACH BOOK,AND FOR EXAMPLE AN ISDN NUMBER LIKE 964-92032-1-4 CONTAINS THIS INFORMATION:

ISDN : TheLanguageOfTheBook-PublisherCode-BookNumber-CheckDigit

the check digit number is calculated in this way,
for example for 964-92032-1-4 :

10x9 + 9x6 + 8x4 + 7x9 + 6x2 + 5x0 + 4x3 + 3x2 + 2x1 = 271
271%11=7 = Result
then the CheckDigit number should be (11-Result)
ok?

Here's the interface of the program:

Enter ISBN: 964-92032-1-4
Language: 964
Publisher: 92032
Book number: 1
Check digit: 4
This ISBN code “964-92032-1-4” is valid!
or
This ISBN code “964-92032-1-4” is invalid!

Please let me know if you understood the program well!thanks again,sorry for the english mistakes found in my text,i'm really sorry!

Khodadad Pakdaman
Pakdaman@CleanMail.it
AnswerRe: Could please anybody help me with writing a simple program Pin
Nish Nishant8-Apr-07 13:02
sitebuilderNish Nishant8-Apr-07 13:02 
GeneralRe: Could please anybody help me with writing a simple program Pin
Khodadad Pakdamans8-Apr-07 20:04
Khodadad Pakdamans8-Apr-07 20:04 
GeneralRe: Could please anybody help me with writing a simple program Pin
Nish Nishant9-Apr-07 1:07
sitebuilderNish Nishant9-Apr-07 1:07 
Questionnamed pipe: how to write array of struct Pin
ginjikun8-Apr-07 4:13
ginjikun8-Apr-07 4:13 
AnswerRe: named pipe: how to write array of struct Pin
Mark Salsbery8-Apr-07 8:13
Mark Salsbery8-Apr-07 8:13 
AnswerRe: named pipe: how to write array of struct Pin
Mark Salsbery9-Apr-07 12:05
Mark Salsbery9-Apr-07 12:05 
GeneralRe: named pipe: how to write array of struct Pin
ginjikun13-Apr-07 7:17
ginjikun13-Apr-07 7:17 
Questionc++ Pin
sakssp3-Apr-07 21:20
sakssp3-Apr-07 21:20 
AnswerRe: c++ Pin
Christian Graus4-Apr-07 10:34
protectorChristian Graus4-Apr-07 10:34 
GeneralRe: c++ Pin
Paul Conrad8-Apr-07 20:05
professionalPaul Conrad8-Apr-07 20:05 
AnswerRe: c++ Pin
Shivam Pathak 1824-Jun-22 2:14
Shivam Pathak 1824-Jun-22 2:14 
QuestionTesting the Polymorphism in C++ Pin
senthil_govi_B3-Apr-07 20:48
senthil_govi_B3-Apr-07 20:48 
AnswerRe: Testing the Polymorphism in C++ Pin
Christian Graus4-Apr-07 10:35
protectorChristian Graus4-Apr-07 10:35 
Questionsocket program help Pin
mhetfield19783-Apr-07 11:42
mhetfield19783-Apr-07 11:42 
AnswerRe: socket program help Pin
Christian Graus3-Apr-07 12:01
protectorChristian Graus3-Apr-07 12:01 
GeneralRe: socket program help Pin
mhetfield19783-Apr-07 12:03
mhetfield19783-Apr-07 12:03 
GeneralRe: socket program help Pin
Nish Nishant3-Apr-07 13:34
sitebuilderNish Nishant3-Apr-07 13:34 

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.