132,726 Archived Topics
Remove Filter ![]() | |
mail -s "subject" [email]chris.collins@fuse.net[/email] < email What can I add to this line and where to automatically create a blind carbon copy? Also if possible what can I add to this line and where if possible to add the address from? Thanks Software Development email shell-scripting | |
Hey guys, I was just wondering why when dealing with a lot of classes do you often have to use something like the following code before the class: [code] #ifndef classCarhpp #define classCarhpp [/code] and this code after the class [code] #endif [/code] Thanks in advance. Software Development c | |
[code]#include<stdlib.h> #include<stdio.h> #ifndef COMPARE_H #define COMPARE_H using namespace std; int compare(const void* pfirst,const void *psecond); #endif int compare(const void* pfirst,const void *psecond) { const int first=*((const int *) pfirst); const int second=*((const int *) psecond); return(first-second); } void main() { int iarr[10]={9,83,100,1,645,-7654,4,23,543,9}; int j=0; for(;j<10;j++) printf("element %d of iarr is:%d\n",j,iarr[j]); … Software Development c | |
Hello, I have a javascript code (a part of it is in php) that populates a pull-down menu. It works perfectly well with Explorer, Netscape and Firefox under Windows. But impossible to make it work with Explorer or Safari under Mac!!! Is javascript different between windows and mac? Here's the … Software Development java javascript | |
I'm new to Java and have just learnt a little on Arrays. However I'm not very sure how I should apply them. I have a main method which has a switch case. If the user chooses 1, it will prompt the user to enter the daily expenses for a week. … Software Development java | |
Hi, I was wondering if anone here could help me out a bit with my Reflection problem. My problem is that when I try to find the methods inside a class, not only do I get its methods, but all of its inherited methods or something like that. So if … | |
I am new to Java & in my college we r directly being taught the applets. So i have a very simple set of questions since i have not done core Java.please answer them in relation to applets(I have a background in C/C++ also)----- 1) While calling inbuilt functions in … Software Development java | |
First I get an error for not declaring the variable, then my { is somehow causing this mishap. I am in need of serious help of this program. Can someone provide me with a head start? I'm using visual studio.net. First I get an error for not declaring the variable, … Software Development c++ display visual-studio | |
Hey guys, I was just wondering if you know any websites that have good tutorials on classes? Thanks. Software Development c++ | |
my group has made two versions of the game pong for c++ the first version uses a two dimensional character array to represent the playing field and the second uses 966 individual characters to represent the 14x69 playing field both versions work fine, but the array style one's source code … Software Development c++ | |
This question is not specific, i have recently registered to the forum (just because theres the delphi section) and i dont see many threads nor answers.. Just anxious if this forum is alive, Thnx, and sorry to bug you. ;) | |
ok well im making a mock atm machine (maybe i got the same book as that other guy?) but im getting an error code " E2294 structure required on left side of . or .* in function main() " this is puzzling me . can anyone help please? heres my … Software Development c++ | |
This uses Inheritance Im am doing inheritance on the console line, and well all is semi ok. But what im confused on is how do this in a windows design. I am trying to complete something, but I dont even know where to start. I was hoping someone could help … Software Development c# email web-design | |
I need to send some data from a database to a Adobe Pagemaker document. Does anyone here know how to make this work ? Does Pagemaker offer objects which can be called from VB to enable automation ? Thanks Software Development adobe visual-basic | |
:sad: how do i save a variable to a file on the hard drive of the computer running it Software Development c++ hard-drive | |
Greetings all, I am, obviously, new to Java. I am in my second Java class at UOP, and quite honestly, they seem to believe in letting us teach ourselves! Enough of my rant. I am currently working on expanding a mortgage calculator program, such that it needs to open a … Software Development file-system java | |
a little boy's picture is displayed beside dave sinkula's id. is that dave sinkula? Software Development c++ | |
hello ppl since i am new to the group, il first introduce myself my name is Aziz Mansur. im a grade 12 student (CBSE in indian curriculum) studyin in Dubai, UAE. neways for my final exam i have to submit a project and mine is making a student database management … Software Development c++ | |
Does anyone know if this is possible, and how to do it? Or if there is another way? Cygwin GCC creates PE binaries (i think), I want ELF binaries. Cheers! Software Development c | |
Hello: I need help with a project. I have to read an input file that contains data for 17 students. This is how they are: first ID, then first name, then last name, then 10 test scores. For this data, I have to read it and process it to send … Software Development c++ file-system ios | |
ok, after i got thelp with keypresses it is time to go one step further. i am ,making a very simple hangman game. the user will guess letters like you mormally do in hangman. what i want to be able to do is if he cant remember what he has … Software Development | |
Hi there. I want to create a dialog, with a menu ( file, help, edit etc.), and with tabs on the dialog. Basically like the display properties dialog that you get when you right click on your windows desktop, just with a menu added. Also, I want to add dialogs … | |
I need to find a way to use a bash script to take a line like this " <!-- STANDARD FTP :: DELETE THIS BLOCK FOR SECURE FTP AND UNCOMMENT THE SECURE BLOCK BELOW --> <tr> <td valign="middle" align="center" height="35"> <a href="http://!domain!/uftp/">Click here to login to your FTP site.</a> </td> … Software Development shell-scripting | |
#include<iostream> #include<string> using namespace std; void main() { string str="hello world"; string::const_iterator p=str.begin(); while(p!=str.end()) { cout<<*P<<endl; p++; } } when i try to run this program.it doesn't working. it tells me the 'p' is not declared identifier. string::const_iterator p//the defination is wrong? Software Development c++ | |
Hi I am sahil Is there any one who describe me the use of multidimentional or two dimentional arrays in "C". I need your help . Software Development c | |
I have a project where I have to make a sales and inventory system. My purchase order form has a table which you can list the products that you want to order. My question is how do I store the products information associated with the purchase order? I thought of … Software Development vb.net | |
I have been messing around with some scripts, and would soon like to start making a few gui apps. I plan on using either tkinter, or possibly pygame, or pygtk. Are there modules already built that will allow you to browse graphically? for instance, choosing a file, or directory, using … Software Development file-system gui python tkinter | |
There might be another Thread about this.... and if there is PLEASE tell me link. But I have been a few weeks trying to figure out why my games fail and the Visual C++ Library error comes and my game fails.... I have been uninstalling and installing but it hasnt … Software Development c++ | |
Hey, can anyone help me, i am trying to install the free borland compiling program and i keep getting a message with the tittle bar saying, "16 bit Windows Subsystem" then the message says, "C:\WINDOWS\SYSTEM32\AUTOEXEC.NT. The system file is not suitable for running MS-DOS and Microsoft Windows applications. Choose 'Close' … Software Development c++ microsoft microsoft-windows | |
I have spent the evening trying to complete a program to be turned in before midnight. This program simulates the game Rock, Paper, Scissors. Towards the end of the code, I had thrown in the if-statments declaring 1 = rock, etc. I can't find my last mistake. Any advice guys? … Software Development c++ | |
Okay. I am very new to Java and I am very excited about it. However, I have hit a brick wall. I have a couple of questions about my code. 1. How can I make the program print a blank space in between the ****RESIDENTIAL ....***** and Max number of … Software Development java | |
This is an array string problem where I have to ask for a sentence input that includes an integer (between 0 and 9), then the program has to change that integer to its name in words. Like: This is test 3. Would say: This is test three. My program does … Software Development c++ | |
Hi Narue, Ive started your tutorial on pointers and had a few questions about it if you don't mind. 1) You talked about the fact that a function has an adres itself and that you can call a function threw it's adres. This I understand, as I tried it out … Software Development c microsoft visual-studio | |
Hi everyone I have a small program on ATM transaction that i did on console application in C++ and i am having difficulty converting it to GUI and i dont understand why.Here is the code if you can do it plz send me the coding i will gladly appreciate it … | |
Suppose I had a directory name of company.domain.com where company was diff everytime. How could I read the company part of the name in as one of the variables in my bash script? Software Development shell-scripting | |
I am having a tough time understanding what is going on in this following code [code=python] class Player(object): """ A player in a shooter game. """ def blast(self, enemy): print "The player blasts an enemy.\n" enemy.die() class Alien(object): """ An alien in a shooter game. """ def die(self): print "The … Software Development python ![]() | |
I have made this car but am wondering how I would get it to move across the screen either on load or by button click any suggestions? import java.applet.Applet; import javax.swing.*; import java.awt.*; import java.awt.event.*; public class NewCar extends JApplet implements ActionListener, Runnable { Container con = getContentPane(); JButton moveCar … Software Development java java-swing | |
is there any other way besides protected override bool ProcessCmdKey(ref Message msg, Keys keyData) { if (keyData == Keys.B) { MessageBox.Show("Enter pressed!"); String fileName = @"C:/Windows/Media/tada.wav"; PlaySound(fileName, 0, 1); return true; } return base.ProcessCmdKey(ref msg, keyData); } that to capture key presses i want to beable to capture more than … Software Development | |
hello guys!!! im back again, of course with something to ask for your help. anyway here it is...Im now in my last stage of the program i am making. and this includes the e-mail notification by by program, which it gets its e-mail details to be sent in the database. … Software Development email visual-basic | |
#include<iostream> using namespace std; class linkedlist {private: llink* firstelem; ..................................... struct llink { int elem; llink* nextelem; } ......................................//when i take the struct out the class definition , the program works well.but just like this it doesn't working! i am confused . ........................................................................... public: linkedlist(void); ~linkedlist(void); void AddElement(int elem1); void … Software Development c++ | |
I have been taking a few courses in C++ and I am having difficulty starting a few problems. I am seeking help to develope programs for the follwing questions: 1) Write a function to calculate the mean, variance, and standard deviation for values stored in an array. 2) Write a … | |
Which type of basic came first? Is there muchly of a difference? Software Development qbasic visual-basic | |
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 … Software Development c++ | |
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. Software Development c++ | |
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 … Software Development java | |
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 … | |
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; … Software Development c++ | |
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 … Software Development assembly c client-server google http-protocol web-browser web-server | |
Is there a way to get the day of the week when supplied with a date? Like November 11, 1911 may be a Monday? Software Development python | |
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??? Software Development java |
The End.