|
GOOD NEWS GOOD NEWS EARN BY JUST READING SMS ON UR MOBILE- UR INCOMMING SMS PAY'S U INCOME ONE CLICK AWAY FROM EARNING THROUGH INCOMMING SMS http://www.mGinger.com/index.jsp?inviteId=623396 http://www.paisa4sms.com/Index.aspx?Inviteid=134129 http://www.youmint.com/network-jagguzwx2 http://mGinger.com/index.jsp?... 5 Nov 2008 18:04
What is problem with allegro and cpp builder ? Hello, The conditionals/defines I use to build allegro 4.2.2 are: NO_STRICT;SCAN_DEPEND;ALLEGRO_BCC32 I remove the error message that allegro currently can't build with cpp builder. The cpp compiler seems to choke on this code: /* flag for how many times we have been initialised */ AL_VAR(int, _allegr... 5 Nov 2008 18:04
Add/include header folders in packages ? Hello, I build an allegro library/package. I add all *.c and *.h files to the package. Then I disable some compile problems, build it and install it. Then another project says: It cannot find CompileFixes.h. I did add that file to package. Apperently it's folder did not go onto the environment path... 5 Nov 2008 18:04
14 Wellknown C++ Ebooks to download Hi friends, Visit this webpage here you find 14 Wellknown C++ Ebooks to download http://my_e_sharing.infositepage.com Happy Donloading....... ... 13 Oct 2008 11:29
Java library in C++ application Hi, I've a Java library that I would like to use within my C++ application. Is this somehow possible or do I need to write a Java wrapper class that includes this library but the wrapper itself is invoked from my C++ application using a system call? Regards, Stephan ... 9 Oct 2008 17:39
test Testing to see if my post will show up -- All Things Blackjack http://www.bestbjstrategies.com http://bestblackjack.wordpress.com ... 9 Oct 2008 05:19
Trivial problem... but I can't sort it out... Hello I've got this: hello.h class Media{ AVFormatContext *formatCont; AVCodecContext *codecCont; AVCodec *codec; AVFrame *frame; public: Media(const char* filename); }; hello.cpp int _tmain(int argc, _TCHAR* argv[]) { const char *filename = "C:\\Users\\Dario\\Downloads\\eMule\\... 8 Oct 2008 19:07
networking hi i am c++ programmer and i have a problem i read deitel & deitel book and now i am searching for a book witch can help me with network programming.can you suggest me one? thanks. ... 7 Oct 2008 12:21
error when using a typedef struct in a other module Hi, i have defined a: ------main.h---------------- typdef struct { int a,b... double c,d... } mystruct; .... .... class TForm1: public TForm .... ---------------------------- in a other module i have -------module.cpp---------- #include "module.h" void myfunc(mystruct test) { .... } ------... 7 Oct 2008 06:12
C++ Puzzle from Meebo page From a discussion at Hacker News ( http://news.ycombinator.com/item?id=323863 ), I came to this page where there is a couple of C++ puzzles are listed. Can anyone put thier views about it : 1. With these variable declarations: int i, j[10], *k; Which of the following are legal? a. i = *(&(j[2]) + 1); ... 14 Oct 2008 12:07 |