Search:

Type: Posts; User: realnapster

Search: Search took 0.01 seconds.

  1. Replies
    15
    Views
    2,494

    hi guys, I used this code to read...

    hi guys,
    I used this code to read the memory addresses and i can read only a specific range.


    #include<stdio.h>
    int main()
    {
    printf("%ld",*(long int *)2281471);
    ...
  2. Replies
    15
    Views
    2,494

    Your code eliminated the errors and i was able to...

    Your code eliminated the errors and i was able to make exe. But when i executed that some error came up and that was :


    The instruction at "0x00401309" referenced memory at "0x037c0000".The...
  3. Replies
    15
    Views
    2,494

    Reading particular memory location ?

    Hi members,
    Now a days i was working on a program and i made a big move in it. Now the last stage is that i came up with a memory address and i wanna read the content at that...
  4. This code provides a solution to your problem. It...

    This code provides a solution to your problem. It takes the input into a charecter array(intentionally) and checks the ASCII value of each entered value. If the value is not B/W 48 to 57 then it...
  5. Replies
    2
    Views
    2,141

    You can change the colours by using and...

    You can change the colours by using <conio.h> and <graphics.h>. I know these are non-standard c-headers but provide very cool support.
    Try them out and you will got the...
  6. Replies
    5
    Views
    1,237

    Sand_man You have a cool sense of humour . You...

    Sand_man You have a cool sense of humour . You haven't saw me so how can you say that i am not HARDWORKING AND GOOD LOOKING.

    ...
  7. Replies
    10
    Views
    1,374

    Can you please post some more details ? The code...

    Can you please post some more details ? The code that you might be working with.

    Hoping to see you back soon.

    REALNAPSTER
  8. Replies
    5
    Views
    1,237

    Ok I got my answer. Thanks for replying. A...

    Ok I got my answer. Thanks for replying.

    A hardworking and good looking guy
    REALNAPSTER
  9. Replies
    6
    Views
    1,643

    Yeah no problem you can even do this by simple...

    Yeah no problem you can even do this by simple looping and move to next part whenever you encounter a " | ".
  10. Replies
    5
    Views
    1,237

    Why not use non-standard C headers ?

    I wanna discuss this issue here as i have encountered this question many a times. IF we have been provided with some other header files which work nice for specific job like GRAPHICS.H for graphics...
  11. Can you please post your original question ? I...

    Can you please post your original question ? I mean the same you are trying . It sounds interesting to work out. Please type out the original question.
  12. Replies
    2
    Views
    1,723

    One more suggestion is that first read books on...

    One more suggestion is that first read books on C-programming.
    Try out some examples and use the functions.
    Don't come and ask please tell me use of the blah blah blah ? I don't think that you had...
  13. Replies
    8
    Views
    1,830

    What do you mean by data structure of 100+bits ?...

    What do you mean by data structure of 100+bits ? DID you mean that the size of structure will be more than 100bits ? or semething else.

    Please explain
  14. Replies
    14
    Views
    54,664

    Mr hammer1234 just tell me what will you do if...

    Mr hammer1234 just tell me what will you do if the array size if 100 ?

    why not use the loop instead of writing each value ?


    REALNAPSTER
  15. Replies
    6
    Views
    1,899

    Don't you think that ch should be a charecter...

    Don't you think that ch should be a charecter type for accessing the text.

    One more thing i wanna add INSTEAD of using "if" use "while" because i don't think that above mentioned loop will work...
  16. Replies
    14
    Views
    4,097

    Thanks 00seven for telling this new concept to...

    Thanks 00seven for telling this new concept to me. IT's really cool to learn something from a agemate.


    REALNAPSTER
  17. Replies
    5
    Views
    1,226

    Excuse me sir, IF you wanna get the exact and...

    Excuse me sir, IF you wanna get the exact and fast response for your thread , please define your problem in details not just by saying BLAH BLAH BLAH.

    Hope to get some details on...
  18. Replies
    5
    Views
    4,818

    Guys Guys Guys ...

    Guys Guys Guys

    I can't understand what's going on in your conversation ? The original poster of the code asked how to access the variables of an array but you...
  19. Replies
    3
    Views
    995

    The stdout stands for STANDARD OUTPUT and when we...

    The stdout stands for STANDARD OUTPUT and when we close stdout the GOODBYE is not shown on the screen.

    That's all hidden logic is there.
  20. Replies
    5
    Views
    1,038

    Before knocking at doorstep of LINKED LIST you...

    Before knocking at doorstep of LINKED LIST you should be a champ of pointers and i hope if you have learned them by heart you can understand the code very easily.

    So don't be scared while...
  21. Replies
    14
    Views
    4,097

    What i have learned after looking at this long...

    What i have learned after looking at this long discussion is that AngKar needs a function that can concatenate two strings in third string ? That means the original strings should not be changed.
    ...
  22. Replies
    9
    Views
    1,546

    Thanks to CDALTEN as his example taught me new...

    Thanks to CDALTEN as his example taught me new thing i.e. size_t . It's really cool to use it instead of making new charecter type arrays.



    REALNAPSTER
  23. Replies
    4
    Views
    1,326

    Yes it's obvious that the code will break if it...

    Yes it's obvious that the code will break if it will not get sufficient memory for malloc().

    What you can do here is add a statement like this ?



    if(geneas[k]==NULL)

    ...
  24. Hmmmmmmmmm ...

    Hmmmmmmmmm
    Where is the return statement in the code ?

    Don't you think it's not a cool habit of writing code.Just...
Results 1 to 24 of 24