Search:

Type: Posts; User: 1BadRbt

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. here is an update I am at least writing to file...

    here is an update I am at least writing to file now. except my output is MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA and so on.


    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #include...
  2. okay here is an update :) i guess my loop...

    okay here is an update :)

    i guess my loop writing is very week.


    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #include <ctype.h>
  3. yes i was being dumb with that. I program in...

    yes i was being dumb with that.

    I program in the AML language for robotics and doing that at work all day and trying to switch to C for school sucks.

    Luckily this assignment isn't graded but i...
  4. Is this any better? I am still getting an...

    Is this any better?

    I am still getting an error at my if statement. I was unfortunately given the worst textbook on earth which provide no examples which relate anything to our assignments both...
  5. Opening File Changing Case and Closing HW Help Code Included.

    Thanks again ahead of time.

    I am looking to write a program that opens a text file, takes the text and converts all characters (excluding special and numbers) to capital letters.

    I am unsure...
  6. Replies
    2
    Views
    3,558

    Linked List errors, and need help adjusting.

    Here is the question posed.

    Create a structure that has one variable called value and one pointer to the list (making it a linked list). Prompt for 5 values from the keyboard as input and store...
  7. I really appreciate your help. I am going to try...

    I really appreciate your help. I am going to try it once i get home from work. I really really do appreciate it.
  8. here is the question i am sorry i forgot to post...

    here is the question i am sorry i forgot to post

    # Write a C program that accepts a month and day (for example, June 14) from the keyboard as input. Store this information in one string called...
  9. So where am I going wrong? String manipulation.

    Here is what I got and I keep getting kicked out of the program I am missing an endless loop or buffer overflow somewhere.


    #include <stdio.h>
    #include <stdlib.h>

    void seperate(char *date);...
  10. Replies
    3
    Views
    1,297

    can you show me an example I already turned in...

    can you show me an example I already turned in the assignment cvause that sloppy crapola I put up fulfilled the assignment.

    Just curious I guess since it is 2:45am I may be a lot confused.
  11. Replies
    3
    Views
    3,641

    Nevermind here is the solution for all :) glad I...

    Nevermind here is the solution for all :) glad I helped myself, with some help from someone.

    Part A

    #include <stdio.h>
    #define nums 7

    void display(int *);

    int main()
  12. Replies
    3
    Views
    3,641

    now i did part a of the assignment and unsure on...

    now i did part a of the assignment and unsure on part b.

    i rewrote code after watching a few videos

    here is the improved code.


    #include <stdio.h>
    #define nums 7
  13. Replies
    3
    Views
    3,115

    metalgod you can answer some of mine for fun. ...

    metalgod you can answer some of mine for fun.

    I am glad there are better progammers out there than myself :) Otherwise this class I am taking would suck.
  14. Replies
    3
    Views
    3,641

    Homework Help Pointers/Manipulation of array.

    I am not sure where my problem is but here is the question asked of me and what I have so far.

    I can get 2 to display however the rest seem to be non existant.

    # Write a C program that has a...
  15. Replies
    3
    Views
    1,297

    Need an easier way to do Array addition.

    I know this program works but is there a way to shorten the code rather than run a sum for each row and column and get to accomplish the display I have accomplished?


    #include <stdio.h>
    #define...
  16. Replies
    18
    Views
    2,756

    you guys were totally helpful and i understand it...

    you guys were totally helpful and i understand it a heck of a lot better now.

    I appreciate everyones help and even wrote a second program for each idea.

    I did not copy and turn in the completed...
  17. Replies
    18
    Views
    2,756

    here is the final code that worked. I appreciate...

    here is the final code that worked. I appreciate the help. You guys got a good place to learn pointers?

    if i understand in the prototype of the function and the actual header line i am pointing...
  18. Replies
    18
    Views
    2,756

    Okay so I updated it :)

    Here is a new program more organized.

    Let me know where I went wrong I may not be sending the info to the change function I am unsure where my information breakdown is.


    #include <stdio.h>...
  19. Replies
    18
    Views
    2,756

    #1 Changed them all to float #2 changed to your...

    #1 Changed them all to float
    #2 changed to your example
    #3 I thought by it making a first call second call third call i had to direct to the function redeclaring the total values
    #4 not sure what...
  20. Replies
    18
    Views
    2,756

    More Information

    compiler errors.
  21. Replies
    18
    Views
    2,756

    Help, home work code provided. Totally Lost.

    Okay first of all thank you for looking at this I know HW questions can be pain staking.

    Here is the question posted and i did searches in the forum and with no results to help.

    Write a C...
  22. Replies
    11
    Views
    2,104

    It is a requirement for the degree is all. I...

    It is a requirement for the degree is all. I chose it a class due to my limited linux and programming skills and needing to learn more about programming languages. Plus learning BASIC was not really...
  23. Replies
    11
    Views
    2,104

    yeah i appreciate the help the isdigit i...

    yeah i appreciate the help

    the isdigit i assume detects if it is an actual interger.

    I could make it more compact however it was the display as a word which got me.

    I hope by me providing...
  24. Replies
    11
    Views
    2,104

    Need help from the gurus. homework code provided.

    here is the question posed.

    # Ask the user to enter a digit between 0 and 9. Have the program print out the digit in words, for example:

    Enter a digit between 0 and 9: 4
    You entered the number...
  25. apologize about the cross post but i did not have...

    apologize about the cross post but i did not have problems answering the questions I was just doing a cover my @$$ type deal since i will be shelling over 184 dollars.

    I appreciate the answers...
Results 1 to 25 of 28
Page 1 of 2 1 2