#define

  1. CA50

    C++ coding

    I am currently working on a c++ program to do all the martix operations like addition, subtraction, multiplication and transpose. But i am little weak in that "Function call / declaration etc." , so i am feeling difficulties in coding the program. I am sending my partially completed code...
  2. iinfi

    RUN make command means what

    i have a USB to ethernet device which i want to use in linux. i downloaded the driver files from the net for the same but am unable to understand the instructions. the instructions in the readme go as follows. contents of the file named "Makefile"...
  3. garfield_56

    C++--tricky one

    Hey all... I guess most of u will figure this out....but anyways, i found it interesting, so i thought i'll share it with u all!!!! C++ without main() #include<stdio.h> #define decode(s,t,u,m,p,e,d) m##s##u##t #define begin decode(a,n,i,m,a,t,e) int begin() { printf(" hello "); }...
  4. D

    fatal error C1189: #error : WINDOWS.H already included.

    Hello all, My stdafx.h file contain: #pragma once // Modify the following defines if you have to target a platform prior to the ones specified below. // Refer to MSDN for the latest info on corresponding values for different platforms. #ifndef WINVER // Allow use of features specific to...
Top Bottom