Hello Everyone,
If there is one esoteric programming language that you'd recommend someone to pick up (assume a C++/Perl background), which one would it be?
Arpan
I am looking for options for an open source C++ front end that I could customize for my requirements. I do not need the back end implementation, just that it would help to find a fast and relatively bug free C++ front end that supports most standard features. Any suggestions?
[I did google, clang seems to be an option but I don't have any experience with llvm]
Arpan
Quoting from the C-std section 6.7.2.1,
struct s { int n; double d[]; };
This is a valid structure declaration. I am looking for some practical use of this kind of syntax. To be precise, how is this construct any more or less powerful than keeping a double* as the 2nd element? Or is this another case of 'you-can-do-it-in-multiple-ways'?
Arpan
I have a peculiar situation. I am trying to create a type library from a dll. The problem is that the type library gets created but the contents are not there. I get a message
typelib filename: could not determine filename
when I am trying to view the tlb using oleview.
I am using tlbexp to create the tlb file. I have VC++ 2003 Toolkit and VS 2008 C++ Express edition installed and i tried tlbexp from both installs. Neither generated anything inside the tlb.
Any help appreciated.
Arpan
And I quote from MSDN http://msdn.microsoft.com/en-us/library/aa366533(VS.85).aspx:
The malloc function has the
disadvantage of being run-time
dependent. The new operator has the
disadvantage of being compiler
dependent and language dependent.
Now the questions folks:
a) What do we mean that malloc is run-time dependent? What kind of dynamic memory allocation functions can be independent of run-time? This statement sounds real strange.
b) new is language dependent? Of course it should be right? Are HeapAlloc, LocalAlloc etc language independent?
c) From a pure performance perspective are the MSVC provided routines preferable?
Arpan
Hi i am new to asp.net programing language. I want to have an index page in my crystal report can somebody provide me with an example how to create an index page in a crystal report.
I will really apreciate your help.
Hi all,
I want to type in Arabic in Xcode.
But I can't copy paste in the Xcode properly in right to left direction.
Please help me out.
Thanks in advance.
Will iPhone OS 4.0 will give developers to send SMS and MMS inside the application..!
Or is it already been in SDK?
All the time while sending SMS, native window is popping up.!
Do any one has any idea about this?