Click here to Skip to main content
15,867,453 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: fwstsrv.obj : error LNK2019: unresolved external symbol "public: int Pin
Vetukuri Raju15-Sep-09 1:30
Vetukuri Raju15-Sep-09 1:30 
QuestionBasic Question : Displaying Alphabets Pin
UKM_Student14-Sep-09 23:39
UKM_Student14-Sep-09 23:39 
AnswerRe: Basic Question : Displaying Alphabets Pin
CPallini15-Sep-09 0:02
mveCPallini15-Sep-09 0:02 
GeneralRe: Basic Question : Displaying Alphabets Pin
UKM_Student15-Sep-09 0:13
UKM_Student15-Sep-09 0:13 
GeneralRe: Basic Question : Displaying Alphabets Pin
CPallini15-Sep-09 0:26
mveCPallini15-Sep-09 0:26 
GeneralRe: Basic Question : Displaying Alphabets Pin
UKM_Student15-Sep-09 0:32
UKM_Student15-Sep-09 0:32 
QuestionRe: Basic Question : Displaying Alphabets Pin
David Crow15-Sep-09 2:47
David Crow15-Sep-09 2:47 
AnswerRe: Basic Question : Displaying Alphabets Pin
UKM_Student15-Sep-09 6:05
UKM_Student15-Sep-09 6:05 
What do u mean by really? Blush | :O


I remembered asking that question before and someone helped me out in editing my "wrong" program but i forgot to ask why he needed to put that '...' sign, but anyway, through trial and error i managed to produce the following :

#include<iostream>
#include<string>
using namespace std;
int main()
{
char letter='A',count=1;

while(count<=26)
{
cout<<letter;
letter++;
count++;
}
return 0;
}
QuestionRe: Basic Question : Displaying Alphabets Pin
David Crow15-Sep-09 6:19
David Crow15-Sep-09 6:19 
AnswerRe: Basic Question : Displaying Alphabets Pin
UKM_Student15-Sep-09 8:27
UKM_Student15-Sep-09 8:27 
QuestionRe: Basic Question : Displaying Alphabets Pin
David Crow15-Sep-09 10:42
David Crow15-Sep-09 10:42 
AnswerRe: Basic Question : Displaying Alphabets Pin
UKM_Student15-Sep-09 16:04
UKM_Student15-Sep-09 16:04 
GeneralRe: Basic Question : Displaying Alphabets Pin
David Crow15-Sep-09 16:59
David Crow15-Sep-09 16:59 
GeneralRe: Basic Question : Displaying Alphabets Pin
UKM_Student21-Oct-09 21:57
UKM_Student21-Oct-09 21:57 
QuestionRichEdit20WPT / Outlook Style Receipient Control Pin
Steve Thresher14-Sep-09 23:38
Steve Thresher14-Sep-09 23:38 
AnswerRe: RichEdit20WPT / Outlook Style Receipient Control Pin
Randor 15-Sep-09 8:29
professional Randor 15-Sep-09 8:29 
QuestionSYSTEMTIME Pin
VVVimal14-Sep-09 23:37
VVVimal14-Sep-09 23:37 
AnswerRe: SYSTEMTIME Pin
CPallini14-Sep-09 23:49
mveCPallini14-Sep-09 23:49 
AnswerRe: SYSTEMTIME Pin
Randor 15-Sep-09 1:36
professional Randor 15-Sep-09 1:36 
QuestionShowing Error [modified] Pin
Game-point14-Sep-09 22:42
Game-point14-Sep-09 22:42 
QuestionRe: Showing Error Pin
CPallini14-Sep-09 22:59
mveCPallini14-Sep-09 22:59 
AnswerRe: Showing Error Pin
Game-point14-Sep-09 23:20
Game-point14-Sep-09 23:20 
GeneralRe: Showing Error Pin
CPallini14-Sep-09 23:43
mveCPallini14-Sep-09 23:43 
Questiondynamically create controls on dialog box Pin
sunnyram14-Sep-09 22:12
sunnyram14-Sep-09 22:12 
AnswerRe: dynamically create controls on dialog box Pin
CPallini14-Sep-09 22:39
mveCPallini14-Sep-09 22:39 

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.