Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
54% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
3
0 Endorsements
~13.6K People Reached
Favorite Tags
Member Avatar for awesomelemonade

here is how it goes, I played it on tnbforum.com ask a stupid question, get a stupid answer for example, why do dinosaurs lay eggs cause they are permanent why don't you lay eggs ...and so on I'll start why is the sky blue?

Member Avatar for Slavi
1
2K
Member Avatar for capton

Hello everyone.. I accidentally deleted my ubuntu boot folder. i get a grub-rescue prompt when i intend to boot the computer. i need help please.

Member Avatar for Gribouillis
0
998
Member Avatar for game06

i recent been using my variables names like this boolean is_dead = false; turn out its not right. right conventions is boolean isDead = false; for some reason i dont like the 2nd one. may be bc i been using 1st one for so long. i was wondering is there …

Member Avatar for jwenting
0
208
Member Avatar for DanielAus

Hi.. This is Daniel. I am a trainer of digital marketing. When I was searching some good communities about SEO and Internet marketing, I came across to this forum and I was so excited to join it. This website is much more than just a forum. I like this community …

Member Avatar for <M/>
0
512
Member Avatar for capton

Hello i have index.php file in root directory redirecting to a page. It's working perfect on my localhost but not the webserver. Also link to the root folder on the webserver lists files excluding the index.php Please i need help with this

Member Avatar for capton
0
616
Member Avatar for capton

Hello, I'm building opencv library with cmake for mingw to be used with qt and i've been able to generate the makefilelist. But when i type **mingw32-make** at the command prompt i get error when it's 44% built. error says: *Cannot export _ZN12_GLOBAL__N_13R)p3aLLEv: symbol not found Cannot export _ZN12_GLOBAL__N_17CmpType3allEv: symbol …

0
152
Member Avatar for capton

After appending an item to a QList which is pointed to by a QMutableListIterator, I find out the next value of the iterator points outside the list. Or can't i point the iterator to any where in the list except the beginning and end? Please i need help.

Member Avatar for capton
0
133
Member Avatar for capton

Hello everyone! I know QObjects doesn't support copy constructors but how can i create a copy of a QObject. I want to make changes to the object while still maintaining the original copy. Thanks

Member Avatar for deceptikon
0
257
Member Avatar for capton

Hello, my Qt app gives the following run time error > HEAP[testApp.exe]: > QInvalid address specified to RtlFreeHeap( 0D920000, 0F29F1C0 )uoted Text Here But it's free from error when i comment out these lines table->setCellWidget(currentRow,4,wid); table->setCellWidget(currentRow,2,++wid); table->setCellWidget(currentRow,1,(++wid)); Please i need help seriously. for(int i=0; i<currentSem->courses->count(); i++) { QVBoxLayout *vlayer = …

Member Avatar for capton
0
210
Member Avatar for firdousahmad
Member Avatar for lewashby
0
169
Member Avatar for pinkygirl

Hi, I want to know how kernal communicates with the Linux operating system in terms of it's roles such as Interrupt Handler, Scheduler, Manager and Supervisor. Kindly assist. Thanks.

Member Avatar for capton
0
306
Member Avatar for capton

Please i need help with this piece of Qt code. It gives a compiled error "**empList' was not declared in this scope**" in the getValue() function. This has got me stucked for a couple of weeks now retarding the pace i'm learning the language. I would gladly appreciate any assistance. …

Member Avatar for rubberman
0
226
Member Avatar for capton

Hi everyone, i would warmly appreciate any help from this forum as it has really thought me a lot. I've set ubuntu as the default OS in a dual boot using easyBCD with time set to 0sec. however i can no longer boot into windows since it's bootloader is configured …

Member Avatar for capton
0
243
Member Avatar for capton

Please how do i really hide the system reserved partition in windows 7 without any harm to my system. And i want to know what hiding a Drive's letter imply. Please!

Member Avatar for caperjack
0
161
Member Avatar for capton

I have Ubuntu 11.10 installed but recently i can't paste ANYTHING outside my root folder being it on an external drive or a different partition. The 'paste' option actually becomes greyed out. I warmly appreciate any help please.

Member Avatar for zeroliken
0
296
Member Avatar for capton

Please i want to know if in a dual-boot system, having installed grub and MBR on different partitions,I would have the chance to select which bootloader should be the default at any point in time. In other words,can i set grub to have a higher priority than MBR in such …

Member Avatar for mike_2000_17
1
345
Member Avatar for capton

Hello 'am working in qt creator but have problem running my code. It compiles alright but never executes. And also gives the following message at the output pane 'exited at code -1073741819' Please help me out

Member Avatar for capton
0
129
Member Avatar for capton

Please there's been a problem with my windows 7. Anytime i insert a USB device it becomes write protected but on other computers it just works normal

Member Avatar for caperjack
0
57
Member Avatar for capton

Please how do i write comments in a .qrc file in qt c++. I found out the normal c++ comment styles doesn't work. Please i need help.

Member Avatar for sepp2k
0
64
Member Avatar for capton

Please i'm having problems sorting nodes in a linked list but i can sort the data members and i want to know if sorting the nodes themselves in the list is necessary at all. In other words are there instances where nodes are specifically needed to be sorted. Also, why …

Member Avatar for deceptikon
0
85
Member Avatar for capton
Member Avatar for capton
0
2K
Member Avatar for capton

Please i'm working on a linked list and want to overload the ++ operator in order to use a dummy pointer to loop/traverse through the list. But its gives me a compiled-time error. Here is the actual code: class Node { private: string value; Node* next; public: ~Node(){del ete this;}; …

Member Avatar for capton
0
187
Member Avatar for revenge2

hello there. i've installed mingw compiler and im wondering how i would go about setting up notepad++ to compile my c/c++ code?. How do i do this? -regards.

Member Avatar for jussij
1
825
Member Avatar for capton
Member Avatar for DeanMSands3
0
402
Member Avatar for capton

Please i want to set sessions in my php file which includes a form but the session doesn't work.This is my code sample. I need help please! [CODE=php] <?php $conn=mysql_connect("localhost","root",""); mysql_select_db("my_db"); session_start(); if(isset($_SESSION['count'])) $_SESSION['count']=$_SESSION['count']+1; else $_SESSION['count']=1; if(!($_SESSION['count']=$_POST['reg'])) die("SESSION NOT SET SUCCESSFULLY!"); else echo "SESSION SUCCESSFUL!"; ?> <html><head></head><body> <form method="POST" action="<?php …

Member Avatar for capton
0
158
Member Avatar for capton

Please i want to end a program in a function outside function main. also want to end executing a function of type void without allowing it to end but don't know how. please help me out.

Member Avatar for AceStryker
0
2K
Member Avatar for capton

I knew radio buttons allow for a single selection, but mine allows multiple button selection. please i need a solution. thanks.

Member Avatar for capton
0
1K