132,726 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for mauro21pl

Hi Could anybody fill the table for me. thanks Declarations and initializations int i=3,j=5,*p=&i,*q=&j,*r; double x; [code] value Equivalent expression value p==&i; **&p r=&x 7**p/*q+7 3**q-*p [/code]What excutly means: **&p and *&p Ihave seen them somewhere, but I don't know what it means thanks

Software Development c++
Member Avatar for Bench
0
108
Member Avatar for someb0dy

Hello guys ! I've just started to learn Assembler and I needed an assembler. My choice was nasm, because of the same syntax as masm and tasm (at least that's what i heard ^^) I used apt-get to install nasm, everything ok until here. I wrote my first script (copied …

Software Development assembly debian ubuntu
Member Avatar for someb0dy
0
352
Member Avatar for ivatanako

[B]I have been having problems on how can I revise or if someone could me a code on emu8086 on how to convert uppercase string into lowercase[/B]..the code below converts lowercase into uppercase..how can i revise it? Thanks in advance org 100h .model small .stack 200 .data msg db 'enter …

Software Development assembly
Member Avatar for Ancient Dragon
0
4K
Member Avatar for suneel kar

i am new to visual basics.plz tell me how to read data from databasr and write to text file recordwise .if any book which will gide me though this . thanx reply soon suneel

Software Development visual-basic
Member Avatar for suneel kar
0
116
Member Avatar for Stefano Mtangoo

Hi! I'm Newbie in programming and I'm interested in VB and VC++.My problem is that I don't know completely how to program VB or VC++ Dll so that i will NOT repeat procedures in each exe i write. Is there anybody to guide me to write simple example? With regards, …

Software Development c++
Member Avatar for Ancient Dragon
0
103
Member Avatar for komathana

I am writing a DICOM viewer program, now my program displays three info abt DICOM..i want to make my program to display other informations like patient name and slice thickness..understanding dicom is really hard..if one any working with DICOM plz help me. This program dont have errors..but i need some …

Software Development c
Member Avatar for Ancient Dragon
0
145
Member Avatar for guru511

hi, can u plz tell me how to slpit a string using a delimeter... exp: my string is like guru\text now i want it to be splitted into guru text any 1 plz tell me...

Software Development visual-basic
Member Avatar for QVeen72
0
152
Member Avatar for ShawnCplus

I'm having a slight problem. This particular function is crashing caused by the Loadfile ifstream being opened. [code=c++] void LoadChar(Entity players[], char saveNum) { string filename, saves; saves = saveNum; filename = "save/Save" + saves + ".sav"; char *file; file = const_cast<char*>(filename.c_str()); ifstream Loadfile(file, ios::in); //this little diddy right here …

Software Development c++ ios
Member Avatar for ShawnCplus
0
1K
Member Avatar for coco86

something is not right with these code the [COLOR="red"]Is True Then , pls help me to correct it.... [/COLOR] If isEmpty(Mfgno) Is True Then lbl1.Caption = "Error" Else lbl1.Caption = "NoError" End If Debug.Print (Mfgno)

Software Development visual-basic
Member Avatar for coco86
0
88
Member Avatar for eyedea2011

I'm a student that needs extra emergency help please!! Please help my assignment is already late. I'm trying to get these 2 codes to work but i can't. I have no more ideas, can someone please please help me. I'm using Microsoft Visual C++ to for my codes. Here they …

Software Development c c# c++
Member Avatar for Salem
0
254
Member Avatar for chihwei

Need some help , i don't know where went wrong Thank you "Reversing the elements of an array involves swapping the corresponding elements of the array: the first with the last, the second with the next to the last, and so on, all the way to the middle of the …

Software Development java
Member Avatar for chihwei
0
267
Member Avatar for xfrostedkissx

Can someone please help me make my could into 2-3 multiple java files? I really don't know how to break it up and I am afraid if I do, I'll mess it up and have to start all over again. So if any could please help me it would be …

Software Development apple home-theater java video
Member Avatar for jwenting
0
187
Member Avatar for coco86

Please help me!!! i've done somecode but it doesnt seems to match... error Out of stack space.. Public Function isEmpty() Dim MyVar As String, MyCheck As String MyCheck = isEmpty(MyVar) ' Returns True. MyVar = Null ' Assign Null. MyCheck = isEmpty(MyVar) ' Returns False. MyVar = Empty ' Assign …

Software Development visual-basic
0
74
Member Avatar for mauro21pl

Hi I try to compile that program to see the results but I encountered a problem. The error that is guven by my comiler is : K undeclared (first use this function) e undeclared n undeclared and so on how my I make it compile thanks [code=C++]#include <iostream> int main() …

Software Development c++
Member Avatar for Ancient Dragon
0
102
Member Avatar for missfidz

i'm a student and not very good in java programming language. my lecturer had asked me to develop a simple messenger that have basic features like chat, transfer file, add friend and so on.. anyone here can help me and give me the coding or explain to me how to …

Software Development java
Member Avatar for Phaelax
0
100
Member Avatar for rainbow78

it suppose to take the user input(a number) and put that item into your item into the inventory(1. hat, puts hat into the inventory). After that I need a loop that will keep adding items into the inventory intill it reaches the max and allow the user to discard one/replace. …

Software Development c++
Member Avatar for rainbow78
0
309
Member Avatar for shouvik.d

As we all know we don't have Hashes in STL can anybody please suggest an analogous way of emulating it. Or also has any library added it as a standard component? Please do let me know

Software Development c++
Member Avatar for Rashakil Fol
0
153
Member Avatar for *~ Salam ~*

[COLOR="Red"]- Creat a Daubly Linked List with 9 node with the following values: 3 ; 2 ; 1 ; 4 ; 6 ; 7 ; 2 ; 8 ; 3; - print the Daubly Linked List: - Creat a function number " Special Delete" that searches for a value in …

Software Development c++ linked-list
Member Avatar for WolfPack
0
103
Member Avatar for lasherz2

Hi, i got a datagrid that has its gets records from a table in the db.Its workin perfectly well but i want to have a textbox to search and display the records in the datagrid.I guess the change event will come in handy.I really dont know how to go about …

Software Development visual-basic
Member Avatar for tscpb
0
153
Member Avatar for teklu

Hi I want to draw a stroke line starting from point (x1,y1)to another point (x2,y2) If any help .

Software Development java
Member Avatar for teklu
0
108
Member Avatar for quintoncoert

i hope that this does not sound like a silly question but can someone please tell me why we return an integer from the main method in c++? if program execution starts and ends in main then what is the point? main calls other mothods and receive return types so …

Software Development c++
Member Avatar for Salem
0
619
Member Avatar for Mr.UNOwen

So I'm creating a game that I want to be able to add more characters in without recompiling the whole thing. Is there a way java automatically detects classes or is there a way I can access a class at runtime by a string so that I can just read …

Software Development java
Member Avatar for thekashyap
0
86
Member Avatar for RohitSahni

Hi All, [code] In file included from ../../incl/_Components/DbRes.h:7, from DbRes.cc:1: ../../incl/_Components/IniReader.h:79:8: warning: extra tokens at end of #endif directive /sbcimp/run/pd/gcc/3.4.2-32bit/lib/gcc/sparc-sun-solaris2.8/3.4.2/crt1.o(.text+0x5c): In function `.nope': : undefined reference to `main' /var/tmp//ccA4edOw.o(.text+0x84c): In function `DbRes::Lock::Lock(String const&, String const&)': /home//Developer/__local_unix/_/lib/_Components/DbRes.cc:65: undefined reference to `String::String(char const*)' /var/tmp//ccA4edOw.o(.text+0x8c4):/home//Developer/__local_unix/_/lib/_Components/DbRes.cc:65: undefined reference to `String::~String()' /var/tmp//ccA4edOw.o(.text+0x8e4):/home//Developer/__local_unix/_/lib/_Components/DbRes.cc:65: undefined reference to …

Software Development c++
Member Avatar for thekashyap
0
116
Member Avatar for jaasaria

this is my first letter here in daniweb.plsss help... actually Im only a beginner in VB. i would like to make a form that can browse picture and text file that will be display in my form... I have a sample here but there are so many error. pleaseee kindly …

Software Development visual-basic
0
124
Member Avatar for ganurobotto

plz help me to solve those errors.. # include<iostream> using std::cout; using std::cerr; using std::endl; Class DcmFileFormat int main() { DcmFileFormat fileformat; OFCondition status = fileformat.loadFile("C:\Documents and Settings\ganeshk\デスクトップ\subj006reg000.dcm\GE2EQ2FB.DCM"); if (status.good()) { OFString patientsName; if (fileformat.getDataset()->findAndGetOFString(DCM_PatientsName, patientsName).good()) { cout << "Patient's Name: " << patientsName << endl; } else cerr << …

Software Development c++ storage
Member Avatar for Salem
0
115
Member Avatar for manusp

Hi need help and explanation to fix the following error in my java program. I can not get the program to show a gui pop-up window. I have to turn this end by 12midnight EST. Just looked at this code, when you see that dos window and no GUI it …

Software Development gui java java-swing
Member Avatar for masijade
0
144
Member Avatar for Ved_TheOne

Hi everyone, I have just started to learn java, nd started to work on some nice little programs but was trying to develop a output similar to this following 1 121 1331 14641 but couldnt make it.... instead i ended up to give this folloiwng output 1 12 123 1234 …

Software Development java
Member Avatar for masijade
0
128
Member Avatar for jbennet

Okay I have made a c++ console application to take user input and append it to a text file and then read it back. I am using the win32 version of Dev c++ [code] #include <iostream> #include <fstream> #include <string> using namespace std; int main(){ int choice; cout << "What …

Software Development c++ ios
Member Avatar for Salem
0
155
Member Avatar for khalidmehmood

Hello to all the respectable IT experts. i am new to IT, now i am facing a problem to active or inactive a simple electric system through computer. i have no idea where to start the solution. this problem is just for learning that how to control hardware through computer. …

Software Development
Member Avatar for khalidmehmood
0
142
Member Avatar for jatinder_44

I have used 2 combo box ,how can i enable 1st combobox when i click on 2nd combobox viceversa .if i am entering a data in 1 of the combobox then another should be disable ,but after entering data in the any 1 of combobox ,again clicking on the another …

Software Development visual-basic
Member Avatar for jaasaria
0
146
Member Avatar for tgifgemini

Hello everyone, I am having a problem completing my outlook email setup through VB. I am gettin Run-time error 424 - Object required: Actually someone got me to this point, but I'm bumming out on this line: "[B][U]lvw.ListItems.Add , , OutlookAddressEntry.Name"[/U][/B] - basically all the lines that have the prefix …

Software Development email visual-basic
Member Avatar for planethax
0
195
Member Avatar for harshbhatt88

I have to make a program as shown below: Design a program that creates and uses a file to store experiments' data for any number of experiments as requested by user. The program should use the following structure type: struct data { int experiment; float value; }; The program should …

Software Development c data-structure
Member Avatar for harshbhatt88
0
116
Member Avatar for coco86

let's say i want to read the substring and compare so i make a function Public Function tracingFNHdr(h As String) Left(h, 2) = Spid Mid(h, 3, 5) = Loc Mid(h, 6, 6) = TermType Mid(h, 7, 8) = TermNo Mid(h, 9, 13) = BatchNo Mid(h, 14, 15) = BatchType Mid(h, …

Software Development visual-basic
0
76
Member Avatar for Mr.Wobbles

The button changes an ugly peach color, which doesn't go well with a green theme, when they are clicked. I can't seem to find where to change this color. Any help is appreciated!

Software Development visual-basic
Member Avatar for jireh
0
101
Member Avatar for Firestone

I tried searching the forums for this, but couldn't find anything. If I were to make a career out of computer programming, which would be better to learn, Java or C/C++?

Software Development c c# c++ career java
Member Avatar for Rashakil Fol
0
376
Member Avatar for chandrag

Hi all, i want to access elements of a text file columnwise just like accessing elements in a matrix. ex: a text file contains a matrix with the below strings. a apple + b book + c cat _ d dog _ ...........and so on. Now i want to access …

Software Development apple perl
Member Avatar for KevinADC
0
85
Member Avatar for tygerberg

Hi Where can I find information on networking in java? Like programming applets/Jframes as IM's or programs sending emails?

Software Development java
Member Avatar for peter_budo
0
122
Member Avatar for tgifgemini

VB6 - Email attachment not working Hi, I wrote this program to send email through VB. The email is working okay but the attachment I need to attach to the email is not being attached. See my codes below: [code] Set OutlookApp = CreateObject("Outlook.Application") Set OutlookMail = OutlookApp.CreateItem(0) Set NSpace …

Software Development email hard-drive visual-basic
Member Avatar for tgifgemini
0
146
Member Avatar for GOGO@FreeBSD

i have whrite this to learn a bit shell scripting, but now theres a mistake in it and i cant figure it out... (sry my english is very bad xD) here is my script: #!/bin/sh echo "This Programm will help u create, delete and coppy Directories and Files." echo "What …

Software Development shell-scripting
Member Avatar for ravinpals
0
97
Member Avatar for Firestone

I'm trying to pass an array to a function for use, but it won't compile, it gives me the error: >Type error in argument 2 to 'getMove'; found 'int' expected 'int *' It is an int array, and it won't let me pass it. From what I can guess its …

Software Development c
Member Avatar for narendharg
0
122
Member Avatar for xfrostedkissx

Hi! I was wondering if someone could please help me with a hangman program that I have to do. I have some ideas, but really don't know what to do or where to start. My program needs to be: interactive with the user, menu based(like Menu: 1. Play hangman 2. …

Software Development apple home-theater java video
Member Avatar for ~s.o.s~
0
405
Member Avatar for vinu_07

How to call a yahoo web page in java ...

Software Development java
Member Avatar for Ezzaral
0
104
Member Avatar for satish.paluvai

can we create an war file in eclipse3.1 version with out taking the help of dos? if it is possible to create an war file plz tell me the procedure how to create it?

Software Development java
Member Avatar for Ezzaral
0
89
Member Avatar for tygerberg

Hi It's my official first year learning java and I've got a project that has to be done before the end of the year. And I was hoping someone could give me a couple of good project ideas. The project has to solve a certain problem e.g. Kids need games, …

Software Development gui java
Member Avatar for peter_budo
0
96
Member Avatar for ressi1

please make cash register using gui application and java programming language. Like the cash register in mcdonalds. i just want to see how it works. My program is not working.

Software Development gui java
Member Avatar for venomlash
0
83
Member Avatar for lasherz2

:confused: Hi, i have four tables each capturing data on assets.Each asset is required to have a unique code and serial too.So no entry is supposed to allow a double entry epecially the code and the serial.How can i implement this is in access?Someone knows how to go about it?If …

Software Development visual-basic
Member Avatar for lasherz2
0
66
Member Avatar for nuinaifen128

i have a database which is a food menu. i have successfully display on the picture box. However, i cant copy all the content in the picture box to the text box. i hava code but only display the last sentence... hope to getting help here ^_^ here is my …

Software Development visual-basic
Member Avatar for nuinaifen128
0
129
Member Avatar for eXceed69

Any one familiar with this error? [COLOR=#000000]exit code 100 error[/COLOR]

Software Development c++
Member Avatar for thekashyap
0
89
Member Avatar for Milkybar

Hello Im a beginner in C++. I havent done any bit of programming. I am doing an Information Systems course through Intec College. My course includes Financial Management, Business Management, intro to computers and then C++. So I am finding it very difficult as this is not my field and …

Software Development c++
Member Avatar for Milkybar
0
83
Member Avatar for coco86

hello guys... im having trouble to open up the 2 files , i tried so many times , but i can't think what's the right directory should i put at the '??????' .... the purpose is to pass the value of directory so it can read and open up 2 …

Software Development visual-basic
Member Avatar for coco86
0
102

The End.