CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: rockz

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    9,344

    Re: Need guidance ('cuz I'm beginner)

    1. Well firstly you should decide on what you would like to build. If you're building an application you need to know how will this work, will be on a mobile device, on the web or a standard GUI....
  2. Replies
    5
    Views
    15,029

    Re: Professional android developer freelance

    Did you try Fiverr?
  3. Replies
    2,373
    Views
    1,493,628

    Re: The Boring Thread

    There was once a horse, which headed towards a Hill. It started to climb the hill and find out whats on the other side. It started climbing up and up and up. One day he finally reached the crest of...
  4. Replies
    0
    Views
    2,663

    Python on Android

    If I managed to carry out a designated task via code on a .py file, how can I use either Java/Kotlin to interact with the .py file,

    Assuming, I carried out a task using numpy and pandas,...
  5. Thread: C for Everybody

    by rockz
    Replies
    0
    Views
    932

    C for Everybody

    This is not a question, just information for the C developers. There's this Dr Chuck who is developing cotent for Programming languages, He is seeking contributions from the general public on content...
  6. Replies
    8
    Views
    12,022

    Re: Best web dev language 2020

    i think @Arjay gave in the best answer....

    However, as an intermediate programmer, I might suggest C# (with LINQ) if you want an easier path. Also, try and consifer F# if you have so much...
  7. Replies
    1
    Views
    7,082

    Re: Prepare for MS exams

    I found this on the microsoft page..... Course 20741-B: Networking with Windows Server 2016

    I hope it helps.
  8. Replies
    28
    Views
    39,304

    Re: Best CMS for web design

    I find your question a big vague. You can't just ask for the best CMS without any context. There has to be some form of information given, however, il try my best to answer you

    For PHP developers...
  9. Re: Which programming language is the right one for my project?

    If you're building things from scratch, then in my opnion you need the knowledge of the following:

    1. SQL - Ms SQL or MySQL (maybe Oracle PL-SQL)
    2. PHP or ASP.net or JSP
    3. Javascript
    4. C#,...
  10. Thread: Finding Doubles

    by rockz
    Replies
    12
    Views
    2,304

    Re: Finding Doubles

    Oh wow!!!. Just Wow!!

    I don't know if anyone managed to solve the problem, but I found a solution done in Pyton on YT. According to the creator of the video, after a 1000 runs, there is a...
  11. Thread: Finding Doubles

    by rockz
    Replies
    12
    Views
    2,304

    Re: Finding Doubles

    Thanks for the kind words, really appreciate it. My analogy is not as discussed in the coupoun problem but more of in the Birthday problem, So calculating the probability of finding a double in...
  12. Thread: Tutorials

    by rockz
    Replies
    8
    Views
    1,667

    Re: Tutorials

    A friend of mine of mine suggeted the book:

    The C++ Workshop

    Has anyone come across this title?

    I appreciate all the comments given and I really hope readers in the future also benefit from...
  13. Thread: Tutorials

    by rockz
    Replies
    8
    Views
    1,667

    Re: Tutorials

    Ohhh!! Wow, thanks in millions.

    Can I suggest something. Since CG is one of the oldest programming forums, with people having experience in almost all languages and platforms. WIll it be possible...
  14. Thread: Finding Doubles

    by rockz
    Replies
    12
    Views
    2,304

    Re: Finding Doubles

    I'm actually doing this for demonstration purpose. I need to collect statistics from the output. So my question is, can it be possible to allow the method to run and then traverse through to find out...
  15. Thread: Tutorials

    by rockz
    Replies
    8
    Views
    1,667

    Re: Tutorials

    I'm good with books, I don't need any more. I need tutorials that I can attempt to further broaden my knowledge. Most books, if not all have long notes that explains, but doesn't give much handson...
  16. Thread: Finding Doubles

    by rockz
    Replies
    12
    Views
    2,304

    Re: Finding Doubles

    Yes duplicates. I don't want to avoid them, but I want set a counter variable to determine how many duplicates are generated.
  17. Thread: Finding Doubles

    by rockz
    Replies
    12
    Views
    2,304

    Finding Doubles

    If I have a piece of working as per below:

    default_random_engine engine
    {
    static_cast<unsigned int>(time(0))
    };

    uniform_int_distribution<unsigned int> randomInt{ 1, 500 };

    for...
  18. Thread: Tutorials

    by rockz
    Replies
    8
    Views
    1,667

    Tutorials

    I'm currently looking for intermediate level C++ tutorials. Something with STLs, windows GUI and android application.
Results 1 to 18 of 18





Click Here to Expand Forum to Full Width

Featured