Search:

Type: Posts; User: FiringBlanks

Search: Search took 0.00 seconds.

  1. Are you still there??

    Are you still there??
  2. I'm running Windows 7 and I could do it on either...

    I'm running Windows 7 and I could do it on either Bloodshed or Visual Studio.
  3. How Would You Make A Screen Capture Program?

    I'm trying to figure out a way to make something that would do the same as pressing the 'Prt Scrn' button and pasting it to something like a word document or photoshop, or just saving it saved as a...
  4. Replies
    3
    Views
    1,038

    I know that- but how do I tell it that I want to...

    I know that- but how do I tell it that I want to look into the same array element as times it has looped?


    lol

    Where would I start searching for it?
  5. Replies
    3
    Views
    1,038

    Trouble Initializing Array

    I'm trying to initialize all 5 elements of an array to 0 within a function.




    double Init_Costs(double Array, double ArraySize)
    {
    int Counter;

    for(Counter=0;...
  6. I'm writing this for a C programming class- we've...

    I'm writing this for a C programming class- we've worked through everything up to this point- this was last weeks lab assignment and i haven't been able to get it to work, even though i just...
  7. I also have Visual Studio 2010 but it gives me...

    I also have Visual Studio 2010 but it gives me odd errors that otherwise work fine in Bloodshed. Also, I'm not sure if it's just me- but I find the compiler's error definitions cryptic and point...
  8. /* Fahad Shah Lab 5 10-5-11 ...

    /* Fahad Shah
    Lab 5
    10-5-11
    Functions*/


    #include <stdio.h>

    /*Prototypes*/
    int Menu(int UsersMenuChoice);
  9. Hmm... the only odd looking function I'm using is...

    Hmm... the only odd looking function I'm using is the 'switch' funciton- does that require a special library? Other than that, theres also a 'while' function in there.
  10. I've taken the apostrophes out- but shouldn't you...

    I've taken the apostrophes out- but shouldn't you tell the compiler to discard the enter key after the user enters their number? (hence, the %*c in scanf)

    It's now held up on the errors:
    [Linker...
  11. lol nice signature grumpy. Well this function...

    lol nice signature grumpy.

    Well this function runs only to validate a number entered in by the user to see if it falls into a certain range. If it doesn't, it asks for a new number that does fall...
  12. Replies
    34
    Views
    3,414

    lol! I find it funny how theres a phrase for...

    lol! I find it funny how theres a phrase for everything on the forums. I just felt guilty taking up extra space in the new threads section- i was just hoping someone could quickly answer a small...
  13. Variables Passed Into A Function, Then Compared (/=) In While Loop- Error

    int GetInt(int IntUsersNumber, int IntLowRange, int IntHighRange)
    {
    int IntUsersNewNumber;

    while (IntUsersNumber < 'IntLowRange' || IntUsersNumber >...
  14. Replies
    34
    Views
    3,414

    Private messaging

    Hey, I'm kind of a n00b, can you tell me how to send private messages to members?

    thanks
Results 1 to 14 of 14