- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 1
- Downvoting Members
- 2
i am a programmer;
- Interests
- c/c++/assembly
- PC Specs
- yes
6 Posted Topics
how can we fetch the system time regulerly irrespect to the another part of the program? how it's possible to do so actually its a validation in a game,but i dont have an idea how can be implement. | |
Actually i am confused with concept of database conectivity in c++ with any traditional Dbase server is it possible if yes then how....pls help Thanks for the help in advance | |
Please help me to create a automaticcaly executable file in c .when cpu boot up it should automatically execute once. Thanks for the help | |
Re: //binary search using bubble sort.... #include<stdio.h> #include<conio.h> int main() { int la[20],i,ub,temp,k,lb=0; printf("\n enter how many elements in array:"); //enter and print array scanf("%d",&ub); for(i=lb;i<ub;i++) { printf("\n enter %d element of array:",i); scanf("\n %d",&la[i]); } printf("\n elements of array are:"); for(i=lb;i<ub;i++) { printf("\n la[%d]=%d",i,la[i]); } i=0; while(i<ub-1) { k=0; while(k<ub-i-1) … | |
Hlo guys can u please tell me that websites can be created in c or c++ please suggest me something... thanks for the help | |
Re: you shiuld try turbo c++ compiler instead of dev c++ |
The End.