Search:

Type: Posts; User: Saad Rafey

Search: Search took 0.01 seconds.

  1. Please guide me in this regard

    Please guide me in this regard
  2. Accessing values stored by a pointer into an array

    I am writing a C program to access a string into an array from a pointer array in Visual Studio 2010.

    Program is given below:-




    #include <stdio.h>
    #include <string.h>
    void main()
  3. Replies
    3
    Views
    2,893

    @Elkvis thanks for your help

    @Elkvis thanks for your help
  4. Replies
    3
    Views
    2,893

    Error while reading data from serial port

    I am writing a program in Visual C++ to access serial port.Code is given below:-




    #include "stdafx.h"
    #include <windows.h>
    #include <stdlib.h>
    #include <stdio.h>
    ...
  5. Error: this declaration has no storage class or type specifier

    I am writing a code using Visual C++ to access serial port.


    Code is given below:-



    HANDLE hSerial= CreateFile(L"COM1", GENERIC_READ |...
Results 1 to 5 of 5