Page 2 of 6 FirstFirst 12345 ... LastLast
Results 13 to 24 of 64

Thread: Ask any Question About C++ here!

  1. #13
    grand gamer99's Avatar
    grand gamer99 is offline Senior Member+
    Last Online
    8th July 2012 @ 01:45 PM
    Join Date
    26 Aug 2009
    Location
    Lahore
    Posts
    81
    Threads
    20
    Credits
    0
    Thanked
    4

    Default

    • by pause i mean to like u know pause the watch (like the watch stops counting for a min and then play it at will like when i press a button then it pauses the time and starts back from the point i paused wehen i press that button again)


    • tell me a place to download vb if u can plz and i want u to teach me vb from the basic plz as much as u know plz

    thanks

    Osama Akhter

  2. #14
    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

    Quote grand gamer99 said: View Post
    • by pause i mean to like u know pause the watch (like the watch stops counting for a min and then play it at will like when i press a button then it pauses the time and starts back from the point i paused wehen i press that button again)


    • tell me a place to download vb if u can plz and i want u to teach me vb from the basic plz as much as u know plz

    thanks

    Osama Akhter
    U can Download Visual Basic here:
    http://www.microsoft.com/express/vb/Default.aspx
    Its Free, jst choose language and click download,
    Then install it and start learning Visual Basic,
    Dont mind bro but i dont have that much time
    to teach u all, jst go in visual basic section and
    have a look at lessons there, ThinkMe1st did
    great work ther.... if u get confused with somethn
    you can ask me, i have same type of thread in that
    section u can ask any question related to Visual Basic
    there.

    (oh and i dont know how to use shortcutkey in C++ yet, sry)

    -Saif

  3. #15
    knowldge_hunter is offline Senior Member+
    Last Online
    19th February 2010 @ 12:52 AM
    Join Date
    26 Oct 2009
    Posts
    44
    Threads
    4
    Credits
    945
    Thanked: 1

    Default

    aslmolikum here r some question .

    i m in confusion where i ve to use for , whille and do while loop??

    secondly how can we make logic in progrmming. i m very poor in this matter..........

    thirdly where we use % opertor ,in making progrmas

    plz clear these points

    thank u

  4. #16
    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

    Quote knowldge_hunter said: View Post
    aslmolikum here r some question .

    i m in confusion where i ve to use for , whille and do while loop??

    secondly how can we make logic in progrmming. i m very poor in this matter..........

    thirdly where we use % opertor ,in making progrmas

    plz clear these points

    thank u
    u use "for" where u need to declare a variable, test condition and do increment or decreasement or somethn like dat, Note: u can also use "for" loops just to test condition,
    for example:
    for (Declare Variable; Test Condition; statement here)

    "do while" and "while" are same, u simply use "do while" instead of while where u need to run a block of code atleast
    once, no matter wat, but u dont want to run it again unless
    that condition is true,
    For Example:

    its like this : do {This atleast once} while (do that again if condition here is true)

    bhai aap ke questions se mujhe lagta hai
    aap video tutorials se C++ sekh rahe ho,
    i recommend you pic a book and start
    learning from a book, it provides you more
    details and explain every thn clearly,
    If u r reading a book then try reading
    that chapter twice, i use to do that xD


    u use % where u want to get reminder
    the remainder of the division, we dont
    use it much but sometime u will use it.

    sry but i dont understand what exactaly
    u mean by logic...

    - Saif

  5. #17
    grand gamer99's Avatar
    grand gamer99 is offline Senior Member+
    Last Online
    8th July 2012 @ 01:45 PM
    Join Date
    26 Aug 2009
    Location
    Lahore
    Posts
    81
    Threads
    20
    Credits
    0
    Thanked
    4

    Default

    saif bhai aap samjhe nahin yaar main ye kehna chahta hoon ke main jab chahoon to main watch ko pause ker sakoon like a stop watch yaar i want to make it a stopwatch plz kindly tell me how to do that

  6. #18
    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

    Quote grand gamer99 said: View Post
    saif bhai aap samjhe nahin yaar main ye kehna chahta hoon ke main jab chahoon to main watch ko pause ker sakoon like a stop watch yaar i want to make it a stopwatch plz kindly tell me how to do that
    i answered u above that u need to use a shortcut key to
    do dat and i dont know how to use shorcut keys;

  7. #19
    grand gamer99's Avatar
    grand gamer99 is offline Senior Member+
    Last Online
    8th July 2012 @ 01:45 PM
    Join Date
    26 Aug 2009
    Location
    Lahore
    Posts
    81
    Threads
    20
    Credits
    0
    Thanked
    4

    Default

    umm....whats a shourtcut key?

  8. #20
    FritZie's Avatar
    FritZie is offline Senior Member+
    Last Online
    5th March 2015 @ 01:46 AM
    Join Date
    21 Aug 2009
    Gender
    Male
    Posts
    21,919
    Threads
    377
    Credits
    935
    Thanked
    1803

    Default

    IS there Need of C ++ Software Tell Me the Name?
    I just want to tell u i am little intrest in this laungage

  9. #21
    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

    Quote grand gamer99 said: View Post
    umm....whats a shourtcut key?
    by a shortcut is when u press a key on keyboard and it takes some sort of action, that is it will pause time like timer if u press dat key.

  10. #22
    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

    Quote DouBle TrouBle said: View Post
    IS there Need of C ++ Software Tell Me the Name?
    I just want to tell u i am little intrest in this laungage
    O.o and what exactly do u mean by dat?

  11. #23
    adee143 is offline Senior Member+
    Last Online
    7th February 2016 @ 02:32 AM
    Join Date
    05 Jan 2006
    Posts
    115
    Threads
    8
    Credits
    0
    Thanked
    0

    Default

    bhai mujhey ap sey aik sawal puchna hai C aur c++ k barey m

    bhai bht hi basic sawal hai
    wo yh keh
    header files kya hain
    aur kya har program k lye difrent header file use karni parti hai
    iski mujhey samajh nahi aa rahi plz explain here
    i am waiting for ur answer

  12. #24
    FritZie's Avatar
    FritZie is offline Senior Member+
    Last Online
    5th March 2015 @ 01:46 AM
    Join Date
    21 Aug 2009
    Gender
    Male
    Posts
    21,919
    Threads
    377
    Credits
    935
    Thanked
    1803

    Default

    Quote SufyanGujar said: View Post
    O.o and what exactly do u mean by dat?
    Is LAungage Ko Seekhne ki Basic requirement Ki HAi
    Kiya Kiya KArna PAre Ga Or is k Liye Kisi Software Ki Zaroorat hoti hai

Page 2 of 6 FirstFirst 12345 ... LastLast

Similar Threads

  1. Solved Q21. ITD Winner Rank Question (Final Question)
    By Afridi in forum ITDunya 18th Anniversary (8 Nov 2023)
    Replies: 9
    Last Post: 8th November 2011, 10:09 PM
  2. Solved c++ question
    By shamsgul in forum Solved Problems (IT)
    Replies: 17
    Last Post: 11th July 2011, 01:17 AM
  3. new game question with question..........
    By lucky shah in forum Baat cheet
    Replies: 12
    Last Post: 16th July 2010, 02:53 AM
  4. a little question
    By esr in forum Ask an Expert
    Replies: 8
    Last Post: 10th October 2008, 12:02 AM

Tags for this Thread

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
  •