Click here to Skip to main content
15,913,055 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: String convertion in c/c++? Pin
CPallini17-Oct-08 9:15
mveCPallini17-Oct-08 9:15 
GeneralRe: String convertion in c/c++? Pin
David Crow17-Oct-08 9:22
David Crow17-Oct-08 9:22 
GeneralRe: String convertion in c/c++? Pin
CPallini17-Oct-08 9:39
mveCPallini17-Oct-08 9:39 
AnswerRe: String convertion in c/c++? Pin
SandipG 17-Oct-08 3:12
SandipG 17-Oct-08 3:12 
AnswerRe: String convertion in c/c++? Pin
Matthew Faithfull17-Oct-08 5:09
Matthew Faithfull17-Oct-08 5:09 
GeneralRe: String convertion in c/c++? Pin
Michael Dunn17-Oct-08 11:20
sitebuilderMichael Dunn17-Oct-08 11:20 
GeneralRe: String convertion in c/c++? Pin
Matthew Faithfull19-Oct-08 21:44
Matthew Faithfull19-Oct-08 21:44 
Questionpreprocessed file issue Pin
George_George17-Oct-08 2:35
George_George17-Oct-08 2:35 
Hello everyone,


I have used Generate Preprocessed File feature of VC to dump preprocessed information, my confusion is about how to read .i file, how do we treat/read the lines begin with "#line"? My confusion is for such output, typedef size_t rsize_t is surrounded by 5 #line statements. How to read them? I am really confused.


#line 470 "d:\\program files\\microsoft visual studio 9.0\\vc\\include\\crtdefs.h"
#line 472 "d:\\program files\\microsoft visual studio 9.0\\vc\\include\\crtdefs.h"
#line 473 "d:\\program files\\microsoft visual studio 9.0\\vc\\include\\crtdefs.h"
typedef size_t rsize_t;
#line 488 "d:\\program files\\microsoft visual studio 9.0\\vc\\include\\crtdefs.h"
#line 489 "d:\\program files\\microsoft visual studio 9.0\\vc\\include\\crtdefs.h"

#include <windows.h>

int main()
{
	size_t x;

	return 0;
}



thanks in advance,
George
AnswerRe: preprocessed file issue Pin
David Crow17-Oct-08 3:44
David Crow17-Oct-08 3:44 
GeneralRe: preprocessed file issue Pin
George_George17-Oct-08 3:49
George_George17-Oct-08 3:49 
QuestionKilling clicking noises after downsampling 48kHz to 8kHz Pin
CrazyDogg17-Oct-08 2:28
CrazyDogg17-Oct-08 2:28 
AnswerRe: Killing clicking noises after downsampling 48kHz to 8kHz Pin
Redeye9217-Oct-08 3:34
Redeye9217-Oct-08 3:34 
GeneralRe: Killing clicking noises after downsampling 48kHz to 8kHz Pin
CrazyDogg17-Oct-08 3:40
CrazyDogg17-Oct-08 3:40 
GeneralRe: Killing clicking noises after downsampling 48kHz to 8kHz Pin
Redeye9217-Oct-08 4:02
Redeye9217-Oct-08 4:02 
GeneralRe: Killing clicking noises after downsampling 48kHz to 8kHz Pin
CrazyDogg17-Oct-08 4:19
CrazyDogg17-Oct-08 4:19 
GeneralRe: Killing clicking noises after downsampling 48kHz to 8kHz Pin
Redeye9217-Oct-08 4:21
Redeye9217-Oct-08 4:21 
GeneralRe: Killing clicking noises after downsampling 48kHz to 8kHz Pin
CrazyDogg17-Oct-08 4:30
CrazyDogg17-Oct-08 4:30 
GeneralRe: Killing clicking noises after downsampling 48kHz to 8kHz Pin
Redeye9217-Oct-08 4:38
Redeye9217-Oct-08 4:38 
GeneralRe: Killing clicking noises after downsampling 48kHz to 8kHz Pin
CrazyDogg17-Oct-08 4:43
CrazyDogg17-Oct-08 4:43 
GeneralRe: Killing clicking noises after downsampling 48kHz to 8kHz Pin
Redeye9217-Oct-08 5:01
Redeye9217-Oct-08 5:01 
GeneralRe: Killing clicking noises after downsampling 48kHz to 8kHz Pin
CrazyDogg17-Oct-08 5:16
CrazyDogg17-Oct-08 5:16 
QuestionClipBoard Pin
MsmVc17-Oct-08 2:20
MsmVc17-Oct-08 2:20 
AnswerRe: ClipBoard Pin
SandipG 17-Oct-08 2:25
SandipG 17-Oct-08 2:25 
QuestionRe: ClipBoard Pin
David Crow17-Oct-08 3:50
David Crow17-Oct-08 3:50 
AnswerRe: ClipBoard Pin
MsmVc17-Oct-08 18:18
MsmVc17-Oct-08 18:18 

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.