Search:

Type: Posts; User: ashinms

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,268

    Unfamiliar debugger problems

    I'm still a bit rusty on programming, and I have never seen these debugger complaints before.

    GNU GCC in Code::Blocks

    Source code:
  2. Good enough. Thanks.

    Good enough. Thanks.
  3. How do I create a filename with multiple variable types

    I have a set of text files where the titles coorespond to the date they were written (such as 01-31-12, where 01 is january, 31 is the thrity first, and 12 is the year). In my C++ code, I have an...
  4. @AndrewHunter: I understand. That's the...

    @AndrewHunter:


    I understand. That's the meaning behind me apologizing for hastily a written post. I really wasn't thinking about what I was writing at the time.



    Just feeding my...
  5. Replies
    15
    Views
    1,712

    please give a little more background. is this for...

    please give a little more background. is this for a school project? is that why you "have" to use arrays? Google getline. it helped me a lot when i was trying to teach myself something similar to...
  6. On second thought, "Object" is probably a bad...

    On second thought, "Object" is probably a bad name for a variable on a forum dedicated to an OOP language.... Position. I apologize for my hastily written post. It's just that the whole concept of...
  7. working with simulated 2 and 3 dimensonal space

    simple question. if i wanted to simulate a 3d volume (not talking about displaying it as a picture, just simulating) , would the proper way to do this be through a 3d array as in
    ...
  8. Excuse my ignorance, (the only experience I have...

    Excuse my ignorance, (the only experience I have with this is from online tutorials) but what I take from what you said is that


    a= mystring[2] + 15;



    is completely legit??
  9. perhaps I should rephrase my question. I want to...

    perhaps I should rephrase my question. I want to scramble the letters of a c style string. How can I do this?
  10. The purpose of the program is to have the user to...

    The purpose of the program is to have the user to enter a string of characters, such as a password. The program would then convert them to an integer array and then multiply each by a key, then write...
  11. Anyone know an easy way to convert a c-style string to an integer array in C++?

    Since you can't just say



    char instring[10];
    int bufferA[10];

    do{

    (int)instring[countera]=bufferA[counterA];
  12. Replies
    11
    Views
    3,068

    Formatting. Got it. Variable names are cities...

    Formatting. Got it. Variable names are cities near where I used to work.
  13. Replies
    11
    Views
    3,068

    Just wanted to redeem myself. This is the...

    Just wanted to redeem myself. This is the completely rewritten- from scratch- program. No gotos, a clean flow, and all under one process. I got rid of all the header files I didn't need. It still...
  14. Replies
    11
    Views
    3,068

    The reason I was reading one character at a time...

    The reason I was reading one character at a time was that I had originally planned to increment "encryptor" by one each time a char was handled, but I never implemented it. Oh well. Problem solved......
  15. Replies
    11
    Views
    3,068

    Ha. No. I'm currently using 15. and I'm also...

    Ha. No. I'm currently using 15.


    and I'm also working on a string like "end" instead of c.
  16. Replies
    11
    Views
    3,068

    I thought that was what I was doing. Like I said....

    I thought that was what I was doing. Like I said. This is from highschool. I haven't seriously written code since then. I'm just now getting back into it.
  17. Replies
    11
    Views
    3,068

    Unknown problem in first encryption algorythm

    Hi all. I just recently found an old encryption program I gave up on back in highschool on an old jump drive. I was wanting to teach myself about typecasting, file I/O, and a little encryption all...
  18. Looked for it, but couldnt find the link. thanks

    Looked for it, but couldnt find the link. thanks
  19. Any way to set peramiters for rand() to return?

    I'm trying to write a simple program that has the function rand() to assign a number between 1 and 100 to int x. Right now, the only way I can get this to happen, is to have the program to check x...
  20. Replies
    9
    Views
    2,787

    thread is dead

    Ehh... Its not. I said I'd give a cookie to someone who posted some source for me to look at. I've seen what I wanted. Learned what I needed. Thank you very much, but I'm afraid this thread is dead.
  21. Replies
    9
    Views
    2,787

    kay thanks

    kay thanks
  22. Replies
    9
    Views
    2,787

    <html>

    <img src= "http://admin.desktop.ashinms.operaunite.com/webserver/content/Guitar%20Tutorial/Picture%20Files/cookie-monster3-7769871237963363.jpg" />
    <html/>


    Edit: Okayyy.... didn't...
  23. Replies
    9
    Views
    2,787

    thanks

    The link was too large for my blackberry to open, but ill check it out as soon as I can. If anyone else is willing to post some source code I'd give you a cookie. :)

    I would definitely go with the...
  24. Replies
    9
    Views
    2,787

    GPGPU GPU specification of purpose

    I was reading a little online about GPGPU (specifically OpenCL) and I came across the FASTRA "supercomputer" that was built using four dual gpu graphics cards. Now, I know that at the time of this...
  25. No, more complex. The concept is to see how far...

    No, more complex. The concept is to see how far particular objects move between two pictures taken slightly apart from each other. Closer objects would appear to move more than farther away. The idea...
Results 1 to 25 of 38
Page 1 of 2 1 2