sahana
Member
- Member since
- Sep 25, 2006
- Last active
- Oct 12, 2010
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
problem in mobile banking
hi i am doing my final year in computer science. we must implement an ieee paper for our final year project. i...
-
#Threads
Help with final year project (C/Java/.Net)
hello every one.i am right now doing my final year in computer science, and still not yet decided my final year project....
-
#Threads
0d9058bd-86e6-4f10-b121-3c21cc4d02bf
hello mahul. i am very sorry for the late response. i tried to solve it, and i guess i got the answer....
-
#Threads
1be99af0-b9cd-47d5-b24b-66b884429699
hi mahul. i am sorry i didnt really catch you.the number is to be stored as an array with each digit in...
-
#Threads
pow() in C
how can we compute the pow of real huge numbers like pow(1000,1000) or even more in c? i guess even long double...
-
#Threads
sockets
hi everyone.i need a small help in C. i want to know if there can be a socket which is a blocking...
-
#Threads
a6dab230-438e-4840-8cb1-5d476ab40688
yeah thanks mahul.now i feel the C that uses TC and that uses gcc should be named different, 😀
-
#Threads
6563ea9a-96ce-44b8-a047-9823b947ea26
i dont understand one thing.if i wrote my own compiler then how does that mean ive made a programming language?compiler is a...
-
#Threads
4d5e5ef6-a88c-4cca-b02e-cd001ad88d96
okie.so how do we start it?so shud we use gcc for it?
-
#Threads
1d008345-a34c-4f58-b4c2-8c103103f04d
yes himanshutime. agree with u.but is writing programming language that easy?
-
#Threads
5c091999-7c42-477e-b6a4-ffc5636762d6
hi friendster7, i got your code.but is the most optimal?this code is designed for matrices which have a maximum of 5 rows...
-
#Threads
d7f0d0c5-f074-423d-be66-2f75ddf868ed
yeah u can implement it by a linked list.
-
#Threads
problem in matrix multiplication
i have to multiply 2 n*m matrices using pointers and the most optimal solution is expected.
-
#Threads
d6884678-69c3-494b-b50c-0bb2c3c2609b
i do get a c file,my c file is not getting compiled by TC.should i go necessarily for gcc,that means i have...
-
#Threads
2453e871-5e4a-440b-bf41-60a32edb906b
some hint please. isnt the one by single linked list considered to be the most optimal?i jus hav a vague idea.may be...
-
#Threads
a4a48a5a-bdbf-4795-b0e7-4dd629c06ceb
hi.i dont think i understood this software ie parser generator too good.do i have to store the TC and this parser generator...
-
#Threads
c8f9ac9d-7125-48c7-8be9-8338bb8429dd
Thanks a ton friendster7 and pradeep.😀
-
#Threads
help for writing compliers
hi.i need to write yacc and lex programs.so do i have to necessarily load unix?i came across some thing called cygwin.so is...
-
#Threads
76677461-12b0-4913-a499-4eb053fbbbe0
i m sorry again.linked list must never be assumed to be stored sequentially in memory.thatz the fundamental difference between array and linked...
-
#Threads
d2b1851d-bac3-40ad-a621-5d2e08333d4f
pradeep, i am so sorry.i thought the corrupted node was pointing immediately to the previous node, so according to me i will...
-
#Threads
a13d4b01-a0a6-4f66-88a5-3b2fdd554741
this is my wild guess. i go by kidakaka.may be we cud use a stack instead of list and do repeated push...
-
#Threads
f54f7b74-62be-46ff-8368-95307eb867e0
wow.that was really smart. i accept my mistake.well actually i actually got the output ,as i was lucky that the unallocated memory...
-
#Threads
037eb411-ff72-4176-9434-8189aa197b5a
hi, i have used the consecutive memory location of i to store the 2 data.this works. #include<stdio.h> #include<conio.h> void main() { int...
-
#Threads
def40853-bfc6-460e-8e57-8f2a004f8927
thanks a ton uday, i now hav a new problem.now what do i do if i want to set the caption name...