Search Result

Collapse
16 results in 0.0068 seconds.
Keywords
Members
Tags
program
  •  

  • abhijit mudugan
    started a topic 'identifier display cannot have type qualifier'
    in C

    'identifier display cannot have type qualifier'

    i'm getting an error 'identifier display cannot have type qualifier' near the bold portion. what's wrong???
    Code:
    #include<iostream.h>
    #include<conio.h>
    #include<stdio.h>
    #include<stdlib.h>
    class matrix
    {
    private: int a[20][20],m,n;
    public:
    void getdata();
    void display();
    matrix operator+(matrix c) ;
    
    };
    void matrix::getdata()
    {
    cout<<"enter
    ...
    See more | Go to post
    Last edited by Niheel; May 15 '11, 10:03 PM.

  • Joe Farage
    started a topic access forms open as program

    access forms open as program

    Is there any way to have Access open the forms that were created and to hide the actual Access program?
    For instance, when the user opens the database, it is set up to automatically open a certain form. But they can still see and open all the tables and everything because Access opens behind it. Is there a way to get around this or any suggestions to accomplish what I'm trying to accomplish?
    See more | Go to post

  • hennessy
    started a topic Problem With Deleting characters from string (C)
    in C

    Problem With Deleting characters from string (C)

    Hello all, this is my first time on bytes and i was wondering if anyone could give me a hand with my program. I have written a program that, when given an input of 2 words, removes all the letters from the first word that are in the second word. For example, if it is given the words "Hello World", it removes letters from the first word, "Hello" if they occur in the second, "World", leaving the letters "Hel"....
    See more | Go to post

  • How to create 300 HTML pages from a list in a document?

    I have a document with a list or roughly 300 names.
    I need to make an individual .html page with that name.

    Instead of copy paste an html page and rename it, is there a program that I can paste that 300 name list, and have it generate basic html pages?
    See more | Go to post

  • AlarV
    started a topic Splash Screen before program begins
    in Java

    Splash Screen before program begins

    Hey everyone!
    I've been trying to create a Splash Screen in my Java program. I've managed to make the splash screen show itself, with the program. I now want to make it show first, and then show my main program. As in every program nowadays..

    Here is my code:

    Code:
    /*
    
    
    package ****;
    
    import java.awt.BorderLayout;
    import java.awt.Dimension;
    import java.awt.Frame;
    ...
    See more | Go to post

  • LazyPrinzez
    started a topic How do I make a network game on JAVA?
    in Java

    How do I make a network game on JAVA?

    There is a local card game here in our place that me and my classmates got addicted to (oh no, we don't put bets on it, we just play the game), but when we get to our respective homes, no one in our place knows how to play the game but us. So we were thinking if we could search the net for an online version, but no, there is none (because it's a local game, no one out there knew of it).

    Now we thought like, "What if we make this...
    See more | Go to post

  • Twizz
    started a topic How to get a proper login screen

    How to get a proper login screen

    Hey, I recently started with C# and I've done some things in XNA, 2D and 3D etc but now I'm trying to start with window programming.

    Atm I've done a program who start a normal form where you enter your username and password, when you press ENTER your information will be checked and it will close the login menu and open a new form named CSystem.

    I'm trying to get it to work like this

    When I enter the program...
    See more | Go to post

  • write a c function to sort sets of integers with a time stamp

    I'm learning c on my own and I came across this question.
    I'm trying to write a program that sorts a specified number of random sequences of integers.

    I'm using bubble sort but i cant get c to print the average sort time, the maximum sort time and the minimum sort for each sequence number. Thanks in advance.
    See more | Go to post

  • starfoxone
    started a topic Program that press a key every X time (HELP)
    in C

    Program that press a key every X time (HELP)

    I've some real problems finding info or creating a program that works like this:

    Every 5 minute the program will use key F2 (for example)
    Every 10 minute it will use arrow down and later arrow up.

    Any ideas, examples or guides on how the code should look like?


    Hope someone is able to solve this!
    (starfox-one@hotmail.com )
    See more | Go to post

  • googleplexx
    started a topic Help with a simple encryption program?
    in Java

    Help with a simple encryption program?

    Hello,

    I'm trying to make a simple Caesar cipher however instead of A-Z i want to also include 0-9. where 9 wraps back to A.

    The best i could can do shift letters and integers independently so a string like "TESTING SHIFT Z 9" with a key of 1
    becomes
    "UFTUJOH TIJGU A 0"

    9 wraps to 0 and Z wraps to A

    here is how I did that:

    Code:
        private
    ...
    See more | Go to post

  • Running a C++ Program during the execution of a C Program

    Hello,

    This is my first time posting on this thread. I was just wondering if anyone had any idea if it is possible to call a C++ program inside the code of a C program.

    Also, I need to pass a few variables of the C program into the C++ program. I was also wondering if this is at all possible. I was thinking of just writing the variables to a file from the C program, and reading the variable from the C++ program. But...
    See more | Go to post

  • qwert7465
    started a topic Whats wrong with this program?
    in C

    Whats wrong with this program?

    I wrote this program and took care of most of the errors and when i execute it, it works but something is wrong. It is a store and i put some products in this store and after you made your selection, it gives you the receipt. unfortunatly it does not keep track of how many items you selected so it is always zero. any help would be appreciated on this problem. here is the code:

    Code:
    // Final Project
    
    
    #include
    ...
    See more | Go to post

  • LazyPrinzez
    started a topic What simple GUI programs are there?
    in Java

    What simple GUI programs are there?

    Hello! I've just learned Java for about a month and a half. It's our focus for this semester. Now my teacher said that for our project, we are to make useful programs with GUI. She said that games would be okay. The thing is, I don't have any idea what I'm supposed to make in this project. Our deadline for passing program proposal is the end of January, but I still don't know what to make! >.<

    I have thought of making a memo-calendar...
    See more | Go to post

  • vquanski
    started a topic oracle - program around ora-02068 error ??

    oracle - program around ora-02068 error ??

    How to program around ora-02068 error

    On DB2 side, newbie to oracle platform. . .HELP !!

    Oracle procedure, db link to DB2, gets 02068 rpc disconnect errors inconsistently/randomly, each require manual resub for correction. No error messages, no contention, and response time on both platforms are OK.

    procedure:

    1. select....
    2. commit.
    3. execute immediate...alt er session...close...
    See more | Go to post

  • I wrote the program, I want to promote it, where can I do it?

    Hi, all.
    I create a program - I want to promote it and get some feadback from potential user. Where and how can I perform this?

    or index hd to search then.
    I do not sure is it possible to write such information here - cause this is announcement about the program, at least currently it is freeware - so this is just for glory :
    See more | Go to post
Working...