Forum: C Mar 4th, 2009 |
| Replies: 3 Views: 1,187 http://userpages.umbc.edu/~squire/download/WinBase.h
i downloaded it from here
hey can u upload ur version of winbase.h ??? |
Forum: C Mar 4th, 2009 |
| Replies: 3 Views: 1,187 i am using pelles c
y am i getting these errors ?
something wrong wid the winbase header file??
if yes then can u tell me from where should i download another one
#include<windows.h>
main()... |
Forum: C Mar 2nd, 2009 |
| Replies: 3 Views: 323 #include<stdio.h>
void main(int argv,char * argc[])
{
int num1,num2;
num1=(int)argc[1];
num2=(int)argc[2];
printf("%d\n",num1);
printf("%d\n",num2);
} |
Forum: C Nov 12th, 2008 |
| Replies: 5 Views: 545 i am learning c
so how can i use visual c++,turbo c++......
pls can u suggest a compiler for windows.........
its urgent..... |
Forum: C Nov 12th, 2008 |
| Replies: 5 Views: 545 so wat compiler do u suggest...... |
Forum: C Nov 12th, 2008 |
| Replies: 5 Views: 545 hey guys
i am using miracle c compiler on windows xp....
i am trying to figure out how does pointer to functions work.....
i have gone thru many tutorials but all have them failed to compile....... |