- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
13 Posted Topics
I want to load partial page when loaded in the same window ( i.e I don't want to load navigation menu bar again and again) but if someone opens it in new tab it should load the whole page(i.e including navigation menu bar) just like in facebook... I tried iframes(HTML) …
I want to load partial page when loaded in the same window ( i.e I don't want to load navigation menu bar again and again) but if someone opens it in new tab it should load the whole page(i.e including navigation menu bar) just like in facebook... I tried iframes(HTML) …
you can use function [B]getkey()[/B] for getting integer for that key [CODE] { int ch; if(kbhit()) { ch=getkey(); } switch(ch) { //for right errow key case 77: // type your code here i.e. if you press the right errow key this will happen //gotoxy(x,y) function can help you here //for …
I also have a keen interest in game designing. I would suggest you to learn graphics under c if you know C language. Its very easy if you know C language, I myself learned it with help of a book "Graphics under C by Yashwant Karnetkar" . I have tried …
please post ur code with it . its not possible for me to write the whole program. but I can figure out mistakes in your program.
I have already learned CSS and want to learn Web Designing by flash. please tell me if u could suggest any free video tutorial for learning FLASH for website designing
I also have a keen interest in game designing. I would suggest you to learn graphics under c if you know C language. Its very easy if you know C language, I myself learned it with help of a book "Graphics under C by Yashwant Karnetkar" . I have tried …
You can insert a no. at any pt. in this program. here is the code: #include<stdio.h> #include<conio.h> #include<process.h> #include"goto.c" void line(void); void cross(void); int main() { clrscr(); int a[9][9]={8,6,7,5,4,2,3,9,1, 4,3,2,9,1,8,5,7,6, 9,5,1,7,6,3,4,2,8, 5,2,9,6,8,4,7,1,3, 7,4,8,3,5,1,2,6,9, 6,1,3,2,7,9,8,5,4, 1,8,5,4,2,6,9,3,7, 2,9,6,8,3,7,1,4,5, 3,7,4,1,9,5,6,8,2}, b[9][9]= {8,6,' ',' ',' ',' ',' ',9,' ', 4,' ',2,' ',1,' ',5,' ',' …
does anybody know how to add animation in a website? i tried it using timeline in dreamweaver cs3 but its not working on mozilla firefox & internet explorer browsers. please help....
I'm a student of btech 2nd year. I know certain languages like c, c++, graphics under C, CSS, have a little knowledge about photoshop, and learning website designing in flash. So please be ready to answer my questions..... hi ha ha ha
do you understand exact difference b/w XOR_PUT, OR_PUT ,AND_PUT & COPY_PUT. I prepared many games like snake xenia, bricks(with a entirely diff logic than that which is in the book graphics under c of yashwant karnetkar) ,etc. but facing a problem in game bricks
The End.
kirit275