Search:

Type: Posts; User: napalmgrenade

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,112

    Minesweeper issues

    Hi guys, I'm just wrapping up my minesweeper program, but something weird is occurring Every other time I run my program, my program will just randomly exit on me and it will be "The program '[3752]...
  2. Replies
    7
    Views
    3,296

    And after much testing, you were right! Thank you...

    And after much testing, you were right! Thank you so much jimblumberg and you too C_ntua. I just have a querie regarding your advice, what do you mean by "You should always use a size_type to hold...
  3. Replies
    7
    Views
    3,296

    Yeah run-time error meaning it crashes. I...

    Yeah run-time error meaning it crashes. I actually tried outputting before and inbetween like I said before, it outputs a line of code BEFORE the if statement, but not one IN the if statement, even...
  4. Replies
    7
    Views
    3,296

    Strange Run-time Error

    Hi guys, I'm writing a program but I ran into a run-time error. I know it sounds ambiguous but the issue only just came up when I wrote a few lines of code. The function is suppose to deal with cases...
  5. Program that outputs a string as a "moving banner"

    Hi guys, my latest project at school is to create this "rolling banner" type thing where a string is outputted across the screen, going left.
    Something like this:
    Hello World!
    ello world ! ...
  6. Replies
    5
    Views
    1,226

    Perfect! Thank you very much Lesshardtofind and I...

    Perfect! Thank you very much Lesshardtofind and I appreciate the effort std10093! I'm actually learning programming in a class so I try to use just what the teacher teaches us but security breaches?...
  7. Replies
    5
    Views
    1,226

    Hmm, it actually just moved continue to the next...

    Hmm, it actually just moved continue to the next line :l .
  8. Replies
    5
    Views
    1,226

    Problem with enumeration-style program

    Hi guys, I have an assignment to create a program that simulates the game "Craps" using enumeration.

    Rules of Craps-Roll two dice.
    If the shooter rolls a 7 or an 11 on the 1st roll, they win
    If...
  9. Replies
    3
    Views
    925

    Ah I completely forgot to end the main, thank you...

    Ah I completely forgot to end the main, thank you very much.
  10. Replies
    3
    Views
    925

    Simple multiplication via arrays

    Hello all, my latest assignment was to find the sum of 2 numbers using functions which I managed to do. I decided to try and get the multiplication tables of x up to 12 using functions. I get the...
  11. Help with a functions using arrays/if statements

    Hi all, basically my assignment is to write a program to alter the salaries of n employees based on the following conditions: If the salary is less than 10,000 then give a 5% bonus etc. If its...
  12. Assignment involving loops, if statements and arrays; program will not run

    Hi, my program basically records the grades of 5 students in 3 subjects and prints the results according to total marks, percentage and what that percentage translates to in the form of a letter...
  13. Thanks a lot alexsoad, I am just wondering...

    Thanks a lot alexsoad, I am just wondering though, is there a way to do this program without "initializing" tm? I say this purely because my teacher has not gone over this, maybe a way to do it...
  14. working on arrays ;cannot seem to achieve a logical value for one of my variables

    I started programming a week ago, the assignment is basically: for 5 students, get the user to enter marks for 3 subjects and find the total marks for each student. I keep receiving 0 for my total...
Results 1 to 14 of 14