1,730 Posted Topics

Member Avatar for Mr.UNOwen
Member Avatar for pritpal.singh88
Member Avatar for ravenous
0
422
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Stefano Mtangoo
0
102
Member Avatar for jshoot

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 …

Member Avatar for Stefano Mtangoo
0
452
Member Avatar for Celtrix

I have not used it even once. All I know in GUI world is wxWidgets So sorry cannot help

Member Avatar for Celtrix
0
186
Member Avatar for anXieTy

it is old bug report but it have tricks you can utilize (reimp stuffs) [url]http://bugs.mysql.com/bug.php?id=8059[/url]

Member Avatar for Stefano Mtangoo
0
2K
Member Avatar for geekme

[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 …

Member Avatar for ravenous
0
173
Member Avatar for jugadengg
Member Avatar for jkoske

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

Member Avatar for Stefano Mtangoo
0
109
Member Avatar for gerard4143
Member Avatar for madcSPYnX0420
0
172
Member Avatar for Stefano Mtangoo

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)?

Member Avatar for Stefano Mtangoo
0
117
Member Avatar for tcollins412

RTM! [URL="http://php.net/manual/en/function.setcookie.php"]SetCookie()[/URL] returns false at failure, so just use it as test

Member Avatar for Stefano Mtangoo
0
118
Member Avatar for gakusya

I would follow ardav advice and if problem persists, I would backup my databases and htdocs and reinstall everything in XAMPP thing

Member Avatar for nicksontinko
0
577
Member Avatar for somedude3488

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!

Member Avatar for joeidee
3
901
Member Avatar for raghujosh

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 …

Member Avatar for vaibhav1983
0
100
Member Avatar for anawan

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]

Member Avatar for Stefano Mtangoo
0
72
Member Avatar for tcollins412

[url]http://bytes.com/topic/php/answers/556290-session-time-out[/url] [url]http://www.php.net/manual/en/ref.session.php#63837[/url]

Member Avatar for Stefano Mtangoo
0
88
Member Avatar for abhityagi85
Member Avatar for tape enterprise

Best two I know is [URL="http://ckeditor.com/"]CKEditor[/URL] [URL="http://tinymce.moxiecode.com/"]TinyMCE[/URL]

Member Avatar for jkon
0
99
Member Avatar for branding4you
Member Avatar for vaibhav1983
Member Avatar for meensatwork

[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 …

Member Avatar for TrustyTony
0
1K
Member Avatar for sravan953

[url]http://code.google.com/p/python-twitter/[/url] [url]http://code.google.com/p/pyfacebook/[/url]

Member Avatar for Stefano Mtangoo
0
181
Member Avatar for justinwarner

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!

Member Avatar for Stefano Mtangoo
0
293
Member Avatar for mrectek
Member Avatar for Stefano Mtangoo

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 …

0
57
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Narue
0
107
Member Avatar for Cup of Squirrel

[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 …

Member Avatar for mslade
1
2K
Member Avatar for Dizzzy
Member Avatar for rinkarto
Member Avatar for pawan_sharma777

MySQL connector Cpp doesn't work with MinGW. If you are MinGW boy then go for [URL="http://tangentsoft.net/mysql++/"]MySQL++[/URL]

Member Avatar for pawan_sharma777
0
457
Member Avatar for alhindasi

If only you read readme sticky It have the problem. Link is [URL="http://www.daniweb.com/forums/thread191031.html"]here[/URL]

Member Avatar for alhindasi
0
362
Member Avatar for Bliksempie
Member Avatar for Dingbats
Member Avatar for Stefano Mtangoo

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

Member Avatar for daviddoria
0
86
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Stefano Mtangoo
0
369
Member Avatar for invisal
Member Avatar for pjh1985
Member Avatar for pjh1985
0
181
Member Avatar for El Duke

[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!

Member Avatar for Stefano Mtangoo
0
244
Member Avatar for mbarandao

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]

Member Avatar for mbarandao
0
190
Member Avatar for maged4e

[url]http://www.bin-co.com/php/articles/current_file_path.php[/url]

Member Avatar for Stefano Mtangoo
0
88
Member Avatar for cshemby86
Member Avatar for cshemby86
-3
205
Member Avatar for xuexue

[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]

Member Avatar for Stefano Mtangoo
0
157
Member Avatar for peppermints

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

Member Avatar for Stefano Mtangoo
0
142
Member Avatar for Cstonehouse
Member Avatar for Stefano Mtangoo
0
149
Member Avatar for Stefano Mtangoo

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, …

Member Avatar for Stefano Mtangoo
0
149
Member Avatar for jeevanism

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

Member Avatar for richieking
0
1K
Member Avatar for Stefano Mtangoo

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

Member Avatar for hielo
0
226
Member Avatar for zeeshan_kust

did you checked [URL="http://php.net/manual/en/simplexml.examples.php"]examples[/URL]? For now I have no time!

Member Avatar for Stefano Mtangoo
0
248
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for Stefano Mtangoo
0
105

The End.