Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~471 People Reached
Favorite Tags
c++ x 1
php x 1

2 Posted Topics

Member Avatar for Blastcore

So, let's say i have this on a file: #include "MyFolder1\MyFile1.txt" #include "MyFolder1\MyFolder1SubFolder\MySubFile1.txt" #include "MyFolder2\MyFolder2Sub\MyFolder3Sub\MySubFile1.txt" What i'm trying to do is to make a project tree, it's well explained on the sample up there. But the issue is, should i be using [QTreeWidget](http://qt-project.org/doc/qt-4.8/qtreewidget.html) or [QTreeView ](http://qt-project.org/doc/qt-4.8/qtreeview.html) for it? But that's …

Member Avatar for rubberman
0
118
Member Avatar for rajesh1158

Just saying, that the use of mysql_ is getting deprecated. You could use [PDO_MySQL](http://php.net/manual/en/ref.pdo-mysql.php) or [MySQLi](http://php.net/manual/en/book.mysqli.php)

Member Avatar for rajesh1158
0
353

The End.