Search:

Type: Posts; User: Tonyukuk

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. I see thanks a lot

    I see thanks a lot
  2. thanks a lot. but what is '0' NULL or something?

    thanks a lot. but what is '0' NULL or something?
  3. A program that sum all digits of entered number can you help

    I want to do a program that you can enter an integer than it will sum all of its digits.
    example: 189
    1+8+9=18

    but I have an error.My program does this;
    example: 189
    189+89+90=368

    what...
  4. Replies
    7
    Views
    1,080

    thank you very much

    thank you very much
  5. Replies
    7
    Views
    1,080

    I am familiar with pointers and I am holding...

    I am familiar with pointers and I am holding characters with array
  6. Replies
    7
    Views
    1,080

    peogram converts vowels..

    I need to write a program that converts vowels to "*" can you give me some tips about it.
  7. Replies
    1
    Views
    1,552

    how can I use try catch?

    can you help me
  8. Replies
    1
    Views
    1,697

    I need help with making a program which....

    can tores name,surnames,tel , sort them and show them. Can you give me some hints about it.
  9. Replies
    1
    Views
    1,155

    data structures and algorithm

    I need a source web site about this issue. Please help.
  10. Ok. I confess I skip the class but why don't you...

    Ok. I confess I skip the class but why don't you help me. I didn't want you to do my homework or etc.... I only want to understand and learn.
  11. I have some questions about data structures and algorithms

    ------------------------------------------------------------------------------
    4n2 , log3n , 3n, 20n, 2 , log2n , n2/3

    How can I graph these expressions.Andhow can I state the range of values of...
  12. Replies
    2
    Views
    1,911

    data structures and algorithms

    can you give me some information or some web adresses about data structures and algorithms in c++.
  13. Replies
    4
    Views
    1,342

    55 c:\belgel~1\carlcash.cpp implicit...

    55 c:\belgel~1\carlcash.cpp
    implicit declaration of function `int getchar(...)'

    this is the error message I got from the game named "carlcash"

    and this is the 55th line "ent = getch();"
    ...
  14. Replies
    4
    Views
    1,342

    every game I have tried in this forum I am...

    every game I have tried in this forum I am getting an error massage when I tried to compile the codes.
  15. Replies
    4
    Views
    1,342

    Compiler problem

    when I tried to open that games you created I always have an problem. I am using dev- cpp compiler. Which compiler do you generrally use?
  16. Replies
    11
    Views
    2,436

    what is programming and why do we need it?

    I am waiting for your answers.
  17. Replies
    5
    Views
    2,032

    and also I am talking about functions...

    and also I am talking about functions "sortbyname()" is a function. How can I use this function with command argument line.
  18. Replies
    5
    Views
    2,032

    than a lot but what is strcmp and why do we use...

    than a lot but what is strcmp and why do we use "!"
  19. Replies
    5
    Views
    2,032

    command argument line

    for example there are some functions about strings.for eample "sortstring()", How can I use command argument line with this function?

    Example: in dos command prompt you write

    s.exe byname
    ...
  20. Replies
    3
    Views
    1,495

    thanks

    thanks
  21. Replies
    3
    Views
    1,495

    foreignbook ff, behave like nativebook bf. How...

    foreignbook ff, behave like nativebook bf. How can I do this in this situation.
  22. Replies
    3
    Views
    1,495

    what is polymorphism and how can I use it

    in this situation?
    -------------------------------------------------------------------------
    Book is the root class Nativebool and ForeignBook derivated from it.

    you want to enter a number...
  23. #include using space std; int...

    #include <iostream>
    using space std;
    int main(){
    cout<<"s"<<endl;
    return 0;
    }

    with this code I have an error like this

    cc1plus.exe C:\Myfolder\cc1plus.exe
  24. #include using namespace std; int...

    #include <iostream>
    using namespace std;
    int main(){
    cout<<"aaaa"<<endl;
    return 0;
    }

    it is a simple code infact I didn't understand the error massage I do not know how to read it. It is not...
  25. what is the difference with dev-cpp and visual c++

    I can not compile and run my codes which I wrote in visual c++ in dev-cpp. (I do copy and paste my codes are not so complicated to import projects.)
Results 1 to 25 of 34
Page 1 of 2 1 2