Recent content by gsolvers
-
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...- gsolvers
- Post #57
- Forum: Programming and Computer Science
-
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.- gsolvers
- Thread
- Programming
- Replies: 3
- Forum: Computing and Technology