Search:

Type: Posts; User: danielcplusplus

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,253

    Still waiting, anyone ?

    Still waiting, anyone ?
  2. Replies
    6
    Views
    1,253

    I thought I could make it password protected, but...

    I thought I could make it password protected, but it's boring and I rather do something with challenge
  3. Replies
    6
    Views
    1,253

    I have an idea, a program, Which will lock my...

    I have an idea, a program, Which will lock my computer unless i will insert a specific USB, now, about the "locking" I thought I could just disable keyboard / mouse, simple as it is.
    I know there is...
  4. Replies
    6
    Views
    1,253

    HELP - disable keyboard/mouse

    Can anyone show me an example of code on how to disable keyboard/mouse for 5-10 seconds written in C++.
  5. Replies
    8
    Views
    3,217

    AWESOME :) thanks.

    AWESOME :) thanks.
  6. Replies
    8
    Views
    3,217

    Random integers (numbers) - help

    Hey all, I'm trying to make a C++ program that generate 6 random numbers ( from 100,000 to 999,999 ), okay, so I wrote a few lines..



    srand(time(0));
    for (int i = 0; i < 5; i++)
    {
    ...
  7. Ok, sorry for the "misunderstanding" lol, Thanks...

    Ok, sorry for the "misunderstanding" lol, Thanks :)
  8. I believe you did not understand me correctly, i...

    I believe you did not understand me correctly, i am talking about making a menu, in c++, using visual studio 2013 :P.
    I am just not sure how to start, prorbably using gotoxy, i don't know :P
  9. Help | making an advanced menu - console

    Does anyone know how to make a menu in console, C++ of course.
    I'm talking about a menu where it gives you a list of options and you can press up and down arrows, where it can also highlight the...
  10. Replies
    3
    Views
    712

    feeling so dumb after that mistake and yeah,...

    feeling so dumb after that mistake
    and yeah, just too lazy :P
    Thanks :)
  11. Replies
    3
    Views
    712

    Help | classes and stuff

    Can anyone please explain to me why i am getting an error with Interface but not with Test ?
    Picture here >> Gyazo - 2c25c4a33c7c356223f6b146af8c1194.png
  12. Replies
    5
    Views
    1,217

    Java, web development..

    Java, web development..
  13. Replies
    5
    Views
    1,217

    Huge thanks for your feedback, i didn't quite...

    Huge thanks for your feedback, i didn't quite understood when you said: "Code written after a return statement will not be executed." what do you mean
  14. Replies
    5
    Views
    1,217

    How is my code ? calculator c++

    Hey, i started learning C++ week ago, and having fun :), anyway i wrote a simple C++ Calculator it works ^^, just wondering, how is my c++ code ? i mean from a professional perspective..
    this is how...
Results 1 to 14 of 14