Search Results

Showing results 1 to 20 of 20
Search took 0.01 seconds.
Search: Posts Made By: yuvaraj.tr
Forum: C Mar 19th, 2009
Replies: 1
Views: 229
Posted By yuvaraj.tr
Hi i am new


I have two c prgorams as yuva.c & raj.c

For this how i create make file

please help me
Forum: C Mar 11th, 2009
Replies: 5
Views: 1,185
Posted By yuvaraj.tr
Thanks for your people helping




Thanks

Yuvaraj.R
Forum: C Mar 9th, 2009
Replies: 5
Views: 1,185
Posted By yuvaraj.tr
Hi I have doubt . Can we return the some data from boolean Function in C

For Example

bool add( int a, int b)
{
int C;

C = a + b;
Forum: C Mar 6th, 2009
Replies: 3
Views: 542
Posted By yuvaraj.tr
FGS_GetCurrentKeyCode() means some driver library function in set top box.



if i press the keys ,while running the game that time snake did not move according to the key directions..
...
Forum: C Mar 5th, 2009
Replies: 3
Views: 542
Posted By yuvaraj.tr
Hi friends i am doing the snake game program for Set top Box . I am Facing problem when i get the remote control keys.


if i press the up,down,right,left keys when program is running ,program...
Forum: C Nov 15th, 2008
Replies: 23
Views: 3,233
Posted By yuvaraj.tr
wait i send you
Forum: C Nov 15th, 2008
Replies: 23
Views: 3,233
Posted By yuvaraj.tr
for(i=0;i<5;i++)
{
for(j=0;j<=i;j++)
{
printf("*\n");
}
}
Forum: C Nov 15th, 2008
Replies: 23
Views: 3,233
Posted By yuvaraj.tr
for(i=0;i<5;i++)
{
for(j=0;j<=i;j++)
{
printf("*\n");
}
}
Forum: C Nov 8th, 2008
Replies: 1
Views: 455
Posted By yuvaraj.tr
hi gues am new to embedded c,i wrote programm to addition of two numbers

but i didn't get the result....

I don't what is the wrong in my code

my code is:

include <reg51.h>
#include...
Forum: C Nov 7th, 2008
Replies: 4
Views: 583
Posted By yuvaraj.tr
int i=444;
printf("9%d",i);
Forum: C Nov 7th, 2008
Replies: 7
Views: 1,420
Posted By yuvaraj.tr
Hi i am also new to C

I think ans may be

X=2, Y=8,z=61
Forum: C++ Nov 3rd, 2008
Replies: 4
Views: 416
Posted By yuvaraj.tr
Above answer is exactly correct ............


please follow that one...........
Forum: IT Professionals' Lounge Oct 31st, 2008
Replies: 9
Views: 1,308
Posted By yuvaraj.tr
vi editor
emacs editor
one more is there
Forum: Assembly Oct 31st, 2008
Replies: 5
Views: 1,527
Posted By yuvaraj.tr
movi a ,#2 ; immediately move 2 to accumulator
mov b,a ; move accumulator to b Reg
mvi a, #4 :immediately move 4 to accumulator
add b ; add a & b
Forum: C++ Oct 31st, 2008
Replies: 1
Views: 268
Posted By yuvaraj.tr
hi try this one
#include<iostream>
using namespace std;
class employee
{
int Id_no,No_days,age;
float salary;
char first_name[5],depat[5],gen[4],material[6];
public:
void...
Forum: C Oct 31st, 2008
Replies: 12
Views: 981
Posted By yuvaraj.tr
#include<stdio.h>
main()
{
int nu,i;
printf("enter the number");
scanf("%d",&nu);
for(i=0;i<=nu;i++)
{
printf("* \t");
}
Forum: C Oct 31st, 2008
Replies: 12
Views: 981
Posted By yuvaraj.tr
#include<stdio.h>
main()
{
int nu,i;
printf("enter the number");
scanf("%d",&nu);
for(i=0;i<=nu;i++)
{
printf("* \t");
}
Forum: C Oct 31st, 2008
Replies: 22
Views: 1,839
Posted By yuvaraj.tr
int sec_code;
printf("enter the sec_code");
scanf("%d",&sec_code);
while(sec_ocde < 0 && sec_code > 4 )
{
printf("invalid Sec_code \n please enter between 1 to 4 ");
}
Forum: C Oct 31st, 2008
Replies: 2
Views: 545
Posted By yuvaraj.tr
Thank you

where can i download free embedded c compiler......for linux OS
Forum: C Oct 30th, 2008
Replies: 2
Views: 545
Posted By yuvaraj.tr
Hi friends i am new to embedded domain. I would like to learn embedded C ,..

Where i get free books to learn embedded C..........
and whre i get free compilers to execute embedded c...
Showing results 1 to 20 of 20

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC