Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements
~7K People Reached
About Me

i am a programmer;

Interests
c/c++/assembly
PC Specs
yes
Favorite Forums
Favorite Tags
c++ x 6
c x 3
seo x 2

6 Posted Topics

Member Avatar for amithunter

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.

Member Avatar for L7Sqr
0
95
Member Avatar for amithunter

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

Member Avatar for rubberman
0
208
Member Avatar for amithunter

Please help me to create a automaticcaly executable file in c .when cpu boot up it should automatically execute once. Thanks for the help

Member Avatar for amithunter
0
167
Member Avatar for kamalashraf

//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) …

Member Avatar for rubberman
0
7K
Member Avatar for amithunter

Hlo guys can u please tell me that websites can be created in c or c++ please suggest me something... thanks for the help

Member Avatar for Hiroshe
0
87
Member Avatar for sandeepxd

The End.