132,726 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for preston_naidoo

Hi, i have got this assignment to to which is due in like 3 days, m in high school so n0t so clued up. My asssignment is to create a database with MS Access, n to create a jdbc-odbc link so that the user can extract the data from the …

Software Development gui java
Member Avatar for jwenting
0
125
Member Avatar for AnthIste

hey there. my problem is pretty simple (i think). I dont know how to point at a multi dimensional array.how i understand normal array pointers is: [code=C++] int numbers[5]; int *p = numbers; //so now *p points to numbers[0] //so if you say: *p = 10; //is the same as …

Software Development c++
Member Avatar for AnthIste
0
117
Member Avatar for CornPoper

like the title says, how do I play sounds?

Software Development c
Member Avatar for Ancient Dragon
0
84
Member Avatar for Terry Robinson

I've used Delphi for the past 12 years, but now I need to get up to speed in C#. Since both systems were designed by the same person, there are lots of similarities. However, C# seems to have a big gap when it comes to centralized data access. All of …

Software Development asp.net delphi
Member Avatar for JerryShaw
0
399
Member Avatar for aximenes

Conjunto is classtype that implements an array of pointers to some other class objects, i'm trying to overload the % operator so that the result is the join of both arrays into one. eg. array1%array2 = array1 + array2 im' trying to use methods of the class Conjunto such as …

Software Development c++
Member Avatar for aximenes
0
201
Member Avatar for sanelisiwe

hello everyone,i'm new to classes but i have adapted well with it. i've been given this task and i'm left with three days to submit.i tried it myself but i just can't get it please help. this is the problem below. proram 2 MULTICHOICE VIDEO RENTAL SHOP needs an Object …

Software Development c++ video
Member Avatar for Ancient Dragon
0
2K
Member Avatar for munyu

Hello guys help me with a code that hides a document say for example in my documents you can email at <snipped> if you get the code or anything about c++

Software Development c c# c++
Member Avatar for Ancient Dragon
0
97
Member Avatar for Sofo

I have written a small application that sends an Email. I would like it to terminate itself without any user action. I end the OnCreate procedure with Self.Close, but the application keeps running. What am i missing?

Software Development pascal
Member Avatar for Duoas
0
166
Member Avatar for jigart4586

hi, i a m jigar thakkar please help me. int a=1; printf("%d%d%d",a++,a++,a++); output : 3,2,1 how work this in c? please explain in detail? Thanx in advance.

Software Development c
Member Avatar for Ancient Dragon
0
110
Member Avatar for Murkhunter

hELLO i have a small question.im new to the key logger world.I have no idea on how to use one but would like if some one could explain how to put a keystroke logger program on a file share site.I had a keylogger on my pc before...not the best thing …

Software Development gaming
Member Avatar for Ancient Dragon
0
106
Member Avatar for dave_nithis

Hi all, a=2007-05-10 b=2007-06-10 These are the two given dates and I need to compare. The script should first compare years.If both are same or if a is lesser than b,it should print correct.If a is greater than b,then it should print error.Similarly for the dates(05 and 06). No need …

Software Development shell-scripting
Member Avatar for ghostdog74
0
1K
Member Avatar for tracethepath

hello everybody... i am trying to make a project on binary files and that needs a function to modify data in a binary file. I have made the following class. [code] class example { public: char name[10], number[5]; void getdetails(); void showdetails(); example() { name[0]='\0', number[0]='\0'; } char* getname() { …

Software Development c++ ios
Member Avatar for WaltP
0
2K
Member Avatar for tom1989

How do i terminate a loop. i have written for(int i = 0; students; i++) but it keeps on going forever and will not stop.

Software Development c++
Member Avatar for WaltP
0
115
Member Avatar for dabu

Can else have more than one statement? [code] if (control) <statement> else if (control) <statement> else { <statement> <statement> } [/code]

Software Development c++
Member Avatar for vmanes
0
82
Member Avatar for people123

Hi, I am new to C++ and I joined this forum with hopes of learning as much as i possibly can about the language. This seems like a nice place with a mature community. I bought a C++ book and I'm just now learning the basics such as goto, for, …

Software Development c++
Member Avatar for tracethepath
0
118
Member Avatar for mypopope

hi! smart people. It is my 11 days of reading and studying this book turbo c/c++, and I'm almost in the last part of the book. It is fun learning computer programming using c++. I'm having problem on how to apply the principles, that i've learned,so I need an example. …

Software Development c++
Member Avatar for WaltP
0
241
Member Avatar for still_learning

I am looking to make a small program for a friend who likes to play roulette. I am looking to make a program that reads from a file which contains numbers (the numbers that come out in roulette) and then counts the amount of numbers that fall in certain groups. …

Software Development c++
Member Avatar for tracethepath
0
109
Member Avatar for Badong Ang Lim

Hello I'm new here, I try this site when I found the url in the web when I am trying to solve my problem. And I became interested and join. Hope you can help me with this one: I have this program: #include <stdio.h> main() { char input; int base,a,b,c,d,e; …

Software Development c
Member Avatar for Badong Ang Lim
0
442
Member Avatar for tom1989

Hi, i am having some trouble trying to finish my program! So far i have been able to load the data from a file into an array! Although now, what i cannot do is use this data. I cannot figure out how to use this data later in the program! …

Software Development c++
Member Avatar for vmanes
0
92
Member Avatar for barbie 2

hi i am writing a program that counts words containing at least 3 different vowels using functions and also input files.i am confused here and don't know what to do.in this program i am to write another function that will output either 1 or 0 when a character is a …

Software Development c++ ios
Member Avatar for tostrinj
0
155
Member Avatar for Pim

Well I'm quite a noob programmer, but I wonder if Microsoft Visual Basic 2005 Express edition programs in .NET or in VB 6 (This might be a really silly question) Thank You.

Software Development asp.net vb.net visual-basic
Member Avatar for tostrinj
0
150
Member Avatar for Justmehere

I'm using Borland Command Line Compiler and want to use the regexp.h implementation of this header file. Where can I find all available functions and their definitions and maybe samples or examples of how they are used ? Thanks.

Software Development c++ regex
Member Avatar for Justmehere
0
129
Member Avatar for dabu

Hello. I wrote a program which works fine, all i need is to add one more thing. When I ask the user to input an answer (withdraw, balance...) I don't know how to prompt them if they enter something else, such as "golfball" and loop them back to entering the …

Software Development c++
Member Avatar for Lerner
0
155
Member Avatar for blindkilla

Ok i have a file of names that looks like this: [code] john mary joe matthew [/code] im trying to use a for loop to store each name in a variable or string so i can use a for loop again later to output each name im pretty new to …

Software Development c++
Member Avatar for WaltP
0
118
Member Avatar for arkane

Hello to the forum, perhaps someone can help me. I am trying to read a file that has the following format: 128 byte header float data When reading the header, I need to extract the following from the header: bytes0-6= short unsigned int big endian byte7 = int bytes8-23= float …

Software Development c
Member Avatar for arkane
0
149
Member Avatar for dddave999

I would ultimately like to write my own OMR (Optical Mark Recognition) program. What language would you recommend is best to carry out this task.

Software Development c++
Member Avatar for dddave999
0
335
Member Avatar for mister-fett

I decided to revive my (many months) inactive site today using things I've learned about C++ CGI and the Document Object Model along with CSS. The site is still down, but I'm trying to get back into CGI after leaving it alone for a while (also months). I've spent the …

Software Development apache c++ html-css windows-server
Member Avatar for WaltP
0
435
Member Avatar for MedianHansen

Lately i've been having some problems, importing an SDL library, into my compiler, and as a result of that i have chosen to change to a new compiler. I have followed 3 differend online tutorials, re-installed the compiler three times, and done it with three different downloads of the SDL …

Software Development c c# c++
Member Avatar for people123
0
325
Member Avatar for weasel7711

I am working on a project to demonstrate the use of strings without using "strings" in the formal definition, as in using pointers to arrays of characters. The program is supposed to pick a string from an array of pointers to chars, but allow the program to include more words …

Software Development algorithm c++
Member Avatar for weasel7711
0
2K
Member Avatar for jonwildman

Visual Basic coding for excel database - am tearing my hair out! I am trying to build a database in Excel 2002 / Windows XP. I have 5 columns starting from row B they are as follows.. TITLE/ PUBLISHER / YEAR OF PUBLICATION /DATA TYPE /ELECTRONIC /HARDCOPY /DESCRIPTION /WEB LOCATION/NETWORK …

Software Development visual-basic
Member Avatar for hopalongcassidy
0
165
Member Avatar for cl3m0ns

I have a program that takes two separate arrays one of all the peoples names and the other of their test scores. I am not sure how to display the scores in a table view. here is my code so far [code=cplusplus] #include <iostream> #include <string> #include <math.h> using namespace …

Software Development c++
Member Avatar for tracethepath
0
86
Member Avatar for Attila.Both

Hello all! I am trying to run my SOAP-XML application, but I am constatnly receiving the folowing exception. Can someone expalin me what do I do wrong? Any suggestions or ideas about the solution? Exception: The value of the 'http://www.w3.org/2001/XMLSchema-instance:type' attribute must be namespace-qualified.[COLOR="Red"][/COLOR] You may also write to me …

Software Development java xml
Member Avatar for Ezzaral
0
67
Member Avatar for zandiago

Good day. How do i convert the following code to C++? [code=java] // Lets import our file functions. import java.io.*; public class Grades { // Setup an array of test students private static Grades.test student[] = new Grades.test[50]; // Just for spunk we will create an inner class to keep …

Software Development c++ java
Member Avatar for Ezzaral
0
180
Member Avatar for WVTraveler1

Hello, I would like some help with ending a program. I am working on some homework for writing code and everything I try will not allow me to end the program. I keep getting a syntax error "`expected "}"`" and I can not figure it out. I have checked for …

Software Development java
Member Avatar for Ezzaral
0
143
Member Avatar for warpstar

First of all I would like to say that I am a super newb at C, and would appreciate any help possible. I have to read a text file of words and sort them in lexicographical order (alpha order), I tried using the bubble sort and got this error on …

Software Development c
Member Avatar for Salem
0
486
Member Avatar for jagpreet

can anyone provide me with the script for extracting columns from a text file. the script needs to be in visual basic

Software Development visual-basic
Member Avatar for Diguelo
0
238
Member Avatar for sohanonline

hello..... i just had a problem with file management in c programming.my friend gave problem but i dont know how to see the output.is there any file which i have to create first and see the answer?please help me.thanks.:)

Software Development c file-system
Member Avatar for iamthwee
0
114
Member Avatar for warpstar

Whats the difference between: pp = malloc(m*sizeof(int)) <--- I understand this and pp = **int malloc (m*sizeof(int)) <--- but not this ?

Software Development c++
Member Avatar for Salem
0
159
Member Avatar for cat8882

Okay so I'm supposed to be doing an program where the user types in the circles points and the center of the circle...then make a new method for each of the things calculated like distance and area and radius...how do I bring what I did for a method back to …

Software Development java
Member Avatar for uonsin
0
91
Member Avatar for tommyny04

Pretty new to assembly language and I need help with this problem. I'm trying to traverse through a string and see if each character is either a number or a operand (+, -, *, /). Everytime I run the program, it doesn't work properly. I'm pretty sure the error is …

Software Development assembly
Member Avatar for tommyny04
0
103
Member Avatar for warpstar

The Function double *solve( double a[ ][N], double b[ ]) what does the pointer notation * represent in front of solve?

Software Development c++
Member Avatar for Duoas
0
99
Member Avatar for blazted

I have a Form that has 3 radio buttons grouped together. I have a default combobox selected on the form. When a user selects a item from the combo box a new combo box appears that is populated from the data in a access DB. Problem is that right now …

Software Development
Member Avatar for blazted
0
125
Member Avatar for SHWOO

I am trying to animate a bitmap in a window. I am able to load the bitmap in random locations multiple times, but I would like to have the previous instance of the bitmap erased each redraw, as I would like it to be a smoother animation instead of thousands …

Software Development c++
Member Avatar for Duoas
0
240
Member Avatar for ranadheer

hi all i am a java devoloper need to understand a perl scrip based on a project requirement. as i dont know any thing about the Perl i am posting my script here. some body please look in to it and help me out explaing what the script does the …

Software Development perl
Member Avatar for KevinADC
0
137
Member Avatar for rugae

One function is pass by pointer which stores the reference, the other is just pass by a reference... are theses methods equvilent or does one method require more memory than the other? [code=c++]#include <iostream> using namespace std; void cubeByRef(int *num); void cubeByRef2(int &num); int main(){ int a = 2; cubeByRef(&a); …

Software Development c++
Member Avatar for Ancient Dragon
0
125
Member Avatar for Ravenous Wolf

Hi. I need some help with arraylists. i can do a basic arraylist which uses integers and strings and so on. but what i need is an arraylist composed of something else. best would be an arraylist composed of arraylists. like a multi dimensional array. is it possible to create …

Software Development
Member Avatar for tostrinj
0
149
Member Avatar for anga08628

Define a structure called Class with the following data: title (class title), units (number of units) and grade (letter grade received for the class). Define a structure called Student with the following data: name (for student name - can include spaces), gpa, and classes which is an array of Class …

Software Development c++ data-structure
Member Avatar for prushik
0
115
Member Avatar for MSC

Hello, I'm rather new to C# though I have extensive experience with C++. I need help displaying a couple XML documents that I've created on an ASP page. My intent is to display a table showing the contents of the XML document in table form initially. After that I want …

Software Development asp xml
Member Avatar for tostrinj
0
109
Member Avatar for prushik

So far i have gotten GetPixel() to do pretty much exactly what I want it to do inside of the client window. But, is there any way I can get the color of pixels outside the client window? Heres my current code: [CODE=C++] HDC hDC; PAINTSTRUCT ps; hDC = BeginPaint(hWnd, …

Software Development c++
Member Avatar for prushik
0
122
Member Avatar for GRaymer

I've been able to call a cmd process to run a batch file. It runs but I have no idea what it does bec' the window opens and closes too fast. I've used .WaitForExit(), but it doesn't help. I've been looking for more help and can find anything specific. I …

Software Development
Member Avatar for tostrinj
0
321

The End.