Search:

Type: Posts; User: AndyBomstad

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,816

    Functions in a Class Structure?

    the name says it all

    can you build a function inside a class and then initiate it from main or another location?
  2. Thread: Heap Work

    by AndyBomstad
    Replies
    1
    Views
    1,869

    Heap Work

    Ok so what im trying to do now is learn how to use the "Heap",
    (if anyone has a tutorial for this that would be great)

    so in this program im getting input from the user and sending it into char...
  3. Replies
    5
    Views
    3,006

    Ah geez....lol sorry i slopped that code with the...

    Ah geez....lol sorry i slopped that code with the whole "Char choice"....lol alright here it is lol Thanks


    //Menu
    #include <iostream>
    #include <conio.h>

    using namespace std;

    int...
  4. Replies
    5
    Views
    3,006

    ok now im trying somthing like this its not...

    ok now im trying somthing like this its not working either



    //Menu
    #include <iostream>
    #include <conio.h>

    using namespace std;
  5. Replies
    5
    Views
    3,006

    didnt work..i might be trying it wrong heres the...

    didnt work..i might be trying it wrong heres the code im working on if ya wanna mess with it



    //Menu
    #include <iostream>
    #include <conio.h>

    using namespace std;
  6. Replies
    5
    Views
    3,006

    F11 And F12

    Ok so i know how to use the F1-F10 keys but am strugling on F11 And F12, and im really not sure how to go about fixing it..

    so if anyone knows how to Access the F11- F12 Keys please let me know...
  7. Replies
    2
    Views
    1,026

    *Fixed it* :p

    *Fixed it* :p
  8. Replies
    2
    Views
    1,026

    Unknown Problem

    Ok guys i got a problem and i dont know where to start to fix it...


    #include<stdio.h>
    #include<conio.h>
    #include<stdlib.h>

    void display();
    int getinput();
    int Subgetinput(char* p, int...
  9. Replies
    6
    Views
    1,186

    alright well now im stuck on the autorunning from...

    alright well now im stuck on the autorunning from the pendrive....anyone got any ideas?
    i already made the Autorun.inf file, but i dont know how to go aobut getting it to start as soon as the pen...
  10. Replies
    6
    Views
    1,186

    yeah thats true, but the program is made to...

    yeah thats true, but the program is made to Autorun as soon as the pendrive is connected, or if you start it from within the folder in the pendrive

    its basicly made so that i can pop my pen drive...
  11. Replies
    6
    Views
    1,186

    ** Yep that works i just changed the path to...

    ** Yep that works i just changed the path to "\\Linker\\Apps\\programname.exe" and it worked since both the main EXE and the ones its calling are both on the Pendrive it automaticly starts from that...
  12. Replies
    6
    Views
    1,186

    Path Problem

    ok im trying to create a menu program that will launch as soon as my pen drive is connected...problem is...while writing my code i have no idea what the Drive letter for my pen drive is until i get...
  13. Replies
    5
    Views
    1,168

    im using Windows Xp, and Dev-C++ complile

    im using Windows Xp, and Dev-C++ complile
  14. Replies
    3
    Views
    890

    ive been looking around for the ASCII for the "F"...

    ive been looking around for the ASCII for the "F" keys but i cant find it i can find ESC but not the functions
  15. Replies
    3
    Views
    890

    Function Keys

    Ok Nevermind Guys I Got It Done Somehow...lol



    //Written By : Andrew Bomstad
    //"Function Keys"

    #include<iostream>
    #include<conio.h>
  16. Replies
    5
    Views
    1,168

    yeah...im still where i began lol, im trying to...

    yeah...im still where i began lol, im trying to look around at ASCII charts but im not getting anything for the F1-F12 keys, and my second problem is i dont know how to make it initialize the command...
  17. Replies
    5
    Views
    1,168

    Control Keys

    ok i wanna build a little menu program that will allow the user to hit "Esc" to exit the program, hit "F1" to get help, and stuff like that but i dont know what the code for those keys are, do you...
  18. Replies
    11
    Views
    2,049

    New Problem

    ok im trying to write a program using 2 Char Arrays of about size 10, and i want the first to be a users first name and the 2nd to be their last

    once they enter both first and last i want it to...
  19. Replies
    9
    Views
    2,109

    hey i got one more question, i just need to...

    hey i got one more question, i just need to figure out whats going on, in the "isdigit(); statement, like i said ive been trying to figure it out latley and obviously you know whats going on
  20. Replies
    9
    Views
    2,109

    Hey Thanks Alot Darryl, Thats Exactly What I was...

    Hey Thanks Alot Darryl, Thats Exactly What I was after, i was just getting to using isdigit() but i couldnt get that stomped out, but again thanks for the help!
  21. Replies
    9
    Views
    2,109

    yeah the while loop cleans it up quite a bit, ...

    yeah the while loop cleans it up quite a bit,


    //Written By : Andrew Bomstad
    //"Day6"

    #include<iostream>
    #include<ctype.h>

    #define cls system("cls");
  22. Replies
    9
    Views
    2,109

    ok wait no..... now i see my problem...if you...

    ok wait no..... now i see my problem...if you type "6tk" it'll still just pick up the 6 and ignore the other two... i want it to error if it picks up any "garbage" input like that
  23. Replies
    9
    Views
    2,109

    Checking Input Buffer...

    ok so i got a question... again lol big suprise

    ok so heres the code i got so far



    //Written By : Andrew Bomstad
    //"Day6"

    #include<iostream>
  24. Replies
    6
    Views
    2,907

    you could try system ("title This is the...

    you could try


    system ("title This is the title");


    but i wouldnt get in the habbit of using the "system" for anything
  25. Replies
    8
    Views
    1,889

    ok guys all that helped and ive got a slightly...

    ok guys all that helped and ive got a slightly working code


    #include<iostream>

    #define cls system("cls");
    #define pause system("pause");

    using namespace std;
Results 1 to 25 of 57
Page 1 of 3 1 2 3