Search:

Type: Posts; User: rxg00u

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,181

    hi soory for disturbing u , however i hav not...

    hi soory for disturbing u ,
    however i hav not solved it but i have approached it a diffrent way i now am using pointers to store in my vector for some reason casting pointers works better than...
  2. Thread: colours

    by rxg00u
    Replies
    5
    Views
    1,260

    hey thanks for al ur help is there anywhere that...

    hey thanks for al ur help
    is there anywhere that u know of where there are source examples for ncurses becausei cant really seem to understand it properly
    thanks again
  3. Thread: colours

    by rxg00u
    Replies
    5
    Views
    1,260

    text colours

    hi what i would like is for the output o have certain text to be in one colour and the next in the other for example


    .......
    cout<<"This is red text";
    //code to change colour
    cout<<this is...
  4. Thread: colours

    by rxg00u
    Replies
    5
    Views
    1,260

    colours

    hi every1
    i wnated to know if it is possible to change text colour being outputed on a unix compiler (g++). I have searched the FAQ but it seems that most of the stuff on there was concerned with...
  5. Replies
    4
    Views
    1,181

    im not sure

    sorry but im not sure i know what u mean?
    ClassJppsimple extends JppVaraible and has the paramerters shown above and the constructor above sorry if this is not what you meant.
    rxg00u
    :D :D
  6. Replies
    4
    Views
    1,181

    static casting problem

    hey every1
    slight problem with casting if u could spare the time to have a quick look and c wat is going wrong
    thanks alot


    class JppVariable{
    public:
    string name;
    string type;
    };
  7. Replies
    1
    Views
    1,333

    any information on GUI's will help

    hi sorry to bother people,
    i am attempting to produce a small GUI, using the compiler 'g++'.
    But i have no idea where to start, i have been directed to developers kit like GTK, however i was...
  8. Replies
    5
    Views
    6,708

    change to question

    i have found out that the sleep fucntion is in the windows.h libary. Is there an equivalent to this that can be used with unix
    thanks alot:D
  9. Replies
    5
    Views
    6,708

    program delay (sleep)

    hey every1, a quick question:
    i would like my program to sleep for a indicated period of time.
    I am using : sleep(2000);
    I have been told that this should compile and the 2000 is in milliseconds....
  10. Replies
    3
    Views
    1,051

    thank you

    thanks for the advice
    i think i will be using pointers to store in the vector i think that will be the easiest way for the situation i am in
    thanks again
    rxg00u
  11. Replies
    5
    Views
    937

    thank you

    brill just got it workin!!!1
    did it the way u suggested using strings
    thanks for all ur help
    rxg00u
  12. Thread: GUI and MFC

    by rxg00u
    Replies
    1
    Views
    1,027

    GUI and MFC

    hi just a quick question,
    i am currently developing a program and have hit a road block.
    i would like for the program to have the simplest of graphical user interfaces , all it needs to do is...
  13. Thread: GUI in UNIX

    by rxg00u
    Replies
    2
    Views
    2,335

    GUI in UNIX

    hi just a quick question,
    i am currently developing a program and have hit a road block.
    i would like for the program to have the simplest of graphical user interfaces , all it needs to do is print...
  14. Replies
    5
    Views
    937

    thanks alot but.......

    thanks very much your way did work!!!!!!
    howevr i was hoping to avoid the use of strings (not the end of the world if i have to though).
    You said that there was a way to do it with pointers,
    could...
  15. Replies
    5
    Views
    937

    vectors question

    hello
    this is probabley a simple probelm to overcome but i have spent ages trying to figure out what to do and have not got anywhere

    i am reading in a file a line at a time e.g

    while (!...
  16. Replies
    3
    Views
    1,051

    vectors question

    hello
    this is probabley a simple probelm to overcome but i have spent ages trying to figure out what to do and have not got anywhere

    i am reading in a file a line at a time e.g

    while (!...
  17. Replies
    0
    Views
    1,059

    visual c++ question (paramters)

    hi sorry to disturb everyone,
    im fairly new to visual c++ and had a quick question:
    How do i run my program with command line parameters, i am currently running them through dos once the executable...
  18. Replies
    1
    Views
    789

    command line parameters

    hi sorry to disturb everyone in advance,
    just wondering if any1 knows an easy way to take in command ine parameters, i have looked into this but the best solution that a lecturer gave me was to use...
  19. Thread: functions

    by rxg00u
    Replies
    7
    Views
    1,108

    thats brill it works didnt realise that u could...

    thats brill it works
    didnt realise that u could do that
    thanks alot
    pants
  20. Thread: functions

    by rxg00u
    Replies
    7
    Views
    1,108

    yeah i thougt it would have been that easy but...

    yeah i thougt it would have been that easy but for soem reason it keeps sayin that the seocnd function is an undelcarded identifier



    int main(){

    fucntion1();
    return 0;

    }
  21. Thread: functions

    by rxg00u
    Replies
    7
    Views
    1,108

    functions

    hey sorry to bother every1
    im fairlynew to c++ and im slightly stuck
    i have declared 2 fucntions and they work fine however i am now at the stage where i need to call each fucntion from within the...
  22. Replies
    1
    Views
    1,146

    pointers and arrays

    quick problem if anyone can help i have the following code as part of my program:

    int pointercounter = 0;
    char tempname[30] = "";
    int tempcounter = 0;
    char *testing[30];


    while (in_stream...
Results 1 to 22 of 22