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

Search:

Type: Posts; User: sgsawant

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    7,642

    Re: Passing String to a Function

    @CILU:

    Thanks! I will remember this one.
  2. Replies
    6
    Views
    7,642

    Passing String to a Function

    I know the following will look weird but I am simply not able to understand how string passing works.

    #include<iostream>
    #include<ctype.h>
    #include<fstream>
    using namespace std;

    void...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured