Click here to Skip to main content
16,011,374 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Folder Size Pin
ThatsAlok24-Mar-09 19:44
ThatsAlok24-Mar-09 19:44 
QuestionHELP ME!!!!Please Pin
hoale200824-Mar-09 18:39
hoale200824-Mar-09 18:39 
AnswerRe: HELP ME!!!!Please Pin
Yusuf24-Mar-09 19:50
Yusuf24-Mar-09 19:50 
AnswerRe: HELP ME!!!!Please Pin
ThatsAlok24-Mar-09 19:51
ThatsAlok24-Mar-09 19:51 
AnswerRe: HELP ME!!!!Please Pin
Eytukan24-Mar-09 19:56
Eytukan24-Mar-09 19:56 
QuestionHelp with C++ programing Pin
mimikoyan24-Mar-09 17:54
mimikoyan24-Mar-09 17:54 
AnswerRe: Help with C++ programing Pin
ThatsAlok24-Mar-09 19:52
ThatsAlok24-Mar-09 19:52 
QuestionRe: Help with C++ programing [modified] Pin
mimikoyan24-Mar-09 20:01
mimikoyan24-Mar-09 20:01 
hi !!i have tried something like this

#include <iostream>
using namespace std;

int main() {


int n;

char c1, c2;

cout << "Enter two characters and an integer: " << flush;

cin >> c1 >> c2 >> n;
for (int i = 2; i < n; i++)
{
cout >> c1 >> c2;
}
return 0;

}

and

#include <iostream>

using namespace std;

int main() {


int n;

char c1, c2;

cout << "Enter two characters and an integer: " << flush;

cin >> c1 >> c2 >> n;
for (int i = 2; i &lt; n; i++)
{
cout << c1 << c2 << endl;

for (int j = 2; j <= n-1 ; j++)
cout << c2 << c1 ;

cout << endl;
}
return 0;

}

but it turn ot to be different to what i want and i dont know what to do next .

modified on Wednesday, March 25, 2009 6:56 AM

Questionif(BOOL_b) vs if(BOOL_b == FALSE) Pin
fitatc24-Mar-09 16:24
fitatc24-Mar-09 16:24 
AnswerRe: if(BOOL_b) vs if(BOOL_b == FALSE) Pin
Maxwell Chen24-Mar-09 17:34
Maxwell Chen24-Mar-09 17:34 
AnswerRe: if(BOOL_b) vs if(BOOL_b == FALSE) Pin
N a v a n e e t h24-Mar-09 18:22
N a v a n e e t h24-Mar-09 18:22 
AnswerRe: if(BOOL_b) vs if(BOOL_b == FALSE) Pin
Eytukan24-Mar-09 19:35
Eytukan24-Mar-09 19:35 
AnswerRe: if(BOOL_b) vs if(BOOL_b == FALSE) Pin
Niklas L25-Mar-09 0:14
Niklas L25-Mar-09 0:14 
QuestionProblems using BI_BITFIELDS Compression with DrawDibDraw Pin
Uwe Kiwitt-Frischnbruder24-Mar-09 16:16
Uwe Kiwitt-Frischnbruder24-Mar-09 16:16 
QuestionProblem calling C++ DLL from Excel Pin
gvanto24-Mar-09 16:11
gvanto24-Mar-09 16:11 
AnswerRe: Problem calling C++ DLL from Excel Pin
Garth J Lancaster24-Mar-09 16:32
professionalGarth J Lancaster24-Mar-09 16:32 
QuestionRe: Problem calling C++ DLL from Excel Pin
gvanto24-Mar-09 16:38
gvanto24-Mar-09 16:38 
AnswerRe: Problem calling C++ DLL from Excel Pin
Garth J Lancaster24-Mar-09 16:48
professionalGarth J Lancaster24-Mar-09 16:48 
AnswerRe: Problem calling C++ DLL from Excel Pin
Garth J Lancaster24-Mar-09 17:19
professionalGarth J Lancaster24-Mar-09 17:19 
QuestionRe: Problem calling C++ DLL from Excel Pin
gvanto24-Mar-09 17:23
gvanto24-Mar-09 17:23 
AnswerRe: Problem calling C++ DLL from Excel Pin
Garth J Lancaster24-Mar-09 17:25
professionalGarth J Lancaster24-Mar-09 17:25 
GeneralRe: Problem calling C++ DLL from Excel Pin
gvanto24-Mar-09 17:35
gvanto24-Mar-09 17:35 
GeneralRe: Problem calling C++ DLL from Excel Pin
gvanto24-Mar-09 17:36
gvanto24-Mar-09 17:36 
GeneralRe: Problem calling C++ DLL from Excel Pin
Garth J Lancaster24-Mar-09 17:43
professionalGarth J Lancaster24-Mar-09 17:43 
QuestionMSVCR90.dll and MFCVC90.dll as part of wiseinstaller installation Pin
Ramchandra.kk24-Mar-09 15:40
Ramchandra.kk24-Mar-09 15:40 

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.