Search:

Type: Posts; User: iiwhitexb0iii

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,250

    the *.out file has to be ran in terminal and the...

    the *.out file has to be ran in terminal and the *.nix file doesn't run properly in terminal, cannot be executed otherwise...

    -michael
  2. Replies
    8
    Views
    1,250

    gcc Assignment1.c -o Assignment1.app doesn't...

    gcc Assignment1.c -o Assignment1.app

    doesn't work so i suppose running the *.out file in terminal will have to do...oh well

    thanks for your time
  3. Replies
    8
    Views
    1,250

    very good sir...i apologize for not being clear....

    very good sir...i apologize for not being clear.

    The only potentially executable file is *.out which cannot be opened by double clicking on it.

    Sure I can run it in Terminal but curiousity was...
  4. Replies
    8
    Views
    1,250

    Building Files

    Hopefully this is a simple problem...I've done alot of programming assignments in my short stint as a CS minor. Made alot of seemingly useless programs. So recently I decided to make something of...
  5. Replies
    1
    Views
    8,353

    ...multiplication using stacks

    this segment is proving to be the death of me...

    i'm required to scan digits from an input file which are to long to record as int variables.

    so i record them as strings and convert them to...
  6. Replies
    8
    Views
    1,782

    i've used what you all have given me and its...

    i've used what you all have given me and its throwing up some errors. additionally, i should've mentioned this before hand, but i don't know exactly what i am recieving after subtracting '0' from the...
  7. Replies
    8
    Views
    1,782

    thank you all very much, i never would've thought...

    thank you all very much, i never would've thought about that on my own

    -Michael
  8. Replies
    8
    Views
    1,782

    Breaking down massive numbers

    I have ideas for the remainder of the program its just getting over the first hump that I need help with.

    I am required to scan in long numerical values from an input file and multiply/add them...
  9. Replies
    4
    Views
    1,739

    since you don't seem to be using seconds you can...

    since you don't seem to be using seconds you can create a function to convert both times to minutes then subtract the clock out time from the clock in time to get minutes worked.

    ex: 0927 =...
  10. Replies
    5
    Views
    2,649

    Main Entry: con·cise Pronunciation: k&n-'sIs...

    Main Entry: con·cise
    Pronunciation: k&n-'sIs
    Function: adjective
    Etymology: Latin concisus, from past participle of concidere to cut up, from com- + caedere to cut, strike
    1 : marked by brevity...
  11. Replies
    4
    Views
    901

    if thats the full code which is giving you the...

    if thats the full code which is giving you the error then the fix i gave you should remedy your problem...i'm a freshman in college taking my first c-programming class so thats all the help i can...
  12. Replies
    4
    Views
    901

    #include simple typo -michael

    #include <stdio.h>


    simple typo

    -michael
  13. Replies
    12
    Views
    2,060

    appreciate the assistance man, thanks -michael

    appreciate the assistance man, thanks

    -michael
  14. Replies
    12
    Views
    2,060

    jGRASP wedge2: actual command sent...

    jGRASP wedge2: actual command sent ["C:\cygwin\bin\gcc.exe" -g "C:\Documents and Settings\Michael\My Documents\Classes\C Programming\Program 5\payroll.c"].

    I believe that was the compile message...
  15. Replies
    12
    Views
    2,060

    Notepad is just being dumb...notebad needed \r\n...

    Notepad is just being dumb...notebad needed \r\n to print any newline

    wordpad and jGrasps text viewer printed fine with \n or \r\n

    -michael
  16. Replies
    12
    Views
    2,060

    wordpad works out well notepad was being dumb ...

    wordpad works out well
    notepad was being dumb

    thanks for the suggestion

    "\r\n" is now "\n"

    -michael
  17. Replies
    12
    Views
    2,060

    i apologize for my ignorance, but what are you...

    i apologize for my ignorance, but what are you suggesting i do? unless of course your post was directed at Quantum1024.

    -michael
  18. Replies
    12
    Views
    2,060

    thanks man, that did the trick

    thanks man, that did the trick
  19. Replies
    12
    Views
    2,060

    Help with FileIO

    please help



    #include <stdio.h>

    #define SIZE 20

    int main(void) {
  20. Replies
    2
    Views
    1,087

    haha, thats embarassing i knew it was...

    haha, thats embarassing

    i knew it was something silly

    thank you very much
  21. Replies
    2
    Views
    1,087

    Functions

    Recently in my C class we learned about functions and pass by reference and I have a question about a function in my programming assignment.



    //Pre-conditions: numchips > 0.
    //Post-conditions:...
  22. haha, oh man you don't know how much i appreciate...

    haha, oh man you don't know how much i appreciate you guys

    thanks so much,
    michael
  23. #include #define MINS_HR 60 //define...

    #include <stdio.h>

    #define MINS_HR 60 //define minutes per hour
    #define SECS_MIN 60 //define seconds per minute

    int main(void) {

    int total;
    int h, m, s;
  24. my fault i mis-understood your intentions, i will...

    my fault i mis-understood your intentions, i will continue working at it and i appreciate your help.
  25. sadly nothing

    sadly nothing
Results 1 to 25 of 34
Page 1 of 2 1 2