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

C / C++ / MFC

 
QuestionRe: C++ program is not building in G++ (Ubuntu) Pin
CPallini29-May-13 21:30
mveCPallini29-May-13 21:30 
AnswerRe: C++ program is not building in G++ (Ubuntu) Pin
Manoj739029-May-13 21:41
Manoj739029-May-13 21:41 
GeneralRe: C++ program is not building in G++ (Ubuntu) Pin
CPallini29-May-13 22:09
mveCPallini29-May-13 22:09 
GeneralRe: C++ program is not building in G++ (Ubuntu) Pin
Richard MacCutchan29-May-13 21:40
mveRichard MacCutchan29-May-13 21:40 
GeneralRe: C++ program is not building in G++ (Ubuntu) Pin
Manoj739029-May-13 21:53
Manoj739029-May-13 21:53 
GeneralRe: C++ program is not building in G++ (Ubuntu) Pin
Richard MacCutchan29-May-13 22:06
mveRichard MacCutchan29-May-13 22:06 
GeneralRe: C++ program is not building in G++ (Ubuntu) Pin
Manoj739029-May-13 23:47
Manoj739029-May-13 23:47 
QuestionBit concatenation in C++ Pin
Manoj739029-May-13 19:16
Manoj739029-May-13 19:16 
Hi. I have written the program for turbo encoder, for every single bit, it gives three bits as output and I am storing it as a integer. Now the problem is how to concatenate these bits in the integer form.
for example...
int u = 1; int p = 0; int q = 1;

Answer = 101;
AnswerRe: Bit concatenation in C++ Pin
Richard MacCutchan29-May-13 20:57
mveRichard MacCutchan29-May-13 20:57 
GeneralRe: Bit concatenation in C++ Pin
Manoj739029-May-13 21:18
Manoj739029-May-13 21:18 
GeneralRe: Bit concatenation in C++ Pin
CPallini29-May-13 21:31
mveCPallini29-May-13 21:31 
GeneralRe: Bit concatenation in C++ Pin
Manoj739029-May-13 21:49
Manoj739029-May-13 21:49 
GeneralRe: Bit concatenation in C++ Pin
CPallini29-May-13 23:23
mveCPallini29-May-13 23:23 
GeneralRe: Bit concatenation in C++ Pin
Richard MacCutchan29-May-13 21:38
mveRichard MacCutchan29-May-13 21:38 
GeneralRe: Bit concatenation in C++ Pin
Chris Losinger30-May-13 2:06
professionalChris Losinger30-May-13 2:06 
GeneralRe: Bit concatenation in C++ Pin
Richard MacCutchan30-May-13 2:50
mveRichard MacCutchan30-May-13 2:50 
GeneralRe: Bit concatenation in C++ Pin
Chris Losinger30-May-13 3:16
professionalChris Losinger30-May-13 3:16 
GeneralRe: Bit concatenation in C++ Pin
Richard MacCutchan30-May-13 5:22
mveRichard MacCutchan30-May-13 5:22 
GeneralRe: Bit concatenation in C++ Pin
Chris Losinger30-May-13 5:36
professionalChris Losinger30-May-13 5:36 
GeneralRe: Bit concatenation in C++ Pin
Richard MacCutchan30-May-13 6:19
mveRichard MacCutchan30-May-13 6:19 
GeneralRe: Bit concatenation in C++ Pin
ThatsAlok29-May-13 21:42
ThatsAlok29-May-13 21:42 
GeneralRe: Bit concatenation in C++ Pin
Manoj739029-May-13 21:57
Manoj739029-May-13 21:57 
GeneralRe: Bit concatenation in C++ Pin
ThatsAlok29-May-13 22:25
ThatsAlok29-May-13 22:25 
GeneralRe: Bit concatenation in C++ Pin
Manoj739029-May-13 23:39
Manoj739029-May-13 23:39 
GeneralRe: Bit concatenation in C++ Pin
Richard MacCutchan30-May-13 2:53
mveRichard MacCutchan30-May-13 2:53 

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.