Click here to Skip to main content
15,914,225 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionpublic adderssing system Pin
cobol2514-Dec-05 12:00
cobol2514-Dec-05 12:00 
QuestionSorting in C Pin
Sahar Saqeb14-Dec-05 11:34
Sahar Saqeb14-Dec-05 11:34 
AnswerRe: Sorting in C Pin
toxcct14-Dec-05 21:53
toxcct14-Dec-05 21:53 
GeneralRe: Sorting in C Pin
Sahar Saqeb15-Dec-05 12:55
Sahar Saqeb15-Dec-05 12:55 
QuestionChanging Text of property pages Pin
MarcoNedwig14-Dec-05 10:15
MarcoNedwig14-Dec-05 10:15 
AnswerRe: Changing Text of property pages Pin
David Crow14-Dec-05 10:44
David Crow14-Dec-05 10:44 
GeneralRe: Changing Text of property pages Pin
MarcoNedwig14-Dec-05 12:00
MarcoNedwig14-Dec-05 12:00 
Questionhow scope affects speed Pin
zildjohn0114-Dec-05 9:23
zildjohn0114-Dec-05 9:23 
hi, i am getting started with a very resource intensive app, i was wondering if there is any speed difference between the following three versions of a function (assuming they are not inlined):

int func1() {return 0;}<br />
<br />
namespace testns {<br />
	int func2() {return 0;}<br />
};<br />
<br />
class testclass {<br />
	static int func3() {return 0;}<br />
};<br />
<br />
void main() {<br />
	func1();<br />
	testns::func2();<br />
	testclass::func3();<br />
}


any help is appreciated
QuestionRe: how scope affects speed Pin
David Crow14-Dec-05 9:25
David Crow14-Dec-05 9:25 
AnswerRe: how scope affects speed Pin
Maximilien14-Dec-05 9:28
Maximilien14-Dec-05 9:28 
AnswerRe: how scope affects speed Pin
Chris Losinger14-Dec-05 10:00
professionalChris Losinger14-Dec-05 10:00 
GeneralRe: how scope affects speed Pin
Nish Nishant14-Dec-05 10:10
sitebuilderNish Nishant14-Dec-05 10:10 
AnswerRe: how scope affects speed Pin
zildjohn0114-Dec-05 10:18
zildjohn0114-Dec-05 10:18 
GeneralRe: how scope affects speed Pin
Chris Losinger14-Dec-05 10:53
professionalChris Losinger14-Dec-05 10:53 
QuestionRichEdit Control and Links Pin
RedDragon2k14-Dec-05 8:52
RedDragon2k14-Dec-05 8:52 
QuestionIf &quot;int i;&quot; is the decleration then what is the definition of integer? Pin
G Haranadh14-Dec-05 8:10
G Haranadh14-Dec-05 8:10 
AnswerRe: If &amp;quot;int i;&amp;quot; is the decleration then what is the definition of integer? Pin
Kharfax14-Dec-05 8:17
Kharfax14-Dec-05 8:17 
AnswerRe: If &quot;int i;&quot; is the decleration then what is the definition of integer? Pin
TheGreatAndPowerfulOz14-Dec-05 8:49
TheGreatAndPowerfulOz14-Dec-05 8:49 
AnswerRe: If &amp;quot;int i;&amp;quot; is the decleration then what is the definition of integer? Pin
Chris Losinger14-Dec-05 10:05
professionalChris Losinger14-Dec-05 10:05 
QuestionWhich encryption method to use? Pin
StoneRaven14-Dec-05 7:57
StoneRaven14-Dec-05 7:57 
AnswerRe: Which encryption method to use? Pin
Nicholas Cardi14-Dec-05 8:24
Nicholas Cardi14-Dec-05 8:24 
AnswerRe: Which encryption method to use? Pin
Kharfax14-Dec-05 8:35
Kharfax14-Dec-05 8:35 
AnswerRe: Which encryption method to use? Pin
ThatsAlok14-Dec-05 18:55
ThatsAlok14-Dec-05 18:55 
AnswerRe: Which encryption method to use? Pin
cmk15-Dec-05 17:28
cmk15-Dec-05 17:28 
GeneralRe: Which encryption method to use? Pin
StoneRaven16-Dec-05 12:54
StoneRaven16-Dec-05 12:54 

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.