199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for MKDWOLF

Can somebody help me with this code. The program need to repeat until the user wants to quit. [code]#include<conio.h> #include<iostream> #include <cstdlib> #include <stdlib.h> using namespace std; int opcio1(); int opcio2(); int opcio3(); int main() { int choice; cout << "==========================================" << endl; cout << " Menu" << endl; cout …

Member Avatar for WaltP
0
121
Member Avatar for Pro2000
Member Avatar for Nick Evan
0
171
Member Avatar for silverwulffe

Hi there! I'm having a homework problem, but it's with the header code I was provided in the text. When I try to use it, I get "name lookup of 'x' changed for new ANSI 'for' scoping using obsolete binding at 'x'" Did I do something wrong? Or is there …

Member Avatar for silverwulffe
0
377
Member Avatar for programmingnoob

can anyone help me on how to make this program short? what this program does is that its Initially on : R=1x1 off to the right, L=1x1 off to the left, G= night rider one cycle, S= off. This kind of program is made to control a micro controller...i need …

Member Avatar for WaltP
0
185
Member Avatar for hidash_in

hi everybody, i am trying to get the name and id of the opened application to check whether the application is opened properly or not using java

Member Avatar for p.bondam
0
136
Member Avatar for mentallybroken

okay ill explain.this is a program that will convert binary. [CODE]import java.io.*; public class decbin{ public static DataStreamReader rustan=new DataStreamReader(System.in) public static void main (string[]args) throws IOException{ int Q,R,A; System.out.println("Enter a number to be convert: "); Q=Integer.parseInt(rustan.readLine()); while(Q!=0){ Q=A/2; R=A%2; A=Q; //one missing statement i think. i need help. } …

Member Avatar for javaAddict
0
81
Member Avatar for kudzugazette

I have been using PHP sparsely on my website for some time now, but I would like to become more efficient and therefore have a couple questions. They will stream in slowly, bu for right now... Currently I use the <?php tag many times on a page. Is there a …

Member Avatar for kudzugazette
0
150
Member Avatar for chloevin

Im new about this thing anybody could help me making chat program that can sends pictures and sound using visual basic 6.0. or anybody could contribute a source code to this thing!!!!! pls tnx

Member Avatar for technogeek_42
0
295
Member Avatar for lerkei

Help us about randomizing frames with label and texts, or randomizing questions on a frame. or can anyone give us a game related to the game we have started (word games)... thanks.. need your replies

Member Avatar for rajeshkhanna_in
0
81
Member Avatar for superjacent

Hope someone can help. I'm self-studying from C++ Primer Plus, 5th Edition. I'm having trouble working out why the following two files will not compile. I'm using Dev-C++, under Windows Vista. [code="cpp"] /* Name: bankaccount.h Copyright: Author: Steven Taylor Date: 28/01/08 14:04 Description: C++ Primer Plus, Chapter 10, Programming Exercise. …

Member Avatar for superjacent
0
191
Member Avatar for bhakti.thakkar

Hi can any one help me in following case? Table A ID | Name 1 , Apple 2 , Bat 3 , Cat 4 , Dog Table B ID | Name 1 , A 2 , B 3 , C 4 , D 5 , E 6 , F 7 …

Member Avatar for bhakti.thakkar
0
161
Member Avatar for nurulshidanoni

i hava a data student id examcode 1 002 006 001 2 123 589 How to store data when it have two data in 1 foleslike above? in .txt ot .cpp? and how can c++ called the data?

Member Avatar for nurulshidanoni
0
793
Member Avatar for MikeKristal

Hello, I'm trying to write a conditional IF statement for my program. What it's supposed to do is allow the user to enter numbers at random, but it cannot repeat any numbers. [ICODE]#include <iostream> using namespace std; void main() { int a; int b; int c; int d; int e; …

Member Avatar for Duoas
0
97
Member Avatar for Ankita B

hi, can u tel me where should i place the code for database connection?..is it placed in the same directory as other jsp and html files?....shall i put it in a java bean and then include it in all the other jsp files?..i

Member Avatar for Ankita B
0
127
Member Avatar for shaikh_mshariq

I want to develope a new tool like Nmap written in c++ and can be easily downloaded from wwwdotinsecuredotorg. Can any one knows how do i start. I know how to detect ports but how to map them with services.

Member Avatar for shaikh_mshariq
0
631
Member Avatar for CoolGamer48

Hey, I'm trying to use trig to create a rotating tank (you rotate the tank by pressing left and right, and move forward and back by using up and down). I'm using this formula (C++): [CODE] tank.movex = cos(tank.direction*0.0174532925)*tank.move; tank.movey = sin(tank.direction*0.0174532925)*tank.move; tank.x += tank.movex; tank.y += tank.movey;[/CODE] tank.move is …

Member Avatar for CoolGamer48
0
105
Member Avatar for Ekiena

Hi, I'm having problems with a tab content script/css in the way it displays in Firefox. [url]http://www.godirect.com.sg/etravel3/test/etravel.htm[/url] It looks perfectly alright in IE, but in Firefox the big shaded tab on the far right just wouldn't line up. I have used 'html>body' for Firefox so the layout in IE remains …

Member Avatar for Ekiena
0
108
Member Avatar for dragonheart

i am using another software in my VB form using an OLE container. i need to retrieve the value generated by that software into my form. is it possible ? plz help me out and i have another doubt. i am using ADO connection to connect to backend in the …

Member Avatar for venkatramasamy
0
341
Member Avatar for onsir

how to take computer name in linux I had tried this code in Windows Xp, it's Ok. but while i run in linux i got error "Cannot get computer name java.net.UnknownHostException: comcentos: comcentos" i'm using Centos 5. i have edit in file etc/sysconfig/network NETWORKING=yes NETWORKING_IPV6=yes HOSTNAME=comcentos [CODE] package myPackage; import …

Member Avatar for onsir
0
96
Member Avatar for naju

I have create lots of module for a cms-site .. with functions only. to avoid the collision of the function names ... i have kept module name before the function names. now i need to convert the modules to classes. one module contains lots of files included .. can we …

Member Avatar for naju
0
88
Member Avatar for lerkei

does anyone here knows how to limit the text box in inputting many characters?...to input a single character in it....

Member Avatar for lerkei
0
90
Member Avatar for CodyOebel

Ok here is what I am trying to do at work as it's slower than a turtle in a race right now. I have a log of text guessing about 40 lines total. the last three sentences are what I am after .. being 38,39,40. I need to be able …

Member Avatar for CodyOebel
0
102
Member Avatar for macbrutal

Sorry for "spamming" But this is really really important for a school project. 1. Can anyone of you paste me back the whole code that will make a textbox saying,"username already taken" When you try to create different account with same username. 2. If possible, publishing the program and then …

Member Avatar for jireh
0
109
Member Avatar for programmingnoob

Hello everyone, im new here and a very noob programmer..I dont have mastery of programming and i find it very hard even the simple ones. Anyway, i need help in this program. Our professor asked us to program a simulation of soccer robots. What we are about to do is …

Member Avatar for programmingnoob
0
132
Member Avatar for lookin2know

I am not sure if I am doing this assignment correctly, here is what it asks and the code that I have. I am not sure how to do the main to meet the assignments requirements. Any suggestions/advice are appreciated. > a. Create a function template called average(). It will …

Member Avatar for vijayan121
0
191
Member Avatar for Derice

Anyone would like to tell me what is the function for setting focus point as the program start executing? For example i have 3 command buttons that is arrange vertically... by default the program will focus on the middle button by having dotted line surround the button. What i should …

Member Avatar for jireh
0
69
Member Avatar for darklich13

I am tring to set an array with its values to zero within a constructor, but I can't get it to work. I have created an array with the size of 5 in the private of my class. I want the values of my array to be set at zero. …

Member Avatar for darklich13
0
205
Member Avatar for jaasaria

i created a inventory system... and i want to put a button that can upload thier picture plsss help. jaasaria

Member Avatar for jaasaria
0
103
Member Avatar for Jamesharks

At my school we participate in the Duke Of Edinburgh award. At present all the recording of what people have done is done on paper, causing many people to not be bothered leaving them to fail the award. However after doing a survey, 93% of people said that they would …

Member Avatar for nowitzk
0
110
Member Avatar for kimvolker

I'm running Python with: DrPython 165 wxPython Version: 2.8.7.1 wxPython Platform: wxMSW, unicode, wx-assertions-on, SWIG-1.3.29 Python Version: 2.5.1.final Python Platform: win32 When I open a *.py file, I get the following error messages (see attached PDF file) in the drpython.pyc window. How can I get rid of these erros?

Member Avatar for vegaseat
0
343
Member Avatar for chitra1

Hi, I'm new to JSP. Can anyone suggest me any site where I can get good tutorial for beginners. Thanks.

Member Avatar for electron33
0
104
Member Avatar for Lynxus

I am working on a petrol pump display, I have read the sticky on homework help and therefore understand and will appreciate all the help that is given to me. Basically when the Nozzle button is pressed I want it to start dispencing the petrol so the litres dispensed will …

Member Avatar for Lynxus
0
110
Member Avatar for penguin47

Hello all, I am very new to programming and my teacher has started us on Python. While I think Python would be a great choice for most people, I have come to the conclusion that I am not cut out for programming. I am finding it very difficult, though fun. …

Member Avatar for vegaseat
0
123
Member Avatar for prgmkevin

Helo everybody..im new to the forum n these days iv been streesed uip with my project. wanted to know if perl would be a good choice to implement an automatic program to extract text from online biomedical jounals(can b pdf or html format),categorise and summarise the text and keep it …

Member Avatar for KevinADC
0
122
Member Avatar for scm22ri

Hi Everyone, I have a question in regards to dynamic keyword insertion. When someone is on one of the major search engines and they type in [B]"blue widgets"[/B] how is it possible for you to have the words [B]"blue widgets"[/B] on your landing page without having to type [B]"blue widgets" …

Member Avatar for scm22ri
0
114
Member Avatar for gallantmon1

I'm making this program and keeps telling me these errors: 35 expected `;' before ':' token 35 expected primary-expression before ':' token 35 expected `;' before ':' token 17 label `ins' used but not defined I can't seem to find what the error is, it may only be a simple …

Member Avatar for gallantmon1
0
542
Member Avatar for Fasola

Its been a while but I need your help on this one Daniweb...I am creating request forms (i.e. Conference from Reservation Request, Software & Hardware Installation requests, Network Access Request, etc.) Forms using Code 5 System ([url]www.code5systems.com):[/url] 1. I have a form for Conference Room Reservations. There are 6 conference …

Member Avatar for ericstenson
0
129
Member Avatar for dexter1984

Hi, I need some help with an assignment. Got some problems with my while loop. Can't seem to figure out what's wrong with it. [code=cpp] #include <iostream> #include <string> #include <bitset> using namespace std; int last (int num) { int l; l = (num % 10); return (l); } int …

Member Avatar for JRM
0
203
Member Avatar for Villanmac

Hi, i have been trying to do the following problem for homework, ialthough i have been able to input some code using the psuedocode given to me im am completely stuck now, and i was wondering if anyone could show me what i am missing? Question Use a single-subscripted array …

Member Avatar for Ancient Dragon
0
97
Member Avatar for sasdap

Hi frenz, Many of the programs are written in C/C++ language. I want to call a function in C/C++ from python program. Can anybody tell me how to do it?

Member Avatar for vegaseat
0
221
Member Avatar for jonathanasdf

Hehe. I tried googling this, but all I've come up was Visual C++ results. How would I go about reading from a VERY VERY basic ini file in console C++ Using DevC++? The only things in the ini file are: b=65.0 c=1.5 k=1.65 I'm linking to this ini so that …

Member Avatar for jonathanasdf
0
141
Member Avatar for ganbree

I'm trying to devise some base classes for a large system So why doesn't this work? [CODE=cpp] #include <iostream> using std::cout; using std::endl; #undef GetObject class IObject { public: IObject() { References = 0; } unsigned int GetRefCount() { return References; } private: protected: unsigned int References; friend class CHandle; …

Member Avatar for zhelih
0
95
Member Avatar for guitarrick

We are being introduced to ADT's with type LIST. I initially thought LIST was included in some C++ library with predefined functions such as .insert(), .retrieve(), .getLength(), isEmpty() and so on. I now suspect this is all created by the programmer with classes and header files........which we'll cover shortly. Confused …

Member Avatar for guitarrick
0
189
Member Avatar for shiny123

hi ppl.. Can anyone help me. pls tel me the Hardware and Software Requirements for Installing asp.net 2005

Member Avatar for Jx_Man
0
144
Member Avatar for jase_5254

hey, im really struggling displaying the maximum value in this array, i have managed to get the average and etc but getting it to display the maximum and minimum value in the array is proving to be hard can anyone help? heres what i have so far Program arrayz; uses …

Member Avatar for philhodgkins
0
1K
Member Avatar for prakash.kudreka

Hello, Can anyone provide me the optimized and with low complexity program to remove the repeated elements in an single linked list program?

Member Avatar for Salem
0
91
Member Avatar for kux

ok, i have a question say i have a class that wraps all file accesing functions ( basicly opening, reading and closing ) all these file handling functions throw a FileException exception i have a try block in that i open, read and close my file using the above mentioned …

Member Avatar for kux
0
109
Member Avatar for iamthwee

How do I send an email... I have WAMP (windows xp apache, mysql and php). But what do I do now. Explain...

Member Avatar for iamthwee
0
159
Member Avatar for preston_naidoo

Hi everybody, i have got a java practical project due this year, though i want to use my previous years project and just build upon it. i am in my last year of high school, so it is a very basic program. i dont know if anybody would help me …

Member Avatar for darkagn
0
63
Member Avatar for dier02

I have three comboboxes. I want to be able to select from the first one and have the other two show the related data. For example in the first I pick a category - there are six categories. When I choose a category the second combo box now shows the …

Member Avatar for Jx_Man
0
80

The End.