Search:

Type: Posts; User: black_sol

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    985

    thanks! saved my life!

    thanks!

    saved my life!
  2. Replies
    5
    Views
    985

    where would this go? with the rest of the char's?...

    where would this go? with the rest of the char's? or after np[MAX]?
  3. Replies
    5
    Views
    985

    clearing arrays

    just a quick one!

    How do u clear an array of all its data? ive just got random stuff in and i cant get rid of it!

    heres my structure


    class book {
    //starting the class
    public:
  4. Replies
    16
    Views
    1,707

    p.s. just seen my mistake, but it says at this...

    p.s. just seen my mistake, but it says at this point of file on this line




    result = strcmp (np[i].name);


    sorry about all this guys, ive been working too long and my inteligence is...
  5. Replies
    16
    Views
    1,707

    Sorry looked myself away and looked indepth to...

    Sorry looked myself away and looked indepth to it!

    heres the re done code



    // void book::findnme(void)
    // {
    // int i;
    // int result;
  6. Replies
    16
    Views
    1,707

    Still sadly getting them! except now i have a...

    Still sadly getting them!

    except now i have a "forbids i with no type" error on line 7!

    but surely its been declared at the start?
  7. Replies
    16
    Views
    1,707

    so what would i include in std::[xyz] everything...

    so what would i include in std::[xyz] everything from the int part?
    I have put the iostream in, admittedly i did miss it from the start!

    cout is a statement in Cpp isnt it?
  8. Replies
    16
    Views
    1,707

    simple error...

    hello,
    im doing a program but ive got a problem but i cant see where the error is coming from! it seems so simple, but then the simple ones always are....



    void telephone::findnme(void)
    {...
  9. Thread: pausing

    by black_sol
    Replies
    7
    Views
    1,065

    Sadly mine needs to be in a loop or the menu...

    Sadly mine needs to be in a loop or the menu system gives me 2 fingers.

    tried the timer, but ive just noticed what i missed out!

    thanks!

    BS
  10. Replies
    8
    Views
    1,092

    yer just use a steady increment, make sure the...

    yer just use a steady increment, make sure the loop knows about it mind.
  11. Thread: pausing

    by black_sol
    Replies
    7
    Views
    1,065

    pausing

    i am trying to make my menu system pause so that users can read the screen before the menu system loops back up.



    int main(int i){
    int x;
    x=1;
    do
    {
  12. Replies
    3
    Views
    1,537

    ive just noticed that the i has nothing to do...

    ive just noticed that the i has nothing to do with the class that it refers too.... my brains not working anymore...

    i think ive sorted it out! thanks for pointing it out!

    Black_Solitare
  13. Replies
    3
    Views
    1,537

    For some reason, it hasnt seperated the code. ...

    For some reason, it hasnt seperated the code.

    for this i am sorry
  14. Replies
    3
    Views
    1,537

    invalid conversion

    I am having the same error on 2 parts of my code. i am getting an invalid conversion fron 'int' to 'const char'

    y would i be getting this?

    thanks you

    Black_Solitare

    <code>
    void...
  15. Replies
    3
    Views
    1,599

    i have to be blind cheers people! now to get...

    i have to be blind

    cheers people! now to get the rest talking.....
  16. Replies
    3
    Views
    1,599

    unknown error!

    #include <iostream.h>
    #include <fstream.h>
    #include <stdio.h>
    #include <conio.h>

    #define MAX 20
    int s;
    char choice;
    class book {
Results 1 to 16 of 16