Click here to Skip to main content
15,891,657 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to Create and format partitions Pin
Madan Chauhan20-May-09 23:45
Madan Chauhan20-May-09 23:45 
AnswerRe: How to Create and format partitions Pin
C++myLife21-May-09 0:52
C++myLife21-May-09 0:52 
GeneralRe: How to Create and format partitions Pin
Madan Chauhan21-May-09 1:11
Madan Chauhan21-May-09 1:11 
GeneralRe: How to Create and format partitions Pin
C++myLife21-May-09 1:49
C++myLife21-May-09 1:49 
GeneralRe: How to Create and format partitions Pin
Madan Chauhan21-May-09 22:17
Madan Chauhan21-May-09 22:17 
AnswerRe: How to Create and format partitions Pin
Hamid_RT21-May-09 2:26
Hamid_RT21-May-09 2:26 
GeneralRe: How to Create and format partitions Pin
Stephen Hewitt21-May-09 4:00
Stephen Hewitt21-May-09 4:00 
GeneralRe: How to Create and format partitions Pin
C++myLife21-May-09 20:44
C++myLife21-May-09 20:44 
GeneralRe: How to Create and format partitions Pin
Madan Chauhan21-May-09 22:22
Madan Chauhan21-May-09 22:22 
QuestionCreate CBitmap from array of RGB values Pin
sashoalm20-May-09 23:00
sashoalm20-May-09 23:00 
AnswerRe: Create CBitmap from array of RGB values Pin
Russell'20-May-09 23:52
Russell'20-May-09 23:52 
GeneralRe: Create CBitmap from array of RGB values Pin
sashoalm21-May-09 5:04
sashoalm21-May-09 5:04 
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 

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.