Search:

Type: Posts; User: tahmod

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,306

    thanks memcpy...

    thanks memcpy , I will print it and learn it.
  2. Replies
    5
    Views
    1,306

    how to input a string of character?

    -I know how to scanf a character but dont know how to scanf a string.
    This is correct?

    scantf("%f",lop);

    -How to define the variable to save the string in?
    string "lop";

    Thanks,
    :)
  3. Replies
    24
    Views
    2,678

    "CommonTater...

    "CommonTater
    file:///C:/Users/Tahir/AppData/Local/Temp/msohtmlclip1/01/clip_image001.png Originally Posted by tahmod file:///C:/Users/Tahir/AppData/Local/Temp/msohtmlclip1/01/clip_image002.png...
  4. Replies
    24
    Views
    2,678

    iMalc...

    iMalc
    It's like his strategy is to just post the same thing over and over making none of the changes suggested in order to p... someone off enough to make all the fixes for him and just post the...
  5. Thread: Hello,

    by tahmod
    Replies
    5
    Views
    862

    "For example, while it can be helpful to know...

    "For example, while it can be helpful to know that "an int is for bigger numbers and a short is for smaller", it's even better to know why: "an int is 32 bits and takes up more memory, but stores...
  6. Replies
    24
    Views
    2,678

    memcpy...

    memcpy
    This thread is really starting to be useless, as the OP won't listen to any of our suggestions.

    First off, indent your code properly. No one wants to read that jumbled mess of random...
  7. Thread: Hello,

    by tahmod
    Replies
    5
    Views
    862

    After you have done c++ The tutorial and know it...

    After you have done c++ The tutorial and know it well. Can we get a job? :P
  8. Replies
    24
    Views
    2,678

    memcpy...

    memcpy
    We see your code, you don't need to keep pasting it.
    I have change it a bit I think.
    And I think your indentation is actually getting worse.

    Also, did you even read our suggestions...
  9. Replies
    24
    Views
    2,678

    MK27...

    MK27
    Thanks for CTRL-F5, My teacher is z*** brain I think, I noticed a bit from the start.

    memcpy
    Still awful indentation, I see.

    Don't use fflush(stdin) -> FAQ > Why fflush(stdin) is...
  10. Replies
    24
    Views
    2,678

    oogabooga...

    oogabooga What do you think? :)

    void numf(int, int);
    int takenum ();
    void banner(void);
    void error_message(int);


    #include <stdlib.h>
    #include <conio.h>
  11. Replies
    24
    Views
    2,678

    stahta01...

    stahta01
    "Remove and use of the non standard header "conio.h".
    If i remove coni.h i can't use getch(), (or i did not understand your question).
    Improve the indentation.
    I dont know what is...
  12. Replies
    24
    Views
    2,678

    Who can improve this excercise?

    Basically I have done this program just to try calling some function.
    Who can give me some idea, or give me a excercise? (Like do this..., I will try to do it)
    :cool:


    void numf(int, int);...
  13. Thread: Hello,

    by tahmod
    Replies
    5
    Views
    862

    Hello,

    Hello, I learnt C. But I didnt learnt c++.
    I dont know if i need to learn c++.

    -Do you think it is good to learn c++?
    -Do you know a good book where i can buy or get from internet to learn...
  14. Replies
    14
    Views
    1,917

    x Unsigned hexadecimal integer \x

    x
    Unsigned hexadecimal integer



    \x
  15. Replies
    5
    Views
    1,297

    MK27, thanks, lol

    MK27, thanks, lol
  16. Replies
    5
    Views
    1,297

    First it was showing me the error, there was 1,...

    First it was showing me the error, there was 1, now it doesnt show me the error. It run directly when i press the button start, so i cant see the error anymore.
    I open another project still the same...
  17. Replies
    5
    Views
    1,297

    Functions Problem

    Hello,
    -I want to call a function takenum to get a number from the keyboard.
    -Then the number taken from the keyboard added to a second number which is equal to 2, are are added in another...
  18. Replies
    9
    Views
    2,515

    which category you found...

    which category you found http://www.cprogramming.com/tutorial/computersciencetheory/sorting1.htmlin c++?
  19. Replies
    9
    Views
    2,515

    -When I mix two program in one to give me this, I...

    -When I mix two program in one to give me this, I forgot to delect the while loop.
    -I have delected the int from the for loop.
    -I understood the if function of bubble sort, need to think about...
  20. Replies
    9
    Views
    2,515

    I don't know why the last bit is wrong. :|...

    I don't know why the last bit is wrong. :|
    Everthing is in order except a number. The number is 84. :|


    /* Write a program that will sort an array of 20 integer numbers into
    descending and...
  21. Replies
    9
    Views
    2,515

    "do you plan on creating to do comparisons with?...

    "do you plan on creating to do comparisons with? Really, don't do it that way." I was planning to do more comparisons to finish the program. I read the sort things, they never teach me in class sort....
  22. Replies
    9
    Views
    2,515

    Thanks, I did not understand, what you said....

    Thanks,
    I did not understand, what you said. "taste of sort"
    Im very confuse. Brain gonna explode lol
    Can you guide me or something. What can I do?
  23. Replies
    9
    Views
    2,515

    Arrays, descending orders

    Hello,
    This is the program that I need to do:
    Write a program that will sort an array of 20 integer numbers into descending order. The results must be displayed on the screen
    in one column.

    I...
Results 1 to 23 of 23