Page 1 of 2 12 LastLast
Results 1 to 12 of 13

Thread: c programming use

  1. #1
    vu student is offline Senior Member+
    Last Online
    10th February 2014 @ 01:19 PM
    Join Date
    04 Dec 2009
    Posts
    92
    Threads
    9
    Credits
    0
    Thanked
    0

    Post c programming use


    i hope u will be fine.

    Explain that How can i make my own Header File?

    i am waiting for Ur response.

    Thankx for Advance.

  2. #2
    loinheart's Avatar
    loinheart is offline Senior Member+
    Last Online
    17th July 2010 @ 12:53 PM
    Join Date
    10 Jul 2009
    Age
    34
    Posts
    58
    Threads
    6
    Credits
    945
    Thanked: 1

    Default

    w.sallam
    Allah ka shuakr hai tm suneo kai haal hian .........
    yaar main c++ main bata sakta hoo aap ko

  3. #3
    SufyanGujar is offline Senior Member+
    Last Online
    29th December 2010 @ 10:59 PM
    Join Date
    10 Oct 2009
    Location
    England, UK
    Age
    34
    Posts
    157
    Threads
    10
    Credits
    0
    Thanked
    7

    Default

    U can either do dat saving text file with .h extention
    or going to project and adding new header file to your
    project, but it isnt of much use unless u completly
    understand how to use em in ur project....

  4. #4
    vu student is offline Senior Member+
    Last Online
    10th February 2014 @ 01:19 PM
    Join Date
    04 Dec 2009
    Posts
    92
    Threads
    9
    Credits
    0
    Thanked
    0

    Smile

    Quote loinheart said: View Post
    w.sallam
    Allah ka shuakr hai tm suneo kai haal hian .........
    yaar main c++ main bata sakta hoo aap ko

    WSLM::
    same 2 u.
    to bataya kun ni , soch soch kar bata ha gay.

  5. #5
    I A Qureshi's Avatar
    I A Qureshi is offline Senior Member+
    Last Online
    27th January 2011 @ 03:36 PM
    Join Date
    07 Jan 2010
    Location
    Rawalpindi
    Posts
    44
    Threads
    4
    Credits
    960
    Thanked
    0

    Default


    Write a class in notepad and save it with extention .h

  6. #6
    Nouman Rasheed's Avatar
    Nouman Rasheed is offline Junior Member
    Last Online
    28th February 2010 @ 04:28 PM
    Join Date
    04 Sep 2009
    Location
    Islamabad
    Age
    32
    Posts
    28
    Threads
    4
    Credits
    0
    Thanked
    0

    Default

    Janab es k liye to aab ko language kee full khaal khaenchnee paray gee!
    header files may to full definations hotee hain funtions k baaray may!
    Han!
    Agar aap hacked tareekay say header file bnana chatay hain to
    Kisi b header file ko notepad may open kr k Us ko .h ke extention say save kr lain!
    eg.yourname.h
    Aur es ko program may use karain!
    Magar
    Es header file ko us he folder may rakhain jis may baakee tamam header files rakhay huay hain!

  7. #7
    Ganxtr's Avatar
    Ganxtr is offline Advance Member
    Last Online
    5th July 2019 @ 09:15 AM
    Join Date
    15 Nov 2009
    Location
    CRIME CITY
    Posts
    1,740
    Threads
    18
    Credits
    83
    Thanked
    100

    Default

    Great
    your thread is very nice, thanks 4 sharing with us!

  8. #8
    *Tamraiz*'s Avatar
    *Tamraiz* is offline Advance Member+
    Last Online
    29th August 2022 @ 08:08 AM
    Join Date
    26 Nov 2010
    Location
    Sialkot
    Gender
    Male
    Posts
    16,583
    Threads
    1051
    Credits
    1,207
    Thanked
    1738

    Default


  9. #9
    Shining Star's Avatar
    Shining Star is offline Senior Member+
    Last Online
    25th November 2011 @ 10:38 PM
    Join Date
    02 Dec 2010
    Gender
    Male
    Posts
    201
    Threads
    2
    Credits
    0
    Thanked
    2

    Default

    nice

  10. #10
    mrfaizaniqbal's Avatar
    mrfaizaniqbal is offline Senior Member+
    Last Online
    10th February 2015 @ 07:23 PM
    Join Date
    02 Mar 2010
    Location
    KARACHI
    Age
    34
    Gender
    Male
    Posts
    1,090
    Threads
    61
    Credits
    0
    Thanked
    28

    Default


  11. #11
    sumira is offline Junior Member
    Last Online
    22nd September 2014 @ 07:24 AM
    Join Date
    20 Jan 2011
    Location
    hong kong
    Age
    33
    Gender
    Female
    Posts
    5
    Threads
    0
    Credits
    0
    Thanked
    0

    Default

    Quote vu student said: View Post

    i hope u will be fine.

    Explain that How can i make my own Header File?

    i am waiting for Ur response.

    Thankx for Advance.
    hello bhai
    muje koi ni ati c++ plz ap meri help kre


    teacher ne dye hain par mje thori si b ni ati ye languge
    Write a C++ program that generates a random number between 1 to 100 that must be guessed by a user. The program will indicate the new range of the number after each guess. The game ends when the user has guessed the number.

    When the program is executed it will produce the following output:

    **The Guessing Game**

    Enter a Guess (1 to 100): 50

    After the user makes a guess the program will output one of these statements:

    The number falls between 1 to 50. Next Try!
    Enter a Guess (1 to 50): 20
    The number falls between 20 to 50. Next Try!
    Enter a Guess (20 to 50): 30

    Bingo! The number is 30!


    Hint: use <stdlib.h> and <time.h> to generate the random number:

    #include <time.h> // For time() #include <stdlib.h> // For srand() and rand() . . . srand(time(0)); // Initialize random number generator. . . . int r = (rand() % 100) + 1; // Generate a random number between 1-100

  12. #12
    Awais Shahid is offline Senior Member+
    Last Online
    24th February 2013 @ 12:08 PM
    Join Date
    25 Apr 2011
    Location
    Lahore
    Gender
    Male
    Posts
    30
    Threads
    1
    Credits
    0
    Thanked
    0

    Default

    ok

Page 1 of 2 12 LastLast

Similar Threads

  1. Any programming help for anyone..
    By aajizUsmani in forum Ask an Expert
    Replies: 47
    Last Post: 16th April 2014, 10:21 PM
  2. help me about programming
    By ithoun in forum Ask an Expert
    Replies: 2
    Last Post: 16th June 2012, 01:47 AM
  3. Replies: 5
    Last Post: 18th December 2010, 07:34 PM
  4. programming
    By Shajee Waqar in forum Ask an Expert
    Replies: 10
    Last Post: 12th June 2010, 03:44 PM
  5. I need help Programming
    By Rizvann in forum Ask an Expert
    Replies: 3
    Last Post: 7th July 2009, 11:09 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •