Search:

Type: Posts; User: Jablan

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    877

    yeah sorry for the shortcuts, you get used to...

    yeah sorry for the shortcuts, you get used to them when you're a gamer, anyway I managed it since the input is directed over cmd like main.exe < input.txt so all I had to do is write a while loop for...
  2. Replies
    4
    Views
    877

    How to cancel input

    Hi folks,

    I got a weird question here...we got a project to do, not hard but not simple either, it just has a ton of code to write...now I reached a little bump here that I don't know how to...
  3. Replies
    1
    Views
    706

    Reading spaces from a .txt file

    Hi,

    been a while since I required help from you guys but I've ran into an issue here.
    So I am practicing with C++ since I done most of C already and I have a problem with reading spaces from a...
  4. Thread: GUI with C++

    by Jablan
    Replies
    7
    Views
    1,218

    I'm still learning it all, as I said I haven't...

    I'm still learning it all, as I said I haven't even reached object part yet....I'm using Codeblocks and kinda learning VS as I go but I've noticed a lot of compiler errors in VS compared to CB. I do...
  5. Replies
    13
    Views
    5,679

    You know you should really update your avatar...

    You know you should really update your avatar pic...you know the one with a cat?
    He said he had an idea on giving a user a choice I just told him how I'd do it, the code I wrote was straight on...
  6. Thread: GUI with C++

    by Jablan
    Replies
    7
    Views
    1,218

    GUI with C++

    So this is more of a "information question" then programming question,
    since I am new to C++ I am assuming it has mostly similar setup as C
    part from that C++ is object language (bad english sry)....
  7. I am also new to C++, just crossing over from C...

    I am also new to C++, just crossing over from C and basically how I understood it bool is just true / false values instead of 1 / 0.
    In practice so far I never used it because you can implement...
  8. Replies
    13
    Views
    5,679

    Do you have any experience in C programming?...

    Do you have any experience in C programming? Jumping to C++ could be a little harsh if you never programmed anything before and if you have no interest for it.
    The amount of knowledge required for...
  9. Replies
    6
    Views
    2,606

    Right, just like others said...add additional...

    Right, just like others said...add additional variable such as int minpos and within your "if" statement just add under min = x[i]; minpos = i ; and print minpos, that will give you the location...
  10. Thread: winapi & main

    by Jablan
    Replies
    6
    Views
    1,301

    I feel really dumb right now because that's...

    I feel really dumb right now because that's exactly what I wanted but for some reason when I tried it that way few days back it didn't let me.
    I probably forgot to add windows.h or something :P but...
  11. Thread: winapi & main

    by Jablan
    Replies
    6
    Views
    1,301

    I know how Winapi works but I don't know or...

    I know how Winapi works but I don't know or should I say I don't understand how to write the code so it works with the regular main() and just to popup boxes in given conditions.
  12. Thread: Matrix Addition

    by Jablan
    Replies
    5
    Views
    1,089

    If I understood it right all you need to do is...

    If I understood it right all you need to do is add elements from m1 to m2 and save the result in m3 with the element locations corresponding the ones from m1 & m2.
    The way I'd solve this (if that's...
  13. Thread: winapi & main

    by Jablan
    Replies
    6
    Views
    1,301

    winapi & main

    Hi again folks,
    since you guys managed to help me in such a short time regarding threads for windows I wanted to ask another question which is a bit stupid but hell I just don't know it.
    Maybe it...
  14. Replies
    3
    Views
    1,612

    @gemera You're right but the functions are...

    @gemera
    You're right but the functions are different from the ones used for UNIX due to OS restrictions (if I understood it right) so you can't just use stuff like fork() for creating new processes...
  15. Replies
    3
    Views
    1,612

    Multithreads for windows

    Hi guys,
    I am new to this forum and I've found some interesting stuff so I wanted to ask ya all a question.

    I am fairly new to C/C++, I got general knowledge of most of it's functions but only...
Results 1 to 15 of 15