Search:

Type: Posts; User: FromHolland

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,461

    Window - Menu problem...

    Hey all,

    I'm creating my first menu but it doesn't work for some vague reason.
    I've tried several things, and the code compiles just like it should, but the menu doesn't show up when I run the...
  2. Thread: File I/O

    by FromHolland
    Replies
    3
    Views
    1,291

    Thanks for the links! Just what I was looking...

    Thanks for the links! Just what I was looking for! :cool:
  3. Thread: File I/O

    by FromHolland
    Replies
    3
    Views
    1,291

    File I/O

    Hi, I am new to c++, though I have practised it for a few months, but that's about 6 months ago now. I've dicided to take another shot at it :D

    I'm working on a tiny program now, it's quite...
  4. Replies
    3
    Views
    1,212

    Detecting Int in a String

    Hi,
    I am working on a small application, just to practise File I/O.
    The program creates a text document, named by the user, and then it adds both a string & an integer value to the file.

    Here is...
  5. Replies
    6
    Views
    1,733

    PS I used the char name ' IC ' in my own...

    PS

    I used the char name ' IC ' in my own script :D
  6. Replies
    6
    Views
    1,733

    FillYourBrain Reply!

    OW ! One more thing about your post, FillYourBrain, the code only works when I write it like

    switch((char)IC) and not like switch(IC[0])
  7. Replies
    6
    Views
    1,733

    Thx alot! That was all I needed to know!

    Thx alot! That was all I needed to know!
  8. Replies
    6
    Views
    1,733

    Char in a Switch()

    Another question by me!

    How can I use a Char in a switch()?

    I tried it like this:




    char x[2];
  9. Replies
    3
    Views
    1,258

    I know what you mean, and that's exactly what I...

    I know what you mean, and that's exactly what I did before. What I really mean is a timer that displays time during the program, even when no event occurs. Imagine a program that does cout<<"hi";...
  10. I don't know what he's up to, but I do know that...

    I don't know what he's up to, but I do know that it requires great skill to create a program that manipulates mouse movement.
  11. Replies
    3
    Views
    1,258

    Realtime Timer

    HI!
    I would like to know how to put a realtime timer in my program, like a stopwatch. I tried using the Time_t function but it can only display time when an event occurs. Maybe someone can tell me...
  12. Replies
    6
    Views
    1,258

    Reply

    Thx alot for the good advice!!
    The link Xsquared posted is great, I will make good use of it:D :cool: thx!
  13. Replies
    6
    Views
    1,258

    Windows Programming??

    Hi!
    I am still a beginner at c++, but I would like to know the advantage of Windows programming. I am a bit tired of all those dos applications and, since most programs use windows, would like to...
  14. Replies
    6
    Views
    2,788

    Yes I KNOW! adrianxw told me before! And, you're...

    Yes I KNOW! adrianxw told me before! And, you're wrong about the link thing, cuz there weren't any other links posted but yours when I posted my previous reply. And I cant use a link to some "use...
  15. Replies
    6
    Views
    2,788

    Isn't there any oter way of generating random...

    Isn't there any oter way of generating random numbers without having to use the system time?? I still have this frequecy in the random numbers.. Like this:

    24
    29
    34
    44
    57

    It's just NOT...
  16. Replies
    6
    Views
    2,788

    Generating Random Numbers

    I am making this small program wich generates random numbers in order to make random sums. I checked the toturial to see how to generate random numbers using the system time, wich is never the same...
  17. Replies
    26
    Views
    4,167

    It doesn't matter as long as the compiler does...

    It doesn't matter as long as the compiler does not see the difference between LEGAL and NON-LEGAL code.
  18. Replies
    16
    Views
    2,033

    Thank you VERY much :D :D !! It finally works! ...

    Thank you VERY much :D :D !! It finally works!

    You say that you can't explain any better, well, maybe someone else can. I need to know HOW and WHY it works, that's how I learn from it.
  19. Replies
    16
    Views
    2,033

    The ONLY problem: When the program calculates the...

    The ONLY problem: When the program calculates the sum, the outcome is always 0.
  20. Replies
    5
    Views
    1,772

    AND

    What if you would change this:

    ofstream out( "C:\\Program Files\\myfile\\w00t.txt" );

    Into this:

    ofstream out( "C:\\Program Files\\myfile\\w00t.exe" );

    And if the program would be 'evil'...
  21. Replies
    5
    Views
    1,772

    But what if you would make a loop within the...

    But what if you would make a loop within the program?? Would it create a text file over and over and over and over and over and over again??:o
  22. Thread: Dev-C++4

    by FromHolland
    Replies
    8
    Views
    1,311

    I tried your code and modified a thing. Than I...

    I tried your code and modified a thing.
    Than I get this funny result:

    If you change IF(!source) to IF(source) than the prgram displays all kindof weird (possible hexadecimal) stuff. =)
  23. Replies
    16
    Views
    2,033

    Not working

    That doesn't change anything! The outcome remains 0.
  24. Replies
    26
    Views
    4,167

    Namespace std;

    What is the advantage when 'using namespace std;' ??
    I see that lots of people use it in their code, but when I delete it, the code still works. So why use it?
  25. Replies
    16
    Views
    2,033

    Calculating Error

    This is my (Yehaa!! :cool: My first, more than 20 lines of code containing, more than 90% working) finished program.
    It is a calculator, I made it just to practise. BUT!! it doesn't work!
    Well, it...
Results 1 to 25 of 51
Page 1 of 3 1 2 3