A Collection Of Tutorials, Tips And Tricks, Interview Questions And Answers Oracle, Software Books, EJB C,C++,Java,PHP,Python,HTML Software Engineering, SAP...
... I don't understand C++ well enough to really judge this, but could it be that the ">>" and the "<<" operators might discard certain bytes even though both...
... <snip> Most important: what exactly does take place that tells you that the program doesn't run? How have you debugged it? Regards, Nico The same file is...
Helo group, I would like to thank all of the group member's for answering my last question . I have yet another doubt but this time i think it is little off...
I smell a w4r3z("warez") monkey in our midst. Do the group a favor, and don't ask about copying software in a less-than-legal manner. This is a C programming...
hi guys, im student in faculty of computer science 2nd year and i wanna be professional in programmng language i have actually studied c++ in the 1st year and...
... <snip> I've asked myself the same question, so I looked it up on Wikipedia: http://en.wikipedia.org/wiki/Gray_code The article also contains source code...
Sorry, some of the user's of the group where offended by my last message and i sincerely apologise for it. But actually i'm also against illegal copying of...
Great My love , I think this is C programming group if you are writting CD Burner software and you face a problem you can Ask, If you want to ask about copying...
Then use Nero to backup the CDs. I hardly see how this relates to programming anything. Now, if you wanted to write a program to do this, I can see how this...
hey can anyone plz tell me the codes for this program? My program output should look like this .... ( only C ) ....plz keep it simple ....i would b so grateful...
hai Friend, Can any one clear my dbt plz??? An inline function is a function which gets textually inserted by the compiler, much like macros. The advantage is...
... <snip> O.k., folks, I think we've had it. There have been enough of us who beat the poster heavily and told him to wear sackcloths and ashes, so please...
... This statement is not really correct; it should state that execution time is minimised because the overhead for a _function call_ (and possibly a function...
... Sure I can. But I won't. What I will do, however, is to tell you how to calculate the simplified fraction: Take the numerator and the denominator and...
Hi muthu, See by giving the inline it makes the function mandatory to be an inline "Muthukumar.G" <muthuggkumar@...> wrote: hai Friend, Can any one clear...
Reply appended... ... Never "mandatory". "inline" is only a request/suggestion/hint to the compiler. The compiler has the final say whether to inline or not. ...
Hi group, This might be foolish but can anyon tell me what 'linker overhead ' mean's??? P.S>I would like to thank all the group member's for their patience and...
Hi Friends, I have a router. I want to develop a CISCO style command line interface. Can anybody suggest me a open-source tool? Looking forward to your...
... That depends a bit on the context. If I recall your last post correctly, then this term was used wrongly there; probably it should have read "the overhead...
hi, Well i understood some of the content of the mail but the line: "at least one level of indirection for every call to a member function of an object"...
Hi All, I have a question. Im writing an implementation where the input UI is a jsp file and the backend process in written in C++ The communication interface...
... It means that dynamic member functions of an object are (for many modern compilers on popular systems) called via a table of addresses; so in the machine...
Hi group, I have allready read a nice book on c++ programming by Robert Lafore but yet i find that my knowledge on c++ is very limited, can anyone tell me what...
... One real C++ expert from another group (c-prog) has published his favourite list of books at http://www.rudbek.com/books.html ; he's really good, so I...