Search:

Type: Posts; User: mmiskand

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,099

    Formatting in c++

    is there any way to remove the zero before the decimal point?
    instead of 0.33
    it would print .33
  2. Thread: Forloop

    by mmiskand
    Replies
    8
    Views
    1,202

    no, sorry. I just did it right. Thank you. Can...

    no, sorry. I just did it right. Thank you. Can you help me do the for loop to do the rank
  3. Thread: Forloop

    by mmiskand
    Replies
    8
    Views
    1,202

    int pointsTemp, conferenceWinstemp,winsTemp,...

    int pointsTemp, conferenceWinstemp,winsTemp, loseTemp, pointsloseTemp, conferenceLosetemp, conferencePointsTemp, conferencePointsloseTemp; // temp place to store element during swap
    float...
  4. Thread: Forloop

    by mmiskand
    Replies
    8
    Views
    1,202

    ok, so i think i might need to change the sort i...

    ok, so i think i might need to change the sort i used.
  5. Thread: Forloop

    by mmiskand
    Replies
    8
    Views
    1,202

    i used a bubble sort, so the highest would be in...

    i used a bubble sort, so the highest would be in cell number 9 and the lowest is in cell 0
    when iuse a backward for loop the current count is not the count i need. So the when i get to memory cell...
  6. Thread: Forloop

    by mmiskand
    Replies
    8
    Views
    1,202

    Yes, i have stored and stored it in parllel...

    Yes, i have stored and stored it in parllel arrays.
  7. Thread: Forloop

    by mmiskand
    Replies
    8
    Views
    1,202

    Forloop

    Hello, im writtign a program that will process basketball data. The ending file will look like this:


    CONFERENCE OVERALL
    Rank Team W-L % WINS ...
  8. Thread: NIM in C++

    by mmiskand
    Replies
    1
    Views
    5,183

    NIM in C++

    I need help trying to decide if the user is entering 3 numbers next to each other. In the game of circular Nim, the user can enter the total number of pieces he/she wants to use, than who goes first....
  9. Thread: Dates and C++

    by mmiskand
    Replies
    17
    Views
    2,649

    anthor problem i need to check if something is...

    anthor problem
    i need to check if something is more than 62 but less than 115. how would i code it.
  10. Thread: Dates and C++

    by mmiskand
    Replies
    17
    Views
    2,649

    oh, wow that would work thanks.

    oh, wow that would work
    thanks.
  11. Thread: Dates and C++

    by mmiskand
    Replies
    17
    Views
    2,649

    umm im not sure what that means. Can you give me...

    umm im not sure what that means. Can you give me an example in this case.
  12. Thread: Dates and C++

    by mmiskand
    Replies
    17
    Views
    2,649

    Dates and C++

    How do i write program in C++ to check if a date is before April 5,2008?

    I have this if statement:
    if(month<=4||day<5&&year<=2008)

    but it is not evauluting day correctly. What i am trying to...
Results 1 to 12 of 12