1,730 Posted Topics
Re: I agree with Mike, use wxWidgets and paint your OGL stuffs in wxGLCanvas | |
Re: Check [URL="http://wiki.videolan.org/Libvlc"]Libvlc[/URL]. They have even examples there | |
Kind: HP ProBook 4510s hi all, I last time switched off my laptop after using it on projector. i disconnected projector fine, then turn it off normal. Then next day I turned on and screen was black and blue light at power button as usual. I decided that I would … | |
Re: wxWidgets provide the necessary widgets as well as data structure. There is wxTextFile for dealing with files, wxStringTokenizer for dealing with tokens wxArrayString wxArrayInt for dealing with arrays plus a lot of things. You can well use C++ data type also, no limitation. Check wxWidgets Manua and zetcode.com for tutorial … | |
Re: I have not used it even once. All I know in GUI world is wxWidgets So sorry cannot help | |
Re: it is old bug report but it have tricks you can utilize (reimp stuffs) [url]http://bugs.mysql.com/bug.php?id=8059[/url] | |
Re: [QUOTE=Red Goose;1472162]Ubuntu should come prepacked with g++. If not: [code=bash] sudo apt-get install build-essential[/code] For dependencies, then... [code=bash] sudo apt-get install g++ [/code] It's a command-line compiler, meaning you'll have to operate it from the command prompt. If you don't like that idea, you could get code::blocks, and IDE, from … | |
| |
Re: I second the posters on Power of GDB. I use it with Codelite, and I enjoy polished interface. I was just debugging my current project few minutes ago with C++. I certainly recommend CodeLite | |
Re: I have no comment as I have not yet used unity. I'm still on Lucid | |
a apart fro SQL injection what are risks to comsider when querying database? What are risks when uploading files other than limiting some extensions (like exe's)? | |
Re: RTM! [URL="http://php.net/manual/en/function.setcookie.php"]SetCookie()[/URL] returns false at failure, so just use it as test | |
Re: I would follow ardav advice and if problem persists, I would backup my databases and htdocs and reinstall everything in XAMPP thing | |
Re: Tested! It is working (FF) but a little bit delay. Can you make it little more faster? OFF TOPIC SUGGESTION: Make simple tutorial to make simple chat! | |
Re: Show efforts. However I will give you a clue: everything just goes as usual and you just add column called isapproved. When user posts, isapproved is set to 0/false. Then when admin approves it is set to 1/true and if disapproves it get deleted from db. in displaying, show all … | |
Re: That is more of MySQL or rather SQL question than PHP. [CODE=php]$sql = "SELECT fleet_no, fueling_date, quantity, price FROM table_name WHERE month_column = '$submitted_month' "; mysql_query($sql);[/CODE] You have to add another column [B]month_column[/B] | |
Re: [url]http://bytes.com/topic/php/answers/556290-session-time-out[/url] [url]http://www.php.net/manual/en/ref.session.php#63837[/url] | |
Re: Good question and I'm interested to see answers ![]() | |
Re: Best two I know is [URL="http://ckeditor.com/"]CKEditor[/URL] [URL="http://tinymce.moxiecode.com/"]TinyMCE[/URL] | |
Re: you have mixed PHP tags. revisit your file please ![]() | |
![]() | |
Re: [QUOTE=meensatwork;1442306]Hello, Is it possible to use ctypes for this? I tried a sample code from net but it is not working. [CODE]from ctypes import cdll myDll = ctypes.LoadLibrary('C++dll.dll') mydll.testString()[/CODE] Can u tell me how to load a C++ dll and call the functions from python?[/QUOTE] I can see typo on … | |
![]() | Re: [url]http://code.google.com/p/python-twitter/[/url] [url]http://code.google.com/p/pyfacebook/[/url] |
Re: I would vote for Chemistry, because I just love it, even though it is almost 8 yrs since my last bite ;) As Narue said, choose one that clicks with your desire! | |
Re: if you use wxWidgets there is wxListCtrl class! | |
Hi All, after almost a year, I'm back to Pythoning again! Now I want to setup my Ubuntu Box with LAMPP to work with Django. In PHP I just put my files in www folder and there it is! Please help me setup Django sites. Thanks and Happy new year … | |
forgive me buddies if it is childish question, I cannot find good tutorial explaining it. So bear with me. My questions are, how does forward declaration differ from normal include which I'm used to? Also, where do we use it and what are limitation of the two? Lastly is there … | |
Re: [QUOTE=WaltP;1164775]Compilers [url=http://www.codeblocks.org/downloads.shtml]Code::Blocks[/url] [url=http://msdn.microsoft.com/vstudio/express/visualc/]MSVC++ Express[/url] [url=http://www.openwatcom.org/ftp/]Open Watcom C++/Fortran[/url] [url=http://www.bloodshed.net]Bloodshed DevC[/url] [url=http://cc.codegear.com/Free/turbocpp]Turbo C++ Explorer 2006[/url] [url=http://www.borland.com/downloads/download_cbuilder.html]Borland 5.5[/url] [url=http://www.cygwin.com/]cygwin[/url] Pick one.[/QUOTE] Compilers? No way WP ;) They are IDEs and some of them bundles compilers MINGW|MSVC Compiler|Open WATCOM|Digital Mars et al I would suggest CodeLite or CodeBlocks. Simple and beautiful IDEs that can … | |
Re: Mhh! Is Apache and the co not enough? Why reinvert the wheel? | |
Re: MySQL connector Cpp doesn't work with MinGW. If you are MinGW boy then go for [URL="http://tangentsoft.net/mysql++/"]MySQL++[/URL] | |
Re: If only you read readme sticky It have the problem. Link is [URL="http://www.daniweb.com/forums/thread191031.html"]here[/URL] | |
| |
I need to make inspection of my code to Optimise it. Which profiler do you use and recommend? I use CodeLite IDE with GCC Compile (MinGW on windows) and wxWidgets for all GUI stuffs Thanks | |
Hi, I know this is not PHP issue but we here writes a lot of database SQL querries so I hope for a help. I have a bible script that is supposed to query the scriptures between two intervals. My table is named Bible and have columns: ID (int), Book … | |
Re: What do you want to do? What is your level of programming? | |
Re: [QUOTE=El Duke;1408553] I have been trying to implement unhtmlentities(), or htmlspecialchars() functions [B]with no success[/B], how can it be done please ??[/QUOTE] What is the definition of with no success? You need to be explicit here! | |
Re: There are two inserts table have columns: [B]col1, col2, col3[/B][CODE=SQL] --Inserts into all columns, this kind of query should have values equal to number of columns INSERT INTO table_name("Blah", "bla2", "blah3") --Insert any number, the other columns should have default defined for safety INSERT INTO table_name(col1, col2) VALUES("Blah", "bla2")[/CODE] | |
| |
Re: So? What have you done for your homework? Remember it is YOUR homework. | |
Re: [QUOTE=xuexue;1407137]how could i add the onkeydown() function in jquery.. this is for the autocomplete.. regards, ^^[/QUOTE] Check [URL="http://jqueryui.com/demos/autocomplete/"]JQuery UI auto complete[/URL] | |
Re: In Login: 1. Check if login info are sent if not redirect back to login page with ambiguous error message 2. If logged in check for credentials with ambiguous error message 3. If logged in redirect to members page you skipped number 1 | |
Re: and remember to read [URL="http://www.daniweb.com/forums/thread191031.html"]stickies[/URL] | |
I know many will start with ODBC, but slow down ;) I have searched for ODBC and all I find is UnixODBC. Is this the same as ODBC? Also how stable it is? I will be happy to know some apps/companies behind it! I need support for MySQL, PostGreSQL, DB2, … | |
Re: I would suggest you check desktop application! Though it might be possible, it would we tough task. Right tool for the right job. Some toolkit have mobile version which abstracts you from much of pain | |
I was finding Database schema for CMS that are already there (Drupal, Joomla et al) but not yet succeeded. I would be happy if anybody points me to it. I want to adopt for my uses, droping this and adding that! Thanks | |
Re: did you checked [URL="http://php.net/manual/en/simplexml.examples.php"]examples[/URL]? For now I have no time! | |
Hi, I have a complex C++ code with gui. Each major gui division is independent class. Now these classes must 'talk' sometimes in operations like copy from division A and paste in division B. So I need to pass some pointers from one class to another. I was thinking of … |
The End.