Recent content by gsolvers

  1. G

    C/C++ Guide to C++ Programming For Beginners

    i am creating two fileds a header file function.h with function wel() defined in it and a main file main.c which is calling wel() function define inside function.h. Hope this is enough. function.h public void wel() { printf("Hello Welcome !"); } main.c # "header.h" int main(int argc...
  2. G

    Programming Logics and Techniques

    I need help to get a set of questions for programmic logic and techinques from beginners level to advance level.