199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for zaman1111

We were successful on linking the table from MS access to Oracle 10g, but we dont see any data in the MS access linked table. It shows as data #deleted. Can you please describe how we can see those datas.

Member Avatar for weilander
0
199
Member Avatar for ORA-MAN

Hi every one.... i have problem in c++ , i hope i find the solution for it :-| :-| :-| . i want store number like 2.000000000002 12-13 digits after comma it's important to me these digits. i'm sorry if my english language is not good ,but this is all …

Member Avatar for Stoned_coder
0
239
Member Avatar for Jon182

Hey guys, I was just wondering what the term wildcard means in C++ and I was also wondering why some people initalize int variables to -1 rather than 0 does this have any advantages? Thanks in advance.

Member Avatar for jhdobbins
0
93
Member Avatar for sam1

hi every one i am doing this coursework where i have to design two class one is: Point2D, that models a two-dimensional point. The second class implement a class Oblong(rectangle) from a given specification and will require the use of the Point2D class. 1. A Oblong specifies an area in …

Member Avatar for S.T
0
181
Member Avatar for zeek

hello guys, i would like to ask again about this: i am trying to divide two large-digit numbers (up to say 100 digits) using C. I thought of one approach but trying to code it, it seems so complicated... can anyone help me give an algorithm or a code to …

Member Avatar for vegaseat
0
286
Member Avatar for goldeagle2005

Hi, In a project I'm working on, Im supposed to display 20 track names (its a music database). Currently, Im adding the links to the tracks like so: <a href="music/<%=rs1("artist") %>/<%=rs1("album") %>/<%=rs1("tno1") %>%20<%=rs1("Track1") %>.<%=rs1("ext") %>"><%=rs1("Track1") %></a><br> This same line is repeated 20 times, with the number1 being replaced by 2, …

Member Avatar for zippee
0
139
Member Avatar for bwest

Well I tried finding this information all over and all I could find were people trying to edit Word docs with php. I, rather, am trying to just load them into a variable to search through them. The server is Linux and not windows so we will not have the …

Member Avatar for bwest
0
119
Member Avatar for ss_asp

Hi everybody Can some one help me out?? My problem is I am using two forms in my asp page form1 is used to upload photo, so I used enctype for it and action form1update.asp and a submit button attached when clicking on the submit button it should upload file …

Member Avatar for paru
0
223
Member Avatar for balor

i have 2 asp pages, one is an index that when you click the submit button, a pop-up window will appear. this popup window is an ASP Page that connects to a database.. how can i make this a pop-window? any help would be gratly be appreciated.. thanks

Member Avatar for balor
0
190
Member Avatar for ohgosh

i wud like to select records which userStatus' values is sth. ive gt a tbl with a userStatus column, dis column is stored with statusID and the values in dis column, userStatus, are either numbers or nothing inside. now i wud like to retrieve the userStatus which values are sth …

Member Avatar for ohgosh
0
269
Member Avatar for desidude

guys i am trying to write 3x3 matrix . i am posting the main,.h and .cpp file,main and .h file is given and i have to write .cpp file. can sombody look at it and suggest me solution appricated guys IntMatrix3_h [CODE]#ifndef INTMATRIX3_H #define INTMATRIX3_H #include<iostream> #include<cmath> using namespace std; …

Member Avatar for desidude
0
161
Member Avatar for trsja56

Hi all, i'm coding something similar to a 'http-server', and i'm having problems with sending files to the client (web browser) from the server. instead of the client getting a Save File download box, it just recieves all the assembly code from the file, it gets printed as html text …

Member Avatar for trsja56
0
158
Member Avatar for bumsfeld

Is there a way to get the day of the week when supplied with a date? Like November 11, 1911 may be a Monday?

Member Avatar for vegaseat
0
240
Member Avatar for server_crash

Ok, it's like this: I can't have any class file downloaded from my website, for personal reasons. A user could view the applet like this: applet.html then change the url easily to this: applet.class and have my program that easy. Is there way I can secure this somehow???

Member Avatar for server_crash
0
125
Member Avatar for fishman

Hi I am trying to teach myself C++ coding but am having a problem with classes and objects. I need to pass my objects to a function which may use various object attributes in calculations but may also change the original values of these attributes. My code is: #include <cstdlib> …

Member Avatar for Narue
0
10K
Member Avatar for jhdobbins

Here is a chunk of my program... without the class and header file... I am wanting to take that little graph thats in the middle of the code and have the user input a starting point and an ending point... the class is a stack class with all the functions …

Member Avatar for jhdobbins
0
201
Member Avatar for crazyfans86

Hi, I have to write a program in C programming to plot a sin curve using array. i would appreciate if someone could give me and give me some hints on how about to do that. thanks. :D

Member Avatar for Narue
0
123
Member Avatar for jtf27

Hi Not sure if this is the right section of the forum for this question. I am trying to shorten the background in this header I am working on. I do not know java at all so I am less then a newbe perhaps a wanabe (smile) here it is …

Member Avatar for server_crash
0
174
Member Avatar for edemko

hello I have a problem: I can't generate a html from a text file. :o There is a text file : one.txt (or dat or something else ) and I want to generate a html, called one.html or the name can be the first word in the text file. Please …

Member Avatar for bprakkmr
0
178
Member Avatar for dummy

Question: I am trying to determine the efficient person in a group, given a same set of tasks to each person. For example: Two sets of task, each estimated to be done in 100 hours. John took 80 hours for the first task and 120 hours for the next task. …

Member Avatar for Rashakil Fol
0
92
Member Avatar for cali

Hi there! I have a problem when using $_POST variables in the following bar-graph. It seems as it cannot take values form a form, use them and then apear the graph in the resulting page. The only thing I take is the page with the --header --the image's(bar-graph) borders --footer …

Member Avatar for cali
0
140
Member Avatar for Analogsleeper

Hi, I have a somewhat odd and complicated question. Some background: I am trying to open up a file which contains formatted numerical data, find certain elements, and then overwrite these elements with corrected data. So, my plan was to just iterate until I found the data, use .tellg() to …

Member Avatar for Dave Sinkula
0
150
Member Avatar for hfaucette

Does anyone know if this is possible? //in header struct Output { double *var1; double *var2; double *var3; } //in main std::vector<Output> output(512); and then be able to populate each member of the Output struct in the "output" vector? Something like: for (i = 0; i < 512; i++) { …

Member Avatar for bumsfeld
0
154
Member Avatar for hotdale

Hi there Gurus. I seem to have a problem in FIREFOX which does not appear in IE. Basically, I am trying to validate a form has only 10 numbers entred into the field (no spaces or any other characters). The following script works perfectly in IE but no dice in …

Member Avatar for tgreer
0
107
Member Avatar for maxmouse

Hello, I have a data file that has names of varying lengths that are listed in columns. ie: [CODE] Ranjit Singh Dean Johnson Ken Whillans Karen Thompson Peter Robertson Rich Gardener Sandeep Jain Ken Whillans John Thompson Cher Cher Karen Patel John Jacobs Davinder Singh Dean Johnson Sandeep Jain Karen …

Member Avatar for maxmouse
0
138
Member Avatar for lortfan

Ok i am have so many questions to ask but i will start off slow for now. What items do i need to get to start off like book and software. I would like to go into the game disign and programing which ever one. And i have been told …

Member Avatar for nemesisrobot
0
170
Member Avatar for MFal

In my code i take an inputted number, which could be in hex with letters, and put each individual digit into a seperate space in an array. To change the letters in hex to numbers in decimal, i tried doing it two ways: (a is my array name, and i …

Member Avatar for server_crash
0
389
Member Avatar for gokul

Hi, i am heading to develop one chatting application in JMF with JAIN-SIP API.. In stead of refering some sites, they talked about Apache Ant and CVS... WHats that..? for what purpose we need that in the Java Application Development..? How to use that in that..? i saw some reference …

Member Avatar for freesoft_2000
0
263
Member Avatar for wchitamb

I do need some help I am building up an asp application that will access an SQL server [database] so what I want is for the admin access to add, update and delete in all the tables I have about 13 different tables so my questions is do I have …

Member Avatar for wchitamb
0
243
Member Avatar for wani_raj

is it possible to write a program which will shutdown the remote systme in c?

Member Avatar for Alvein
0
107
Member Avatar for Mahen
Member Avatar for Mahen
0
101
Member Avatar for wu7jian

hi guys i don't understand the following clause. LargeStruct *s=(LargeStruct *)0; here LargeStruct is defined as following: struct LargeStruct { double bigd1[MAX_ELEMENTS]; double bigd2[MAX_ELEMENTS]; double bigd3[MAX_ELEMENTS]; double bigd4[MAX_ELEMENTS]; }; could you explain that for me?thanks.why not just: LargeStruct * s?

Member Avatar for wu7jian
0
168
Member Avatar for iloveorangesoda

Hi I am trying to disable a dropdownlist in an asp.net web application whenever the selected index is changed. I have the following javascript in my web app but whenever it gets to the disabled = true line it is falling over. What I want to know is that the …

Member Avatar for alpha_foobar
0
288
Member Avatar for senexom

I'm not sure if this is even possible, but does anyone know how I might be able to trap Print Action. Would prefer a cross platform solution like Java or something, but it absolutely has to work on a Mac (Unix). What this is intended for is for a small …

Member Avatar for senexom
0
141
Member Avatar for server_crash

Is there a really simple mod out there for creating subforums? Specifically for 2.0.16

Member Avatar for Sp!ke
0
358
Member Avatar for Juls

Hi, I have a login page that has a form that goes to processing page wich the has the logic that in case login fields are empty or invalid to redirect back to login page with result variable set to "badlogin". I ran it a couple times and it worked …

Member Avatar for Sp!ke
0
1K
Member Avatar for freemind

Here I paste a simple address book/telephone book. The linker spits the following error: g++.exe derived2.o -o "Derived2.exe" -L"C:/Dev-Cpp/lib" derived2.o(.text$_ZN2ABD2Ev[AB::~AB()]+0x3a):derived2.cpp: undefined reference to `vtable for AB' derived2.o(.text$_ZN2ABC2ESsSsSs[AB::AB(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)]+0x3d):derived2.cpp: undefined reference to `vtable for AB' collect2: ld returned 1 exit status …

Member Avatar for freemind
0
246
Member Avatar for zauber

Hello, for some time I have programmed in java and python, and would now like to enter the C-scene. The only problem is: I'm more or less only interested in C and not C++. And it seems quite tricky getting hold of programming tips and tutorials which apply to c …

Member Avatar for Narue
0
153
Member Avatar for ashneet

I am new at php so this might me a dumb question. Is it possible to use part of an include file another words i make an 1 big include file and only use parts of it as needed and not make many include files. Also is it possible to …

Member Avatar for Class
0
311
Member Avatar for slicecom

I have a site that my employer had designed and maintained by an outsider company. My employer is fine with the layout but doesn’t like that in order to update anything it requires a call to the designer who takes days to update. We want to be able to update …

Member Avatar for freesoft_2000
0
287
Member Avatar for server_crash

Take this situation: A Hospital Database containing information on over 800 employees. Which database software would you use? Is Access just as good as mysql?

Member Avatar for freesoft_2000
0
195
Member Avatar for server_crash
Member Avatar for Narue
0
268
Member Avatar for zeek

i just would like to ask for help regarding my code... my problem is this... the user must enter an 80-digit number...if he enters more than 80 digits, the error "\007Input number must not exceed a total of %d digits\n" will appear setting the iserror flag to 1 and breaking …

Member Avatar for Narue
0
454
Member Avatar for Rearden

Hello. I'm soon starting university as a CS major. From what I learned at orientation, my courses will be primarily in Java. However, I've spent quite some time learning C++. Is it likely that learning Java will completely confuse me while trying to learn C++ at the same time, and …

Member Avatar for freesoft_2000
0
274
Member Avatar for ciccio81

i have a problem :rolleyes: i have write this script ************************************** #!/bin/bash #use command mail for send a mail present in a directory # i repeat this for how many e-mail are stored in my directory # count number of file in directory nummail= ls | wc -l while [$nummail …

Member Avatar for shanenin
0
153
Member Avatar for steelers_fan

Hello, I just finished a semester at my college when I was told that the computer science program that I'm in is not accredited. I was thinking how will this impact my career. I know if at a latter date I if I choose to I may not be able …

Member Avatar for freesoft_2000
0
228
Member Avatar for kartik911

Hi, can anybody help me? i am relatively new to C Programming. My question is : How do you create a program which will take a filename as an argument, check whether the file is present and open it (if the file is not present create that file). Thanks -Kartik

Member Avatar for Narue
0
276
Member Avatar for zauber

Hello, I started coding a little app for exploring the mandelbrot fractal. Hopefully someone here is familiar with it, and perhaps tried coding it in python. My problem is, as you will see if you try running my code, is that the generated image is NOT the mandelbrot (although it …

Member Avatar for vegaseat
0
151
Member Avatar for ^Simes^

[WARNING!] Long Post! [/WARNING!] I have recently got a Pocket PC phone and have managed to cobble together a DLL to display a simple text message on the Today Screen. What I really would like is the time displayed in a large font as I had on my SmartPhone 2002. …

Member Avatar for Narue
0
111
Member Avatar for Mike182

Im adding a specialised formula to a calculator, and it uses the Ln/ln function which is often on scientific calculators, how do i get this function to work in c++? The formula is as follows: 'formula: pl * (10*diff + 10*creat +2*lines) ------------------------------------------ 150 * (Ln(pl/1.5))' Can anyone help?

Member Avatar for Mike182
0
322

The End.