Posts
 
Reputation
Joined
Last Seen
Ranked #960
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
0 Endorsements
~8K People Reached
About Me

Head poobah

Interests
Writing instructions for the machine.
PC Specs
Dual CPU Xeon 3.4Mhz 10K RPM Western Digital HDDual 24" LCD
Favorite Tags
Member Avatar for Agni

Hi, i have seen a lot of ppl say things like, 'this piece of code is more efficient than the other', 'this gives better performance' or 'more efficient memory wise' etc.. but i fail to understand that how in a normal coding scenario can i find out the efficiency of …

Member Avatar for Magee_1
0
3K
Member Avatar for jesseb07

hey, I've been thinking of building a new computer for myself for a while and I figure I might as well get started on researching what's new. I've been looking around the web and any site I find that compares amd vs intel is always (understandably) just testing their new …

Member Avatar for Ezzaral
0
306
Member Avatar for dilbert_here00

Hi, I am learning python CGI programming but got stuck with some issues. I would really appreciate if you could help me out. Problem: I have made a web page using Python CGI scripts; from one of the menu items on the web page, I am trying to call another …

Member Avatar for anurag_bagaria
0
425
Member Avatar for binoj_daniel

Hi, Iam want to promote another domain for my existing site. Can I put a new design of my existing website on this new domain and share the same database? Will it effect my SEM? If yes what is the alternate? Please guide.

Member Avatar for gdi
0
126
Member Avatar for Elchanan

Hi everyone, I began reading about the various options in Fantastico for bloggers (b2evolution, Nucleus, WordPress) and I noticed that out in the world, these are sometimes referenced as CMS tools. Previously, my conception of CMS has included Joomla!, Mambo, and the like, but not these. Would someone be willing …

Member Avatar for Shackbase
0
93
Member Avatar for thodragon

Hi to everyone. It's my first post here and I'd like to get some help. A friend of mine has 2 (simple for you) problems to solve and she doesn't have a clue (and nether do I). Prob 1.) Write a code in C++ (visual) that reads from the keyboard …

Member Avatar for thodragon
0
127
Member Avatar for JoseAmayo

Is there a way to implement a site search for secured pages? I am planning on changing the site search on an existing company page. We currently use Atomz and I am considering changing to Google Search Business Edition. My boss wants to keep the secured pages hidden from a …

Member Avatar for JoseAmayo
0
116
Member Avatar for number87

im trying to create a 2D array using a random generator but the compiler keeps giving me compiling error no matter how i modify the calling function [CODE]#include <iostream> #include <ctime> using namespace std; const int MAX = 4; void constructArray (int a [][MAX], int); int main() { int a …

Member Avatar for Nick Evan
0
131
Member Avatar for rundie

Bloggers somewhat have the advantage of an RSS feed, which makes indexing a lot easier, and they can also sign up for those auto-PING sites. Forums, though, are a lot tougher to get indexed in my experience, although perhaps I just haven't used the right tools? I know that google …

Member Avatar for Dani
0
120
Member Avatar for bkelly

I have just moved into a new postion where I need to work with USB hubs. We have a portable device (I.e battery, limited power) with USB On The Go and need to drive a USB thumb drive. The thumb drive takes more current than we have but a powered …

Member Avatar for The VoLcOm
0
119
Member Avatar for kingkee101

gday.i have an asus an8 (gto i thinks) MB, it has 4 slots for ram and can run dual channel. dual channel activates in slots 1/2 and 3/4.i have 4 x 512mb matched ram in atm. i have a spare 1GB stick, so would there be any advantage by replacing …

Member Avatar for kingkee101
0
118
Member Avatar for kux

As i knew the <stdarg.h> header should have the following function int vfscanf(FILE *stream, const char *format, va_list ap); but under Visual Studio 2005, after including the header and calling the function i get 'vfscanf': identifier not found if the function is not declared, can u tell me some simmilar …

Member Avatar for WaltP
0
155
Member Avatar for mayank24
Member Avatar for DangerDev
0
119
Member Avatar for jermaghs07

i'm tired of everyone asking should they go to quad core. Here is my answer NO! Quad core is a waist of money right now, we don't have any need for it. quad core was developed for server use. it was designed to be able to run a massive ammount …

Member Avatar for DimaYasny
0
187
Member Avatar for ninaijanai

so here's the code. [CODE]#include<stdio.h> #include<conio.h> void main() {struct { char seat; }a[19]; int x,z; char y; a[0].seat='A'; a[1].seat='B'; a[2].seat='C'; a[3].seat='D'; a[4].seat='A'; a[5].seat='B'; a[6].seat='C'; a[7].seat='D'; a[8].seat='A'; a[9].seat='B'; a[10].seat='C'; a[11].seat='D'; a[12].seat='A'; a[13].seat='B'; a[14].seat='C'; a[15].seat='D'; a[16].seat='A'; a[17].seat='B'; a[18].seat='C'; a[19].seat='D'; clrscr(); printf("Flight Seat Reservation:"); printf("\n\n\n\t1\t%c\t%c\t%c\t%c", a[0].seat, a[1].seat, a[2].seat, a[3].seat); printf("\n\t2\t%c\t%c\t%c\t%c", a[4].seat, a[5].seat, a[6].seat, …

Member Avatar for Passmark
0
230
Member Avatar for johnnys

hi, after this semester in university, I will have enough to minor in compsci. I heard someone at my school saying if I minor in business along with compsci major, its a good money. so I was wondering: Should I take a) compsci minor/business major b) compsci major/business minor c) …

Member Avatar for smithhayward
0
140
Member Avatar for number87

im trying to make a counter to count the number of odd numbers in an integer entered by a user but somehow my loop doesnt seem to go on as i hoped it would...im trying practise using the while loop that some of u guys demonstrated on my other thread... …

Member Avatar for jonesc5
0
157
Member Avatar for Villanmac

Hi wait (unsigned int delay) wait (unsinged long delay) Whats the difference between the two, i forgot to test this out, basically its part of a delay for seven segemtn display which just cycles through numbers, what would be the difference between the two? thanks for nay help

Member Avatar for vmanes
0
207
Member Avatar for missileh

If i have 4 contiguos bytes (Example: 78h, F2h, 43h, A0h) in memory that refer to a 32-bit physical address. Then how can i form a 32-bit physical address out of these? After forming the physical address how can i read contiguous data (1byte at a time) from that address …

Member Avatar for Ancient Dragon
0
118
Member Avatar for PhantomSaya

Hi I am PhantomSaya and I want to make a game..I will be co-manager or whatever if some programmers can please help me, Can you help me make a game a 3-d online chat community i will come up with the ideas i have and please i need a team …

Member Avatar for DangerDev
0
147
Member Avatar for kc8pdr

My web hosting company gives me chilisoft asp I need to what chilisoft asp supports ? Dose is support any of 1.1 2.0 3.0 or 3.5.net ?

Member Avatar for Passmark
0
56
Member Avatar for BlackPelican

I am taking a C++ course, though I am far behind due to my inability to grasp the material. and i must complete 3 projects by Jan. 29. I am having ALOT of trouble implementing the switch statement, and I don't know how to make it loop back the user …

Member Avatar for Salem
0
981
Member Avatar for rash89

hi guyz.i've been working for this assignment in linked list for almost a week now..im complete making the program but i still have problem in deleting elements..in my program when i enter 1,2,3,4 and i want to delete 2..it deletes the 4 not the 2:?: ..how will i solve this?..pls …

Member Avatar for Passmark
0
92
Member Avatar for someguy88

Hello I apologise if im posting in the wrong place at all im fairly new to your forums and i was wondering if someone could help me with this bit of code im writing. Its supposed to roll 4 random d6 dice and then minus the smallest roll and print …

Member Avatar for Passmark
0
75
Member Avatar for nivea_jmd

hi i wanted to know how to read the status of RTS/CTS line using ioctl calls....i am programming using c/c++ and linux if someone can post a code snippet or suggest a book for the same...it will be very helpful.... 2. also i will like to know can a windows …

Member Avatar for Passmark
0
148
Member Avatar for jarhead741

i'm trying to write a quicksort but my partition is not working properly can some help me please [code=c++] void parttition(int myArray[],int first, int last); void quicksort(int myArray[],int first, int last); void quick( int size) { int myArray[10]; int x; srand((unsigned)time(0)); for (x=0;x<size;x++) { int random_integer = rand()/25; myArray[x]=random_integer; printf("%d\n",myArray[x]); …

Member Avatar for Passmark
0
92