Results 1 to 8 of 8

Thread: new in c++ ..plz help

  1. #1
    jameel225's Avatar
    jameel225 is offline Senior Member+
    Last Online
    10th September 2022 @ 03:40 AM
    Join Date
    19 Oct 2006
    Location
    Quetta
    Posts
    294
    Threads
    52
    Credits
    81
    Thanked
    15

    Default new in c++ ..plz help

    salam doston ..mai c++ ka new student hon ..

    plz meri help karen k pc mai kia install karna hai ..mean k abi mujhe zero pata hai ...plz help some one ..thanks
    Always Be Happy

  2. #2
    Net-Rider's Avatar
    Net-Rider is offline Advance Member+
    Last Online
    18th January 2014 @ 04:34 AM
    Join Date
    09 Jun 2009
    Location
    **PAKISTAN**
    Gender
    Male
    Posts
    28,932
    Threads
    1755
    Credits
    0
    Thanked
    6986

    Default

    Moved to A&E section

  3. #3
    Zeeshanef's Avatar
    Zeeshanef is offline Advance Member
    Last Online
    28th December 2023 @ 02:18 PM
    Join Date
    30 Mar 2006
    Location
    Great Pakistan
    Gender
    Male
    Posts
    846
    Threads
    12
    Credits
    1,456
    Thanked
    46

    Default

    Agar aap ke pass windows 7 he to aap yahan se download ker lain [Turbo C]

    http://sites.google.com/site/akkiluc...boC_7_v2.1.rar

    1. RAR file extract karain.
    2. Phir setup file se install karain.
    3. Desktop per icon create hoga wahan se run ker lain.
    4. Alter+Enter se full screen ki jasakti he, aor inhi buttons se full screen restore ki jasakti he.

    ye example program likhain aor check ker lain ke c++ code compile ho raha he:

    Code:
    #include <constream.h>
    
    void main()
    {
    clrscr();
    cout << "Test";
    getch();
    }

  4. #4
    jameel225's Avatar
    jameel225 is offline Senior Member+
    Last Online
    10th September 2022 @ 03:40 AM
    Join Date
    19 Oct 2006
    Location
    Quetta
    Posts
    294
    Threads
    52
    Credits
    81
    Thanked
    15

    Default

    thanks a lot sir....mgr is mai error aarha hai count pe

  5. #5
    israranjum's Avatar
    israranjum is offline Senior Member+
    Last Online
    21st April 2015 @ 11:56 PM
    Join Date
    08 Aug 2010
    Gender
    Male
    Posts
    418
    Threads
    28
    Credits
    0
    Thanked
    15

    Default

    window kon see hay ap ke frst tell me then i can give you a better advise.

  6. #6
    khalliqie's Avatar
    khalliqie is offline Senior Member
    Last Online
    22nd May 2018 @ 02:18 PM
    Join Date
    02 Apr 2009
    Location
    Peshawar
    Age
    32
    Gender
    Male
    Posts
    2,493
    Threads
    141
    Credits
    1,230
    Thanked
    162

    Default

    Quote jameel225 said: View Post
    thanks a lot sir....mgr is mai error aarha hai count pe
    aap #include<constream.h> ke jagah #include<iostream.h> likhe

    ya ye program try kare

    #include<iostream.h>
    #include<conio.h>
    void main()
    {
    cout<<"Hello World!";
    getch();
    }
    [FONT="Comic Sans MS"][CENTER][SIZE="5"][B][COLOR="MediumTurquoise"]"The nicest people tend to often be the ones who have been mistreated the most."[/COLOR][/B][/SIZE][/CENTER][/FONT]

  7. #7
    khalliqie's Avatar
    khalliqie is offline Senior Member
    Last Online
    22nd May 2018 @ 02:18 PM
    Join Date
    02 Apr 2009
    Location
    Peshawar
    Age
    32
    Gender
    Male
    Posts
    2,493
    Threads
    141
    Credits
    1,230
    Thanked
    162

    Default

    Borland C++ 5.02 for Windows.zip
    https://mega.co.nz/#!UglV3QxZ!VcusSg...SKx6dNOSXu66LA

    app ye wala download or install karle windows 7 par main khud use kar raha ho ye wala according to me ziyada user friendly hai

  8. #8
    Arslan-vu's Avatar
    Arslan-vu is offline Senior Member+
    Last Online
    2nd March 2018 @ 09:50 PM
    Join Date
    22 Mar 2013
    Gender
    Male
    Posts
    326
    Threads
    115
    Credits
    447
    Thanked
    88

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
  •