Connect with 1,267,673 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.

Member Avatar for samaru Databases
samaru

I just read about this. New free enterprise db server that has many features that other free dbs don't offer. It's compatible with a lot of OS's. Definitely something to …

Microsoft Windows
dvr

I found this file running on my pc imWl2X.exe I have no idea what it does.
I also have a trojan dropper.lnor.s I can't get rid of. I ran …

Member Avatar for Dani Web Development
Dani

This is something I picked up somewhere ...

Microsoft .NET FAQ

When Microsoft formally introduced its .NET strategy in mid-2000, analysts were confused about how the company would …

Member Avatar for Dani Digital Marketing
Dani

Just like most forums, we have a Moderator Forum meant for discussing behind-the-scenes issues. No members ever can see or have access to this forum. My question is whether it …

Information Security
vchopra

Dear friends,

I am getting this message after login:

"Error loading D:/windows/sdkgh32.dll
The specified module could not be found"

My Windows XP is located in D …

Microsoft Windows
CDiva88

While running AOL, if I click on a link, every running program stops responding and my whole computer freezes up and I have to manually hold down the power button …

Member Avatar for mortgage-pro-se Digital Marketing
mortgage-pro-se

Anyone every use this application?

Is there anything which needs to be done to boards to make them editable for the googlebot?

Member Avatar for caperjack Microsoft Windows
caperjack

Memory Loss? Not always a problem

Have you ever wondered why after spending some time working on your computer, that the more programs you open and close, the less …

Member Avatar for TallCool1 Linux and Unix
TallCool1

Knoppix is such a useful disc in and of itself; backup/restore tool (for Linux and Windows), Linux introduction and learning tool, Debian installer, and more--and free. It's the installer aspect …

Member Avatar for drummerboy Linux and Unix
drummerboy

im seriously thinking about installing knoppix to my hdd i was gonna partition my C: drive. But im gonna purchase a new hdd in the near future and install linux …

Web Development
TheComputerGeek

Intro

PHP-Nuke comes preloaded with a lot of metatag information, however the keywords pre-installed are not likely to be very useful for your site. The keywords are keywords that are …

php
Linux and Unix
stackOverflow

Hi,

I have a knoppix live CD for linux. Everytime I run it.. the previously saved files are gone. I mean.. the programs i do on CD are not …

Member Avatar for Narue UI / UX Design
Narue

Since Dani refuses to post, and you people should care enough about the community to follow the log closely, I attached it. ;)

Databases
andrewgowland

Hi everyone, im really stuck! I need to create a front end web site with a back end access database for my module at university. i have no idea how …

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 …

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

c
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;

c++
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 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++
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 …

c++
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
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 …