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

Search:

Type: Posts; User: rockx

Page 1 of 15 1 2 3 4

Search: Search took 0.04 seconds; generated 4 minute(s) ago.

  1. Replies
    0
    Views
    375

    Web Form User Authentication

    I am doing a project 2 build a web app. In doing so i m using the login Control from C# to let the admin login to the app.

    Everything seems fine until the login control is initiated, the app...
  2. Replies
    1
    Views
    561

    Characters within a string

    I do not want the solution, however I need a road map to reach the solution.

    Firstly, I need to know what namespaces do i need to use to get full acess to strings classes in C#.

    2ndly, I am...
  3. Replies
    4
    Views
    4,953

    Re: Parent Child Process (UNIX)

    the problem is that I am new to Unix myself and there are no other alternatives to run fork() and exec().

    if there is could someone please let me know!!!!
  4. Replies
    4
    Views
    4,953

    Re: Parent Child Process (UNIX)

    i did that, but there was nothing that i was looking for. I want some resources which would be similar to the ones below

    https://mva.microsoft.com/

    im finding hard knowing where to start
  5. Replies
    4
    Views
    4,953

    Parent Child Process (UNIX)

    Where can i get good resources to learn the above

    In addition, I would also like to learn thread programming in C, maybe 'pthreads'

    I am looking for good videos (youtube), good books and maybe...
  6. Thread: Strings basics

    by rockx
    Replies
    4
    Views
    919

    Re: Strings basics

    I get the following error messages


    cout << dayOfWeek.at(i) << endl;
    33877



    cout << dayOfWeek[i] << endl;
  7. Thread: Strings basics

    by rockx
    Replies
    4
    Views
    919

    Strings basics

    Guys I am very confused about what I am doing in this piece of code. my aim is to print out the days of the week, which is stored in a string. There seem to be errors that I have never come across
    ...
  8. Re: When it comes to C++ and Visual C++, what are the most important topics to know?

    I am agreeing wtih both 2kaud and OReubens. both sets of ideas are very good. but i would like to add on it

    1. Knowing STL will help one determine whether to use it or not. So Id personally say...
  9. Replies
    4
    Views
    1,145

    Re: New Algorithm - just a thought

    for:

    1. I need to learn a lot of things, so the absolute basic would be good.

    2. say the user enters 65 and the program does squaring of numbers. Thus i want the program to separate 6 and 5 to...
  10. Replies
    3
    Views
    1,303

    Re: Testing Time Complexity

    thanks T
  11. Replies
    4
    Views
    1,145

    New Algorithm - just a thought

    Ok, i guess this is not the right place to ask this question, but il do so. My question is somewhat related to C++ and this forum seems more active then the appropriate one as well.

    I am currently...
  12. Replies
    2
    Views
    1,620

    Re: Comparison of dataset

    anyone?
  13. Replies
    2
    Views
    1,040

    Re: Programming certification

    I hope this helps

    http://forums.codeguru.com/showthread.php?543583-The-new-C11-and-C-11-Certifications&highlight=
  14. Replies
    3
    Views
    1,303

    Re: Testing Time Complexity

    I will formulate my own equation. I just need a few figures to get going
  15. Replies
    3
    Views
    1,303

    Testing Time Complexity

    Well this is my homework question. But it is not graded

    I am to find the time complexity of the below

    33785

    So i came up wtih the following:


    #include <iostream>
  16. Replies
    2
    Views
    1,620

    Comparison of dataset

    I am planning to design an application (NOT a project/assignment) whereby there will be a set of integers displayed in 5-6 textboxes.



    0 < integer < 51



    The user will then dynamically...
  17. Thread: New C++ versions

    by rockx
    Replies
    17
    Views
    2,874

    Re: New C++ versions

    I was just thinking of my old days when i started using C++. back then i used to hate Ms C++, i was very dependent on Borland 5.02.

    But now i can say I an MS guy.....lol

    I now use <iostream>...
  18. Replies
    6
    Views
    1,952

    Re: Port Fowarding on Huawei HG532d

    that talks more on HG530 and not HG532d
  19. Thread: New C++ versions

    by rockx
    Replies
    17
    Views
    2,874

    Re: New C++ versions

    well for now it is. but i got most of the resources to answer my questions on taht..

    another question of mine on the versions:

    When i first started to code C++, i remember not using namespace...
  20. Replies
    6
    Views
    1,952

    Re: Port Fowarding on Huawei HG532d

    Port Fowarding on Huawei HG532d modem
  21. Replies
    6
    Views
    1,952

    Port Fowarding on Huawei HG532d

    is it possible??
  22. Thread: New C++ versions

    by rockx
    Replies
    17
    Views
    2,874

    Re: New C++ versions

    Is this the same for C++ 14 and upcoming C++ 17?
  23. Thread: SQL Begginer

    by rockx
    Replies
    8
    Views
    1,790

    Re: SQL Begginer

    This is just for my learning process. I want to design that in MS Sql. ive got the code with me, this is not real time.

    I wish to link this to a C# app and enter data. later export it to excel.
    ...
  24. Thread: SQL Begginer

    by rockx
    Replies
    8
    Views
    1,790

    Re: SQL Begginer

    very true. Arjay i totaly agree with you. I am actually been a victim of jumping all over the place. learning everything all at once.

    I just need to make one basic SQL DB (max 3-4 working tables)...
  25. Thread: SQL Begginer

    by rockx
    Replies
    8
    Views
    1,790

    Re: SQL Begginer

    I have got taht done, it has automatically intergrated itself on my VS2013. I have been playing around a bit with it. its very good.


    My concern now is how to use all of it. I am in the planning...
Results 1 to 25 of 362
Page 1 of 15 1 2 3 4





Click Here to Expand Forum to Full Width

Featured