Search:

Type: Posts; User: Borislav

Search: Search took 0.00 seconds.

  1. DataGridView symmetric values for the main diagonal ?

    Hello,

    I'm using the DataGridView for an adjacency matrix, so I need the values left and right the main diagonal to be symmetric( or only left/right values)

    If I've understood right, there is...
  2. hey guys, I'm facing another problem. ...

    hey guys,

    I'm facing another problem.


    First I add elements in a binary tree :


    while(NOMER1!=0)
    {
  3. Well, I understand you but I can't do it...

    Well, I understand you but I can't do it properly.

    My ideas are here in "pole"
    every element to be firstly "1"

    struct ELEM {
    int key2, pole;
    ELEM *left, *right;
    } *root1, *root2;
  4. OK, thank you. I don't want to start a new...

    OK, thank you.

    I don't want to start a new topic, so here I'll post my questiong regarging the program.


    while(NOMER!=0)
    {
    cout << "\n NOMER :"; ...
  5. Salem thank you for your comments. I'll pay...

    Salem thank you for your comments.
    I'll pay attention
  6. I can't see build solution anywhere : ...

    I can't see build solution anywhere :
    ImageShack® - Online Photo and Video Hosting

    At the university we are using Borland C and Borland Pascal and I used to work in these programs. That's why...
  7. Even with 3 lines it doesn't help. I'm using...

    Even with 3 lines it doesn't help.


    I'm using Microsoft Visual C++ 6.0, with virtual CD - any problems here ?
    In the newest version Microsoft Visual C++ 2010 Express I can't understand how to...
  8. hmm I'm having a problem with making an .EXE...

    hmm I'm having a problem with making an .EXE file.
    Can this make such a big problem ?

    With one brace in the end here what it displays :


    --------------------Configuration: XAXA - Win32...
  9. How about this ? I still have unexpected end...

    How about this ?
    I still have unexpected end of file ..
  10. Actually, I moderate "search_recurs" The...

    Actually, I moderate

    "search_recurs"

    The original version is :


    int search_recurs(struct elem *p, int n)
    {
  11. OK, I think I've edited some braces, here is the...

    OK, I think I've edited some braces, here is the whole program.
    The program is supposed to operate the flights in an airport.

    Only "Available" is own function and its goals are to write 0 in...
  12. Yes, I did it. In my next post I'll show the...

    Yes, I did it.
    In my next post I'll show the whole program.




    Yes, thank you I check it
  13. 5 times "local function definitions are illegal"

    Hi everybody !
    This is my first post and I hope I can deal with the forum well.

    I'm working on a program which currently has 7 errors in total. They aren't many but most of them are "local...
Results 1 to 13 of 13