Search:

Type: Posts; User: Barov4e; Keyword(s):

Page 1 of 7 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    4,274

    No, I am talking about TTL - Time To Live. But I...

    No, I am talking about TTL - Time To Live. But I think a found a solution. I patched my router's firmware so I can change the TTL and I will try it now
  2. Replies
    2
    Views
    4,274

    Wi-fi router withour changing TTL

    Hi,
    I have a laptop and LAN internet. I bought wi-fi router so I can have internet in all rooms. Then I do the configuration of the router, but ISP need to change some TTL so I can use the router...
  3. Replies
    8
    Views
    8,641

    Yes, I did this, but it didn't help.

    Yes, I did this, but it didn't help.
  4. Replies
    8
    Views
    8,641

    Yes, I chat with 3 of their agents, but they...

    Yes, I chat with 3 of their agents, but they can't help me :(
  5. Replies
    8
    Views
    8,641

    HTRegz, thanks for moving the topic. Now ......

    HTRegz, thanks for moving the topic. Now ... anybody can help me? I can change all settins for LAN, Administration, also I can change the channel no. and the type (B, G Mixed). I cannot change only...
  6. Replies
    8
    Views
    8,641

    Cant save wireless settings on my wrt54g

    Hi all,
    I have wireless router linksys wrt54g. I upgraded its firmware from 3.1 to 4.21.1 and hard reseted it. I can change all settings except these for wireless (SSID name, security ...). Actually...
  7. Thread: python->pascal

    by Barov4e
    Replies
    5
    Views
    5,836

    Thanks, I'll check it. I just didn't think of...

    Thanks, I'll check it. I just didn't think of searching for pascal bitwise operators :(
  8. Thread: python->pascal

    by Barov4e
    Replies
    5
    Views
    5,836

    result = result | 1

    result = result | 1 << i

    I understan this, but how can I realize it in Pascal. Is there some sort of function?
  9. Thread: python->pascal

    by Barov4e
    Replies
    5
    Views
    5,836

    python->pascal

    Hi guys,
    I have a problem converting a very simple software from python to pascal. I haven't use python before and that is the reason I can't understand some codes. I am attaching the source. But...
  10. Replies
    11
    Views
    8,373

    Ok guys, I did it! I was put the HDD on the...

    Ok guys, I did it! I was put the HDD on the middle of the ATA cable and CD was at the end. Just replace them and it booted.

    Regards!
  11. Replies
    11
    Views
    8,373

    It hasn't got non of these options for update :(...

    It hasn't got non of these options for update :( Is it possible to resolve that boot problem without updating the BIOS? Why it reads the floppy/CD but doesn't boot and freezes?
  12. Replies
    11
    Views
    8,373

    No,I can't because my HDD is empty(new).

    No,I can't because my HDD is empty(new).
  13. Replies
    11
    Views
    8,373

    Problem with boot

    Hi all,
    I have a problem with booting my pc. When I tried to boot from CD it prints: "boot from CD" and freezes. The same is when a try to boot from the floppy. When I put non-system disk it tells...
  14. Replies
    21
    Views
    7,012

    Ah ... yes, of course ... such a stupid mistake...

    Ah ... yes, of course ... such a stupid mistake ...
  15. Replies
    21
    Views
    7,012

    Nope, I tried it already and gives me exception...

    Nope, I tried it already and gives me exception on:


    while(node->next!=NULL)

    It don't allows me to change node->next. I can change it only before node=*list;
  16. Replies
    21
    Views
    7,012

    argh ... another stupid exception. I want to add...

    argh ... another stupid exception. I want to add new items to the edn of the list and resource the function:


    void InsertItem(currency **list)
    {
    currency *temp, *node;...
  17. Replies
    21
    Views
    7,012

    pi>

    pi><boy, you r the Man! Thanks a lot ... it is done!

    Best regards!
  18. Replies
    21
    Views
    7,012

    Ok, but now I get back to the previous problem -...

    Ok, but now I get back to the previous problem - the cycle in the print function loop forever. And another thing - if I call Print(), without called InserItem before, it don't show me "Spisakat e...
  19. Replies
    21
    Views
    7,012

    Yes, I changed it. Here it is: void...

    Yes, I changed it. Here it is:


    void InsertItem(currency **list)
    {
    currency *temp;
    fflush(stdin);
    printf("Vavedi valuta: ");
    gets(temp->name);
    printf("Vavedi kod na valutata: ");
  20. Replies
    21
    Views
    7,012

    pi>

    pi><boy, I tried your way, but when I debug it gives me error "Please enter path for GETS.H"
  21. Replies
    21
    Views
    7,012

    But now it gives me error "binary '=' : no...

    But now it gives me error "binary '=' : no operator defined which takes a right-hand operand of type 'struct curr *' (or there is no acceptable conversion)" on


    temp=temp.next;

    I tried in this...
  22. Replies
    21
    Views
    7,012

    I googled for this problem and changed the...

    I googled for this problem and changed the functions in this way:


    void Print(currency *list)
    {
    if (list!=NULL)
    while(list)
    {
    printf("%d\t%s\t%s\t%.4f\n", list->number, list->name,...
  23. Replies
    21
    Views
    7,012

    First, I am sorry for my later reply, but I was...

    First, I am sorry for my later reply, but I was out of town for a while :(
    nebulus200, I didn't get you ... I have two structures - temp and list. list i poiting to the start of the list and temp -...
  24. Replies
    21
    Views
    7,012

    Problem with linked list in C

    Hi,
    When I call the function Print it loops in endless cycle. I can't solve this problem. Hope somebody can help. Here is the code:



    #include <stdio.h>

    typedef struct curr
    {
    char...
  25. Replies
    5
    Views
    2,764

    Yes, something similar. But what they do exactly...

    Yes, something similar. But what they do exactly is that they draw their screen with all controls and use this picture as the screen for their program. May be I can't explain exactly my problem, but...
Results 1 to 25 of 166
Page 1 of 7 1 2 3 4