Top.Mail.Ru
The C++ Community's Journal -- Day
? ?
The C++ Community's Journal -- Day [entries|friends|calendar]
The C++ Community

[ userinfo | livejournal userinfo ]
[ calendar | livejournal calendar ]

Use Of Inline Functions [07 Feb 2005|09:49am]
[ mood | working ]

Question: Can one reccommend that inline be used when creating a class declaration and definitions in two seperate files? For instance, my class declaration is in the .h file and my definitions are in the .cpp file. And then my main routine is in another .cpp file. Is there any way to use inline functions to make the calls to the member functions from within the main routine faster?


Your help is awesome, thank you.

11 comments|post comment

[07 Feb 2005|12:56pm]
quick question..

if user inputs integer: 1234

what method would i be using to seperate each digit with a space.

output: "1 2 3 4"

thanks
10 comments|post comment

hexidecimal file delimiters [07 Feb 2005|01:18pm]
I'm outputtihng a file of hex data tat will be read back in pieces at a time later. (Each piece will be ~512KB.)

What delimiter should I use to mark breaks between pieces? I could use pretty much any character, line-break, etc., but I'm wondering if anybody knows of a common form -- something pretty standard.

(Sorry this isn't exactly C++ in nature.)
5 comments|post comment

navigation
[ viewing | February 7th, 2005 ]
[ go | previous day|next day ]
Image