Search:

Type: Posts; User: saldar05

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,545

    I got it Salem. Thank you man!

    I got it Salem. Thank you man!
  2. Replies
    6
    Views
    1,545

    i keep getting a segmentation error when I run...

    i keep getting a segmentation error when I run this. from the looks of my linked list, does it look like it is correct?
  3. Replies
    6
    Views
    1,545

    anyone out there?

    anyone out there?
  4. Replies
    6
    Views
    1,545

    Need help with singly linked list

    Hello all! I am having difficulty getting my program to run. I have looked and looked many times trying to figure out what I am doing wrong. I have a hunch that it's my load function that's acting...
  5. need assistance with a valgrind error within clang

    I amnew to valgrind and I'm trying to figure out what this error means in my program in terms of what valgrind is stating.A little background on the program, I am writing a program that reads in a...
  6. Replies
    11
    Views
    5,533

    Thanks. Appreciate the advice!

    Thanks. Appreciate the advice!
  7. Replies
    11
    Views
    5,533

    Thanks! I appreciate the advice.

    Thanks! I appreciate the advice.
  8. Replies
    11
    Views
    5,533

    thanks for that.Helped alot!

    thanks for that.Helped alot!
  9. Replies
    11
    Views
    5,533

    Ok, so how would I test that with a .bmp file?...

    Ok, so how would I test that with a .bmp file? Would I use, say "gcc resize.c" along with the .bmp file after it? Or would the .bmp need to be renamed to a .out file or something like that?
  10. Replies
    11
    Views
    5,533

    is that the name of the file, ./a.out?

    is that the name of the file, ./a.out?
  11. Replies
    11
    Views
    5,533

    thank you for responding back. Quick question,...

    thank you for responding back. Quick question, what does that ./a command do?
  12. Replies
    11
    Views
    5,533

    I need help with resizing a bitmap file

    I am currently writing a program that will resize a bitmap file by a factor of n(n being a value the user enters). The program takes in three values: the resize value, the input file and the output...
  13. got it, thank you!

    got it, thank you!
  14. Cool. So with my code, if I wanted to generate a...

    Cool. So with my code, if I wanted to generate a mixture of white and red, I would just pick a color that does that for me? When glancing at a scanline of pixels on a bmp, I see both red and white...
  15. I see. But what if I want the file to have a...

    I see. But what if I want the file to have a mixture of white included with that yellow. How would I go about implementing that.
  16. Need help with adding various colors to BMP File

    Ok, so I have a program that essentially takes in a bmp file, and outputs a output bmp. Now, if I did nothing to the input file, then essentially the same file will write as the output file. I have...
  17. Replies
    4
    Views
    1,073

    sorry...that should be better...I hope

    sorry...that should be better...I hope
  18. Replies
    4
    Views
    1,073

    Need help with binary search

    Hello all, I am currently writing a program that deals with binary searching.To give you some background on the program, a file is opened, loaded into an array.From there, the string the user enters...
  19. Replies
    9
    Views
    1,625

    I have an idea of what to do now. I see my...

    I have an idea of what to do now. I see my problem. if I did this:


    =e //where e is the length of plain text string m=//length of key string
    tempvalue =m-e

    for int i=0;i<tempvalue, i++)
    ...
  20. Replies
    9
    Views
    1,625

    I see, but the code I have would not work?

    I see, but the code I have would not work?
  21. Replies
    9
    Views
    1,625

    In other words, where is my code? The code I...

    In other words, where is my code?

    The code I have looks like this:



    a=e //where e is the length of plain text string
    m=//length of key string
    for int i=a;i<m, i++)
  22. Replies
    9
    Views
    1,625

    append character to array

    Quick question all, how do you append a character to an array? Say for example I prompt the user for a string and store that value in a array.
    later on, I accept another value(a key) and store...
  23. Replies
    4
    Views
    1,689

    Hopefully this is better. If not, let me know and...

    Hopefully this is better. If not, let me know and I'll try to edit some more. sorry about that :(
  24. Replies
    4
    Views
    1,689

    Need help with Vigenere

    Ok,s o my vigenere program sort of works. It encrypts most of the messages properly, but not all. And, of course, I'm not sure what I'm doing wrong. This is the code I have:


    for (int...
  25. This is the output I have: ### ...

    This is the output I have:

    ###
    #####
    #######


    And this is the code:
Results 1 to 25 of 28
Page 1 of 2 1 2