Connect with 1,267,811 developers, IT pros, digital marketers, and tech enthusiasts.

Be a part of our friendly, industry-focused community of professionals meeting, networking, learning, and sharing knowledge via articles, Q&As, discussion forums, and realtime chats.

Software Development
innocent_one

Hey..
Can anyone please help me?
I am trying to write a round robin scheduler and so i decided that if i got a fcfs scheduler, then all …

Software Development
rackus

Hi there,

I have got this problem which is rather puzzling, to me at least.

My team-mate and I each did our coding and they work as standalone. His part …

Hardware
Dj_Chow

Hey everyone....I was if you guys could compare the 2 notebook systems below. I know that one has more graphics power but the other has more cpu power, so as …

Software Development
trashed

hi everybody.
i am trying to develop a program that will be able to read and export informations (hw, sw, kernel, netstats..ecc) from a linux computer.
my idea …

Software Development
desertstorm

Hello:
I have a question regarding struct when making hash buckets eg.
typedef struct _hashNode
{
void *key;
void *value;
struct _hashNode *next;

Computer Science
faisyshah

please explain in detail how computer work.in term of computer processing cycle.for example when we start compuer how comper parts(ram,processor,hard disk,busses,etc )perform task or work.and how windows work. …

Member Avatar for samaru Networking
samaru

How do you select a web host? Do you just look at what they offer? Their price? Technical support? This web site contains several documents that will help you select …

Member Avatar for nanosani Microsoft Windows
nanosani

you can shut down your pc from dos prompt like this :
type .... shutdown -s ( it'll give you 30 secs to save your work and then it'll …

Member Avatar for Dani Digital Marketing
Dani

Do you think it's alright to have a zero tolerance policy when it comes to self-promotion, spam, or even the posting of any and all links - in a webmaster-oriented …

Software Development
Aldin

[qoute]
If you have a folder called Data in your C drive, in Data folder there are day_01.txt, day_02.txt ,……………………day_30.txt . you need to build a program that called …

c
Software Development
janito2008

I need help with a program for school. I have to write a program that asks for the number of days each employee is absent, the total number of days …

c++
Software Development
tyczj

i am totally stumped on what to do here. basically whats goin on is i have a 3D dynamic array and i need to have a cursor inside of it …

c++
Member Avatar for shaikh_mshariq Software Development
shaikh_mshariq

:confused:
Hello i am a newbie in programming in c++ and in linux. I hav knoppix in cdrom and i want to start programming in c++ with
the …

Software Development
jhdobbins

Alright... first off I hate fgets with a passion :)

Anyway, I am wanting to read a file into a 2 dimensional array and then randomly select one of …

c
Software Development
stallion88

The first three people to complete this program will be entered into the annual contest for Top Coder! The grand prize is the chance to become one of TopCoders independent …

Software Development
jack999

Write a C-Program that swaps the elements of 1-D array (10 elements) :
Example:
If the given array is:
5 8 9 2 3 1 11 17 …

c
Member Avatar for Asif_NSU Software Development
Asif_NSU

The following code finds the square root of a number, it runs fine unless you compile with MinGW gcc:

#include<stdio.h>
#include<stdlib.h>

int main(void)
{
	double x0,x1,a;
	int i;	
	x1 …
c++
Software Development
geez85

Hey, i just got alil problem. Im trying to create a 2d array with a size of [1000][1000]...

double variable[1000][1000] = { 0 };

its compiles fine but when …

c++
Software Development
Maroll

Hi there...im the new member here and the beginner in vb application im from Malaysia...can u all show me the format of the vb scripts or the one example of …

Software Development
server_crash

I have the following simple piece of code:

double new_amount;
     printf("Enter an amount: ");
     scanf ("%d", &new_amount);

For some reason, it always give me zero as the new_amount no …

c c# c++
Software Development
jdm102984

I'm new to VB...Really new. The main thing I am needing to accomplish is this program I am trying to make. It's just a counter. You click the button and …

Software Development
Shital Parab

How to swap two variables without using a third variable & pointer?

c
Member Avatar for budroedotcom Linux and Unix
budroedotcom

I've looked and looked. Changed hostname files, nodename, played with init.d/network, sys-unconfig etc...
I'm using Solaris 9 on an x86 laptop. Here it goes:
I had booted Knoppix …

Member Avatar for reRanger Software Development
reRanger

Hi:

I am beginning to develop a project (game) that will be using graphics: I am trying to implement a view that is an image onto where other images …

Member Avatar for stymiee Search Engine Strategies
stymiee

Chris Beasley just wrote an excellent blog post PageRank. There is a lot of misinformation and misunderstanding about it out there and I think this should help to clear it …

Software Development
darklynx489

Hi All!
I've already got the code to create a full Access database from code, but the problem I'm having is that I need the property AllowZeroFill to be …

Member Avatar for Dani Software Development
Dani

This is a program I wrote for my x86 assembly class which bounces an ASCII ball across the screen. It uses Irvine32.inc which came with the textbook.

Member Avatar for happygeek Software Development
happygeek

Tim Berners-Lee has a blog that is, more often than not, worth reading. Certainly that has been the case over the weekend as the inventor of the World …

Digital Marketing
HeldCaptive

I am doing a little research on which forums are usually used by the average Joe. :o

Community Center
reezin14

I was thinking about the subject of certification and was wondering if it is worth the time and effort and do employers really look at certification?

Member Avatar for Dani Search Engine Strategies
Dani

The number of pageviews to my site has been constant for quite some time. (Or rather, steadily increasing day by day). For some reason, the number of pageviews to my …

seo
Member Avatar for prasath Software Development
prasath

hi,

will someone point me the reasons why a call to malloc fails even if we have enough memory ?

c
Web Development
HemantK

Hi Everybody!

How to upload a image / pdf file in mysql table blob column with
ASP

pls help me

HemantK

Software Development
propricer

Is there a simple way to create multi-line tool/tip text boxes ... nothing special, no balloons or anything, just multiple lines ???

Software Development
Nosipho

Can someone please show me a code syntax on how to update an SQL database programmatically ( execute on click of button).

I want to get all records from …

Databases
M40

Hi.

I'd like to ask you another question. I read a lot of articles about the topic but I'm still not very sure how to deal with the following …

Software Development
john99

Hi everyone

I am relearning to use VB after taking classes almost 10 years ago. I am stumped on remebering how to open a file using a command button.

Member Avatar for Don Gino Linux and Unix
Don Gino

Hey

I was wondering if there was anyway, when installing software from the packet manager, how can I choose the installation path directory?

Thanks

Software Development
thirunavukaras

Hai...

How to Usercontrols with Shortcut Keys[F1,F2,F3,CTRL+O]...

I am creating one windows apllication..

the apllication contain many form..

in one form i am used one usercontrol(parent …

Software Development
anto_nee

hi to all

how to obtain the date and time of server from client by vb coding

anyone plz tell me

is it possible in vb

Information Security
jdf335

One of my friends sent me a message on msn messenger about pictures. Then he sent me a file called PictureAlbum2007.zip. After i downloaded it, I unzipped it and found …

Software Development
jhowell

hi to everyone,
Im creating an application which it can show all records of the two tables in single form. its like costumerTable and OrderList. how can i show …

Microsoft Windows
gardenlen

g'day new friends,

we have the following pop up warning window:

<Could not load File or Assembly 'MOM.Implementation, Version=2.0.2736.38608, Culture=neutral, PublicKeyToken=90ba0c70f846762e' or one of its Dependencies, The system …

Software Development
towhoe260

This is my assignment.
Write a program to convert between yards and meters. Your solution must utilize functions to perform the conversions. Your functions must meet these requirements:

Software Development
Oreynid

Hello all,

I've tried reading back threads and the various posted tutorials, etc that here and I've not stumbled upon the answer I'm looking for.

I am attempting …

c c# c++
Software Development
HB25

Hi
I am working on a payroll program which have 3 forms.
First form has three text box (First name, Surname, Total Hour) and one command button Calculate.

Linux and Unix
mattb0611

This week, developers for the Ubuntu operating system are meeting in Seville, Spain to begin work on a new version of the distribution, Mobile Ubuntu. Designed to work with Intel's …

Digital Marketing
Brian.oco

In the customer service game, perception is everything. It can spell the difference between a company recording its annual revenues in black ink or red.

I read a story …

Databases
newsguy

The new version of the GNU Affero General Public License has been published by the Free Software Foundation, based upon the existing GNU GPLv3 license but with one …

Web Development
vanbeekjan

Has anyone code for a registration procedure in ASP. I will registrate the users in my database before they can use the database facilities.

Users can ask services and …

asp