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

Search:

Type: Posts; User: panqnik

Search: Search took 0.03 seconds.

  1. Replies
    11
    Views
    3,297

    Re: what did I do wrong

    I think, OP should dig a bit more while making these exercises - isn't programming about problem solving and curiosity? :)
  2. Replies
    6
    Views
    8,730

    Re: splitting a string into 2 strings c++

    You might want to get familiar with these two things:
    http://en.cppreference.com/w/cpp/string/basic_string/find
    http://en.cppreference.com/w/cpp/string/basic_string/substr
  3. Re: How do we create N matrices simultaneously in C++?

    Could you define "simultaneously" ? Moreover, "a[n][k][N]" is not a command, it's a definition.
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured