Search:

Type: Posts; User: zebani

Search: Search took 0.00 seconds.

  1. Thread: runtime error

    by zebani
    Replies
    6
    Views
    1,104

    Thank you for all guys. The thing is code working...

    Thank you for all guys. The thing is code working now without changes. I guess dynamically allocated memory caused this crash so when debugging there was no error. And thanks for hint iMalc, I wasn't...
  2. Thread: runtime error

    by zebani
    Replies
    6
    Views
    1,104

    any opinion?

    any opinion?
  3. Replies
    6
    Views
    2,008

    for (i=0; i

    for (i=0; i<=9 ; i++)
    numb[i]=numb[i]-(i+1);
    for(i=0;i<=9;i++)
    printf("%d\n",numb[i]);

    try this instead of for loop in 45
  4. Thread: runtime error

    by zebani
    Replies
    6
    Views
    1,104

    my struct is like that: struct charDesc { ...

    my struct is like that:

    struct charDesc
    {
    char ch;
    int freq;
    int index;
    };
    struct charDesc chars[256];
  5. Thread: runtime error

    by zebani
    Replies
    6
    Views
    1,104

    runtime error

    Hi everyone, working on a data structers project on dev-c++ as compiler and problem is when compile&run it freezes but when click debug, (magically) it works. So what do you think I missing
Results 1 to 5 of 5