Search:

Type: Posts; User: GSalah

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,629

    any idea to build a LL(1) parsing driver

    Hi all, I'm going to build a driver for LL(1) parsing table, but its still ambiguous to me, if anyone has an idea to begin with this.
  2. Replies
    7
    Views
    13,609

    beene , no its not in my include, its in another...

    beene , no its not in my include, its in another include dirc - borland, I will get it

    thank you all
  3. Replies
    7
    Views
    13,609

    Cannot open include file: 'stack.h'

    hi all, my problem is that I cannot include stack.h , but it seems exists
    the error message : fatal error C1083: Cannot open include file: 'stack.h': No such file or directory

    I'm using VC++ 6.0...
  4. Replies
    1
    Views
    2,161

    Parallel Programming PVM , any info ?

    Dear all, I'm thinking about something like , Prallel Programming under linux , in my graduation project, can you help me in taking a decision , or any resource .

    Do you know where are the...
  5. Replies
    18
    Views
    1,934

    yes, it was a bug.!!!!!!!!!!!!!! every thing is...

    yes, it was a bug.!!!!!!!!!!!!!!
    every thing is okay now. thank you all :)
  6. Replies
    18
    Views
    1,934

    I did Daved , the same problem , I restart every...

    I did Daved , the same problem , I restart every thing and the same problem in any path for any file
  7. Replies
    18
    Views
    1,934

    still the same manutd

    still the same manutd
  8. Replies
    18
    Views
    1,934

    no , its only 12 character , and the file exixts

    no , its only 12 character , and the file exixts
  9. Replies
    18
    Views
    1,934

    yes , If I cancel the line ...

    yes ,

    If I cancel the line


    input_code.open(file_name);


    every thing wil be okay !
  10. Replies
    18
    Views
    1,934

    >it works for me in Dev-C++. I can output and...

    >it works for me in Dev-C++. I can output and everything.

    what do you mean ?
    I rely have this problem !
  11. Replies
    18
    Views
    1,934

    I don't know what is exactly, I'm usinf VC++ ,...

    I don't know what is exactly, I'm usinf VC++ , when I run the program every thing is okay , but when I type the file name and press enter , unhandled excpetion error appears. and assembly code also
  12. Replies
    18
    Views
    1,934

    please if you can suggest something

    please if you can suggest something
  13. Replies
    18
    Views
    1,934

    error in assigning a path ?

    Dear all , I have this problem, I need to set the path of a file object from the user using cin.getline, but I face a problem , please comment



    int main(int argc, char *argv[])
    { char...
  14. Replies
    3
    Views
    1,684

    thank you , but I need to see the table in the...

    thank you , but I need to see the table in the command line !
  15. Replies
    3
    Views
    1,684

    Printing a colored table , how to ?

    Dear all , I don't have enough time to send a project . and I need to neat the ouptut of the program in a nice colored table. is there something ready that can I apply without too much manipulation....
  16. Replies
    6
    Views
    1,087

    yes its successed , thank you so so much :)

    yes its successed , thank you so so much :)
  17. Replies
    6
    Views
    1,087

    whats wrong with this ????!!!

    Dear all , I try with this segment to open a file through passing the file name with argv. but the file couldn't be open. please comment :



    #include <iostream.h>

    ifstream input_code;

    int...
  18. Replies
    2
    Views
    1,491

    Function input may char or char[] ..?

    Dear all , I have a function , and I need to use this function to deal with char and char[] , is this the idea of template ? and if so , how can I distinguish if the input is char or char[] ?
    ...
  19. Replies
    11
    Views
    1,179

    thank you so so so so much :) Its clear now.

    thank you so so so so much :)
    Its clear now.
  20. Replies
    11
    Views
    1,179

    The same error. sorry I think I don't understand...

    The same error. sorry I think I don't understand you clearly. In all cases . If I past them in scan_bin.cpp ; 24 errors . If I past them in scan_bin.h or main.cpp the same previous errors a

    sorry...
  21. Replies
    11
    Views
    1,179

    when should I add them, In the main file and ,...

    when should I add them, In the main file

    and , did you mean ?


    extern ifstream input("c:\\compiler_test\\Data_file.txt"); // the code text file
    extern ifstream...
  22. Replies
    11
    Views
    1,179

    sorry , the problem here with those global...

    sorry , the problem here with those global variables




    //
    //
    // the main program file :scnner.cpp
    //
    //
  23. Replies
    11
    Views
    1,179

    Thank you , I did it , but I have a problem....

    Thank you , I did it , but I have a problem. there is global variables in the main program , after this division. the h file compile error of undeclared identifier.
  24. Replies
    11
    Views
    1,179

    Divide code into h files ?

    Dear all , My code is too larg in one file, how can I divide the code in another h or any file else, and then include that file in the main program ?
  25. Replies
    8
    Views
    132,051

    yes , its now completely clear to me . thank you...

    yes , its now completely clear to me . thank you anon
Results 1 to 25 of 40
Page 1 of 2 1 2