Click here to Skip to main content
15,914,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: loging into irc,user nick please help Pin
thes3cr3t114-Sep-03 7:01
thes3cr3t114-Sep-03 7:01 
GeneralRe: loging into irc,user nick please help Pin
User 665815-Sep-03 9:11
User 665815-Sep-03 9:11 
GeneralRe: loging into irc,user nick please help Pin
thes3cr3t116-Sep-03 10:28
thes3cr3t116-Sep-03 10:28 
GeneralRe: loging into irc,user nick please help Pin
User 665817-Sep-03 5:17
User 665817-Sep-03 5:17 
GeneralRe: loging into irc,user nick please help Pin
thes3cr3t117-Sep-03 5:21
thes3cr3t117-Sep-03 5:21 
GeneralRe: loging into irc,user nick please help Pin
User 665817-Sep-03 5:57
User 665817-Sep-03 5:57 
QuestionHow to programatically obtain WAN ip address from behind NAT router Pin
popopo13-Sep-03 20:41
popopo13-Sep-03 20:41 
Generaldont know what i did wrong please help Pin
colin2113-Sep-03 18:26
colin2113-Sep-03 18:26 
I did these 2 programs in turbo c++ and they're supposed to come out like this: Example:
Enter an integer:8
Enter another integer:2
Enter another integer:3
8+2+3=13
So far I got this:
#include "conio.h"
#include "stdio.h"
void main ()
{
int number;
float price;
int number1;
int number2;
int number3;
printf("Enter an integer");
scanf("%d1",& number1);
printf("Enter another integer");
scanf("%d2",& number2);
printf("Enter another integer");
scanf("%d3",& number3);
printf("%d+%d+%d",number1,number2,number3);
getch();
}

and my other one is supposed to come out like this and is similar too:
Example:
Enter a number of eggs:45
45 eggs are 3 dozen eggs with 9 eggs left over.
There is also one other impossible program i'm working on that I seem to have no success on. It reads: run a program that will ask the user for two floating point numbers. The program should display the product(the numbers multiplied together) in the form "The square of __ is __" if the two numbers are the same or "The product of __ and__ is __" if the two numbers are different. I'm been working on them for awhile and have had no success and this is the last place I could turn. Please help me, I will do anything in return. Thanks a lot.

Colin
GeneralRe: dont know what i did wrong please help Pin
Neville Franks13-Sep-03 22:54
Neville Franks13-Sep-03 22:54 
GeneralRe: dont know what i did wrong please help Pin
DougW4814-Sep-03 0:04
DougW4814-Sep-03 0:04 
GeneralResizing Bitmaps without clipping Pin
Hamid Mushtaq13-Sep-03 16:08
Hamid Mushtaq13-Sep-03 16:08 
GeneralRe: Resizing Bitmaps without clipping Pin
JWood13-Sep-03 16:11
JWood13-Sep-03 16:11 
GeneralReading Registry Pin
K7magi13-Sep-03 15:59
K7magi13-Sep-03 15:59 
GeneralRe: Reading Registry Pin
Michael Dunn13-Sep-03 17:31
sitebuilderMichael Dunn13-Sep-03 17:31 
Generalquestion about api hook Pin
Jay Wang13-Sep-03 15:07
Jay Wang13-Sep-03 15:07 
GeneralCouple of questions about toolbars Pin
Xakep13-Sep-03 10:48
Xakep13-Sep-03 10:48 
Generalvoid functions in g++ Pin
keegan13-Sep-03 10:06
keegan13-Sep-03 10:06 
GeneralRe: void functions in g++ Pin
Johnny ²13-Sep-03 10:42
Johnny ²13-Sep-03 10:42 
GeneralRe: void functions in g++ Pin
keegan13-Sep-03 11:14
keegan13-Sep-03 11:14 
GeneralRe: void functions in g++ Pin
Nick Parker13-Sep-03 11:56
protectorNick Parker13-Sep-03 11:56 
GeneralRe: void functions in g++ Pin
ZoogieZork13-Sep-03 11:57
ZoogieZork13-Sep-03 11:57 
GeneralRe: void functions in g++ Pin
keegan13-Sep-03 12:11
keegan13-Sep-03 12:11 
GeneralRe: void functions in g++ Pin
ZoogieZork13-Sep-03 12:32
ZoogieZork13-Sep-03 12:32 
GeneralRe: void functions in g++ Pin
keegan13-Sep-03 12:53
keegan13-Sep-03 12:53 
GeneralOpen & Read & Write in USB port Pin
asd175313-Sep-03 8:23
asd175313-Sep-03 8:23 

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.