199,114 Archived Topics
Remove Filter ![]() | |
Hey all, I'm new to this forum, first post.. so please excuse me (also excuse the perhaps not so eloquent style, it is still in preliminary!) =). I'm writing a short piece of code in compliance with a webserver I've been programming with a group. This code is to auto … | |
Hi. I'm new here. I'm doing a lotto program. I have this difficilty that I want to display a title before the numbers are displayed. The numbers are all displayed by the computer using randimize. Above you can see the part of program i've done. Where should i put the … | |
Hi Could anyone please help me, I need to open an existing excel document using vb6. I only need to display the document. | |
hi all i cant figure out how to put popup window to show in the middle of my text editor? It is writen with Toplevel in tkinter. thx | |
hello... I'm looking for a calculator program written in assembler... it needs to do all the basic functions of a calculator eg add, subract, multiply, devide... if anyone can point me in the right direction of where to find one it would be greatly apprecitaed...! thanx... neil... | |
I cannot figure out how to "call" the functions into the main. Please help!! [code] // ****************************************************************** // // Grades.cpp // // This program computes student grades. For each student, two // quiz grades (graded on a 10 point basis), one midterm exam grade // and one final exam grade … | |
hi, i want to make a program simular to this:: [url]http://www.daniweb.com/code/snippet356.html[/url] but i want it to use Strings not char arrays.... PS::In other words i want to binary write a class-struct which contains a string member.....I think the fact that string is of arbitrary size, creates problem... | |
Hi all...my first post here...WOOHOO!! Ok...now to the meat of the question... I'm a student at the the local JC in an intermediate C++ class...I'm having trouble understanding pointers...I just can't seem to get the full concept through my head...Can someone tell me how they finally "got it"? I understand … | |
Edit mode the index of a dropdownlist does not start at the right value. I have having problem when in edit mode the dropdownlist the index does not start at the right value. I use Inner Join for my two dropdownlists. tbl_Users_StoreID StoreID Store 1 Name1 2 Name2 tbl_Users_AccessLevelD AccessLevelD … | |
What am I doing wrong? I am to take the average number of each cooled, heated, regular and either subtract the degrees below 60(heated) or above 80(cooled),then add that number to the number of days # Chpt 8#11Tempdays.py # A program to add a set of temperatures enter by the … | |
I am using a ADODB connection to connect to an access database and am using an SQL string as the comandtext....but i need to check the validity of wat i have typed.....here is the sql statement.. [code] dim cmdcommand as new adodb.command With cmdCommand .ActiveConnection = conConnection .comanttext = "select … | |
Just registered but you guys have been a big help for the whole semester. I have what seems to be a simple problem but I'm just stuck. My assignment is a game of life sim that prompts the user for an input file, and then reads integers from the file … | |
why am i getting this error PLZZZ HELP!!! Exception in thread "main" java.lang.NoClassDefFoundError: config/java i'm just started learning Java please help me out | |
Hi, Im a newbie to flash and have an issue regarding the collision within my pong game (pong but using football graphics). The men are placed on the top & bottom of the screen. The collision detection has problems as the ball symbol rotates and hits either the CPU symbol … | |
Hey what dod i need to do inorder to get my program to print out 2 decimal places after gross amount and amount donated? you will see what i mean when u run my program. for example i need it to print out $100.00 not just $100. [CODE]#include "stdafx.h" #include … | |
| |
Hey all, Can anyone explain to me how i can change forms UI at run time? Basically the application I'm building is very similar to the MySQL Administrator (see attached file) So when the user selects different option i.e. "User Administration" different tabs appear in the panel on the right … | |
I'm currently working on my online quiz application. It is based on ASP. I want to add the countdown timer in every quiz that run. But the problem is the javascript will go freeze in my ASP, it only run each time i refreshed the page. Some suggest me to … | |
hi friends, i am able to parse the xml file and retrieve the corresponding tag values. Now how can i send the retrieved values from python function to the c functions. And also can any one help me in retrieving all the sub tag values from a particular action tag. … | |
Hi there, I am relatively new to MYSQL and i have to design a database for stock for a dvd firm, this database has to link up to a website, the website is a DVD firm so the only things that needs to recorded in the database is how much … | |
Hi there, nice to meet you all. I'm a beginner using visual basic only started to learn it about a months ago. I'm having serious trouble at the moment. I need a program that as soon as it is opened it prints the time into 100ths or miliseconds of seconds, … | |
I had posted a while ago about how to put a picture in a game to make it look a little more real. my friend said i should a gui. Does anyone know of a site or how to do this using microsoft visual c++? | |
is there any way through which we can generate reports in mysql. not using any s/w but coding. if yes plz tell me Thanks | |
Hi All I have a header file link.h , in which i declare a variable itemp. When i assign this variable a value in the C file link.C i get an error during compilation: cxx: Error: link.C, line 5: this declaration has no storage class or type specifier itemp=0; ^ … | |
I have encountered a problem with variables which I have defined in a module and then manipulating them from other modules. I have something like this in moduleA.py: [code] gVar = None def getVar(): return gVar def setVar(val): gVar = val [/code] Then, in moduleB.py I have this: [code] import … | |
Hey I want to be able to put a movie title in the is more than one world and it goes crazy when i do, if you run my program and enter one word when it asks for the movie title it will work fine. but when u enter a … | |
I'm having major issues trying to do the following: Write a program that reads in a line of text and then outputs that line of text first in all uppercase letters and then in all lowercase letters. If anyone can help me with that I'd greatly apprciate it. | |
Hi All, I'm having huge problems with a program that i am attempting to write. What i have is a program that prints Acronyms and sentences to a text file already, now i am trying to create a new program that reads that text file and if the user inputs … | |
I am very confused with ADT. I get the concept of why to use ADT, but I dont know how to implement it. The problem I have to solve is to merge 2 sorted list using ADT functions provided. The ADT functions are the functions in my header file. Here … | |
Hi All, Explorer.exe crashes when i run my application on a customer's computer (in fact: on all of their computers!). This happens usually when I browse through directories using a OpenFileDialog. They run on Windows NT build 2600 with Novell groupwise Error signature: AppName: explorer.exe AppVer: 6.0.2900.2180 ModName: comctl32.dll ModVer: … | |
[COLOR=blue]How many levels of nesting are there in this design?[/COLOR] X is an integer test score between 0 and 100. input X if (0 <= X and X < 49) output "you fail" else if (50 <= X and X < 70) output "your grade is" X output "you did … | |
Hello, I am having a great amount of difficulty understanding events for wxPython and have read many tutorials and other things so I was wondering if you could try to help me understand. First of all I am using Boa-Constructor so practially all of my code so far is autogenerated. … | |
what is the difference between statements below? [CODE] X = Y*0; X = 0;[/CODE] a kind of optimization problem. | |
How can I write regular expressions(REs) for any language that are syntactically correct. For example, Turkish has two classes of vowels — front and back. Vowel harmony states that words may not contain both front and back vowels. Therefore, most grammatical suffixes come in front and back forms, e.g. Türkiye'de … | |
main() { if( ? ) { printf("welcome"); } else { printf("to ieg"); } } ----------------------------------------------------------------------- Output should be welcome to ieg [B]what should come in place of ' ? '[/B] | |
need help in image quantizing using borland c++.. i do not have much knowledge about it.. got to change a 24bit image to a 8 bit image...do not have any idea on how to do it.. pls help... and the deadline is in 24hrs time.. thanks | |
I am writing a program to batch rename files. I am trying to take the file name (which include folders) and remove everything before the last slash. The problem is that LastIndexOf("\\") always returns -1, even if the string contains a "\". And the Remove(0, index) doesn't ever remove any … | |
Hi, I am writing a little program in C++ that is used to read a file which contains several paragraphs. The paragraphs are not indented and there are a blank line or sometimes two blank lines before the start of each paragraph. I have written the program and can read … | |
Hi im trying to write a program that sorts an array in alphabetical order and then into phone book order, Eg input: Jane Pascal 364756 Bob Smith 364758 Joe Bloggs 253647 The output should be: Bloggs, Joe 253647 Pascal, Jane 364756 Smith, Bob 364758 The plan is to have each … | |
Hello, I have been working recently on an assignment which requires me to build a web application using JSP. After a few weeks grafting code I became frustrated with JSP, it just wasn't 'fun' and while I welcome the (almost) enforced MVC pattern it's hard to work passionately about something … | |
hi every1 .. i'm bsy doin project which has facility of markin attendance... i'm using JSP for that.. and by using session i hv employee's " empID". I hv made a dynamic calendar..which can move to previous and next months....resp. and displayed using <table> My idea is to mark employee … | |
Hi all, I am new member in this community.I am a software developer in java/j2ee platform. Recently i have develop a web site in jsp. I use Tomact 4.1,Mysql data base . Now its working fine inside my LAN .Every one can access with my IP address in my LAN. … | |
Hi Guys! Can any one help me out... I just want to know how to create webservice in java or jsp? | |
I have 2 applets One applet adds in some labeled text fields and reads in some user variables. The second Applet Starts a simple pong game. As you may have already guessed I'm trying to get the pong game to start up with the values I've read in. (the values … | |
:?: Q) who translates the code into machine language in c++. compiler or operating system | |
Hello I´m trying to make a function that give-me data from a data base mysql at time there is no problem but i would like to now how i can make that funcion to be called from x hover x seconds, the ideia is just to se if there is … | |
Hi fellow programmers. I'm quite new to 'C' and I’ve been working on this personal project recently and have struck a spanner in the works! I am quite bemused by this piece of code I am to assemble (below). I think it’s fairly simple but can’t quite grasp it! Any … | |
hi i am trying the following code to print the message. it is working well in a system having a printer connected through com1. But is not working in other system that using usb port. what should i do. ofstream outfile; outfile.opne("PRN"); outfile<<"\nThis is test printing"; outfile<<'\x0C'; ![]() | |
:p hi ,this is my first visit to theis web , i hope to help me, i need afull c++ programm of game called "pebble chess" , this game can execute on algorthims called "minmax", and iwill describe this game: 1- each player turn consists of moving one or more … | |
ive never had this error before, could any one help me sort this out? here is the effected section of my script. thanks for any help [php] </span></p> <p> </p> </blockquote></td> </tr> </table> </body> </html> <?php //script end ?>[/php] ive also tryed... [html] </span></p> <p> </p> </blockquote></td> </tr> </table> </body> </html>[/html] |
The End.