Search:

Type: Posts; User: anik18

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,116

    Thanks.

    Thanks.
  2. Replies
    2
    Views
    1,116

    Need help to identify basic wrong code

    What is wrong with this code; (what type of error is it)

    Int* seed;
    Seed=4;
  3. Is it possible you help me now? I will find out...

    Is it possible you help me now? I will find out escape sequences later but don't have time to check now because i am about to submit assign within minutes.
  4. Could you please check this from Dev C++ compiler...

    Could you please check this from Dev C++ compiler as it just said 5 warnings with no line number.
  5. need help to fix warning: "[Warning] unknown escape sequence"

    Hi, I am able to compile successfully. But I found just minor problem where compiler said "[Warning] unknown escape sequence '\>' "
    Could you please fix as soon as possible. Need to submit assign...
  6. Replies
    19
    Views
    2,673

    I don't understand how to fix what Chakra said in...

    I don't understand how to fix what Chakra said in #18.
  7. Replies
    19
    Views
    2,673

    The errors are: In function `int main()': 1) ...

    The errors are:
    In function `int main()':
    1) void value not ignored as it ought to be
  8. Replies
    19
    Views
    2,673

    Still there is a problem with this code inPut...

    Still there is a problem with this code

    inPut = getNumber();
  9. Replies
    19
    Views
    2,673

    the errors are: 1) In function `int main()': ...

    the errors are:
    1) In function `int main()':
    2) void value not ignored as it ought to be
    3) [Warning] unknown escape sequence '\>'

    Now what to do.
  10. Replies
    19
    Views
    2,673

    As i followed what MK27 told me about "num" to...

    As i followed what MK27 told me about "num" to "int". I changed it. Again i got an error with this code

    inPut = getNumber();

    How to change this? Instead of this what would be the new code.
    ...
  11. Replies
    19
    Views
    2,673

    Oh my god. I made huge red text to show you which...

    Oh my god. I made huge red text to show you which code has an error after compiling. Coding size has nothing to with error.
  12. Replies
    19
    Views
    2,673

    I told you code in red colour was highlighted...

    I told you code in red colour was highlighted when i compiled it. I used Dev Shed software. The error said:

    1) variable or field `replaceNode' declared void
    2) `num' was not declared in this...
  13. Replies
    19
    Views
    2,673

    Need help to fix code

    Hello guys, I made program using with c. And i found compiling is not successful because small error. Please see full coding work below and error is highlighted in colour. Please help me to fix this...
  14. Replies
    4
    Views
    2,512

    Is that right? I don't know what is the address...

    Is that right? I don't know what is the address operator for pointer. Can you please help now?


    #include<stdio.h>
    #include<conio.h>
    using namespace std;
    struct date{
    int day;
    int month;...
  15. Replies
    4
    Views
    2,512

    Thanks Abraham. If i want to add call by...

    Thanks Abraham. If i want to add call by reference codes then where in my full coding work above i should put in. Or you can copy my code and add with yours then i will identify and understand it.
  16. Replies
    4
    Views
    2,512

    Car assignment help

    I am a new user to this forum so i need help with code.

    I need help on how to use call by reference or pointer as mentioned in Assignment question paper see attached file. There are 2 files first...
Results 1 to 16 of 16