Search:

Type: Posts; User: Minty

Search: Search took 0.08 seconds.

  1. hmm, I think I'm gonna go back to studying C++ or...

    hmm, I think I'm gonna go back to studying C++ or VBA :(
  2. thanks, I will check it out!

    thanks, I will check it out!
  3. *that was a little bit harsh, rags, as I do spend...

    *that was a little bit harsh, rags, as I do spend hours and days testing things out and experimenting... I wouldn't like it either if someone was feeling lazy, but this is not really the case here,...
  4. plz help~♫~♫~ 9 class questions ~♫~♫~God Bless!

    I apologize in advance for dumping (again) so many wordy, incoherent questions; thus, of course, thank you for any help, no matter how little! Google/wikipedia has helped me alot, but for the weirder...
  5. Replies
    6
    Views
    1,911

    Although I admit your in-depth reply is a bit...

    Although I admit your in-depth reply is a bit beyond me, you are definitely giving me a much more comprehensive understanding. Much obliged, friend! I will definitely refer back to your post!
  6. Replies
    6
    Views
    1,911

    excellent feedback as usual!!!! 3) Good point!...

    excellent feedback as usual!!!!
    3) Good point! I'm not sure if it clashes with my interpretation of, let's say,

    int? myInt = null;
    int yourInt = myInt ?? -22;
    where the left-hand-side of ??...
  7. Replies
    6
    Views
    1,911

    5 short questions ٩(͡๏̯͡๏)۶

    G'even gentlemen :)
    I know it hasn't been too long since my previous thread, but once again I'm a little bit curious about a few things (okay, a # of things, but I tried to omit my dumber questions)...
  8. Replies
    5
    Views
    1,965

    3) oh I think I realized what the zeroes and ones...

    3) oh I think I realized what the zeroes and ones are... its basic logic... that would explain the operators
  9. Replies
    5
    Views
    1,965

    thanks a ton, everyone! :D 2) as far as I can...

    thanks a ton, everyone! :D
    2) as far as I can tell, you do need it, whether you have else-if statements or nested if-else (interestingly, the author refers to the former as "nested")
    11) will...
  10. Replies
    5
    Views
    1,965

    some super basic questions ٩(-̮̮̃ -̃)۶

    Hello every1 <3

    Hopefully I can bother some with some q's... I apologize in advance if they are a tad easy or a tad too many (since I wanted to avoid making so many threads). Anyhow, thanks for...
  11. Replies
    7
    Views
    2,174

    thanks EVOEx :) yeah, I'm still having trouble...

    thanks EVOEx :)

    yeah, I'm still having trouble with redoing the casting.... oh boy ;/

    I'm just gonna move on since I can't seem to untangle the double from the int, even when I try to set all...
  12. Replies
    7
    Views
    2,174

    thank you guys! yes, (int) does act like...

    thank you guys!

    yes, (int) does act like (floor) I think; ah, the +.5 might be a good trick or just using integers will be more practical;

    I will try to redo as best as I can ^^
  13. Replies
    7
    Views
    2,174

    weird double/int question (very short code)

    Hi~~~
    I'm new to the forums (and C++), and hope someone can help me with a very basic program. I apologize if any etiquette has been violated.

    The following is a very basic money sorting programs...
Results 1 to 13 of 13