Search:

Type: Posts; User: zoom2ashish

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    18,529

    Phone number to string conversion using recursion

    // PhoneNumberToString.cpp : Defines the entry point for the console application.
    //

    #include "stdafx.h"

    static int COUNT = 0;

    char Letters[][4] = {
    {'0'},
    {'1'},
  2. Replies
    5
    Views
    27,329

    Ashish Patel

    just compile with g++ compiler

    g++ -c <cpp-file>
    g++ -o <bin-file> <obj-file>
Results 1 to 2 of 2