Click here to Skip to main content
15,885,757 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Create CBitmap from array of RGB values Pin
Stuart Dootson21-May-09 5:45
professionalStuart Dootson21-May-09 5:45 
QuestionChange mouse pointer... Pin
m_mun20-May-09 22:55
m_mun20-May-09 22:55 
AnswerRe: Change mouse pointer... Pin
ThatsAlok20-May-09 22:59
ThatsAlok20-May-09 22:59 
AnswerRe: Change mouse pointer... Pin
_AnsHUMAN_ 20-May-09 23:00
_AnsHUMAN_ 20-May-09 23:00 
AnswerRe: Change mouse pointer... Pin
«_Superman_»21-May-09 17:38
professional«_Superman_»21-May-09 17:38 
GeneralRe: Change mouse pointer... Pin
sujeet22-May-09 2:55
sujeet22-May-09 2:55 
QuestionAbout data combination Pin
Chrissie.ja20-May-09 22:10
Chrissie.ja20-May-09 22:10 
AnswerRe: About data combination Pin
ThatsAlok20-May-09 22:58
ThatsAlok20-May-09 22:58 
what about stl::Vector, you can use like this :-

#include<vector>
using namespace std;
typedef vector<int> vecINT;
typedef vector<vecINT> vecINTINT;


vecINTINT  vecArrays;
vecINT		vecA;

//insert your element of array 
vecA = A1{a1,a2,a3,an1} //there are n1 elements in array A1

// and copy it to main array
a.push_back(vecA);


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixture


cheers,
Alok Gupta
VC Forum Q&A :- I/IV
Support CRY- Child Relief and You

GeneralRe: About data combination Pin
Chrissie.ja20-May-09 23:18
Chrissie.ja20-May-09 23:18 
GeneralRe: About data combination Pin
CPallini20-May-09 23:31
mveCPallini20-May-09 23:31 
GeneralRe: About data combination Pin
ThatsAlok20-May-09 23:48
ThatsAlok20-May-09 23:48 
GeneralRe: About data combination Pin
Chrissie.ja21-May-09 1:14
Chrissie.ja21-May-09 1:14 
GeneralRe: About data combination Pin
CPallini21-May-09 2:08
mveCPallini21-May-09 2:08 
GeneralRe: About data combination Pin
Chrissie.ja21-May-09 2:12
Chrissie.ja21-May-09 2:12 
QuestionDoubt in different Image formats? Pin
kapardhi20-May-09 21:42
kapardhi20-May-09 21:42 
AnswerRe: Doubt in different Image formats? Pin
Chris Losinger21-May-09 3:19
professionalChris Losinger21-May-09 3:19 
AnswerRe: Doubt in different Image formats? Pin
Stuart Dootson21-May-09 5:47
professionalStuart Dootson21-May-09 5:47 
QuestionHow to create machine certificate. Pin
deadlyabbas20-May-09 21:26
deadlyabbas20-May-09 21:26 
QuestionHow to use an image converter in my application? Pin
kapardhi20-May-09 21:17
kapardhi20-May-09 21:17 
AnswerRe: How to use an image converter in my application? Pin
Hamid_RT20-May-09 21:20
Hamid_RT20-May-09 21:20 
GeneralRe: How to use an image converter in my application? Pin
kapardhi20-May-09 21:31
kapardhi20-May-09 21:31 
AnswerRe: How to use an image converter in my application? Pin
ThatsAlok20-May-09 21:24
ThatsAlok20-May-09 21:24 
GeneralRe: How to use an image converter in my application? Pin
kapardhi20-May-09 21:34
kapardhi20-May-09 21:34 
GeneralRe: How to use an image converter in my application? Pin
ThatsAlok20-May-09 21:54
ThatsAlok20-May-09 21:54 
Questiondelete operator in C++ Pin
QuickDeveloper20-May-09 20:48
QuickDeveloper20-May-09 20:48 

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.