301 Posted Topics

Member Avatar for nitin1

it's too late and i just switch on the PC just for daniweb ;) But what else can i do on daniweb when i don't have any doubt to ask ? :(

Member Avatar for kemcar
0
170
Member Avatar for Dean_williams

firsly read [Click Here](http://en.wikipedia.org/wiki/Doubly_linked_list). after reading this, [Click Here](http://staff.science.uva.nl/~heck/JAVAcourse/ch4/sss1_2_3.html), then if there is any doubt left, feel free to ask here only. thanks. ;)

Member Avatar for Dean_williams
0
239
Member Avatar for DizaFire

sorry, but i am not getting feel that it has anything related with C . isn't it ?

Member Avatar for rubberman
0
122
Member Avatar for colombn4life

which errors are you getting ? Can you specify some errors which you getting ? in the line one , you have defined a macro, but where is the value of that macro ? In the one go, i have seen that. After telling errors, it will be east to …

Member Avatar for WaltP
0
251
Member Avatar for nitin1

in my exam, there was a question: what is linux/command which can't be ignored in any way? write the command to kill a process having id 1234 ? my answer was : SIGKILL and for second part i have written a C code function kill(1234,SIGKILL). now my teacher is saying …

Member Avatar for nitin1
0
116
Member Avatar for ali11

where is markup defined in getprice() ? if you trying to use the macro defined, then it is MARKUP (in capitals) not markup. change it to capitals or define another markup in getprice() as shown: int markup=9; or any value which you want. try it and thanks.

Member Avatar for VatooVatoo
0
189
Member Avatar for mferarri
Member Avatar for myk45

@deceptikon i know he has posted it at wrong place, but shift it without infraction points ;) thanks in advance to you. ;)

Member Avatar for aumshah
0
152
Member Avatar for nitin1

**Because it is a compile-time operator that, in order to calculate the size of an object, requires type information that is only available at compile-time. This doesn't hold for C++.** i have read this statement roght now when implementing one library function. why it doesn't hold for C++? secondly, i …

Member Avatar for myk45
0
269
Member Avatar for ainosilva

how did you find that daniweb is helful to you ? i mean daniweb was helpful to you before making profile or is it helpful to after making profile ? :p and ya one thing i wana add but i am indian NAMASTE(hello) ;) try to speak it , you …

Member Avatar for ainosilva
0
113
Member Avatar for BoulderMen

What's the use of allocating memory in line 42 ? Can you explain it ? secondly, i have tracked what you are trying to do, but you have made your code damn complex which can be much simpler than this. (anyways, it doesn't matter here)

Member Avatar for sachi059
0
290
Member Avatar for darkenmac

okay! Can you please explain what this pseudocode is all about? rather than reading this whole code, it's better to give you hints from which we can know the basic concept of the code. it will make you to think better and learn more. thanks

Member Avatar for darkenmac
0
308
Member Avatar for nitin1

actually, i have just started using Ubuntu these days(though i have knowledge of unix/linux from past 2-3 years but didnot worked practically) .Can you give me best links in your knowldge for commands related to networking? I have read from about 15 links from google.com. But still i want more …

Member Avatar for nitin1
0
141
Member Avatar for jdadkn

homework ? but it's not a homework doing site.do it own your own and if you have any specific doubts, then post here. We are here to improve you, not cheat you. If i give you the code, that will degrade you. Please try it yourself first. thanks

Member Avatar for nitin1
0
107
Member Avatar for nitin1

hi, actually I am learning C from past 1 year now and have learnt alot in C. I have read many many books and have solved alot problems in C. now, i am thinking so as to do some kind of project in C/C++. can anyone suggest me some kind …

Member Avatar for Bob
0
172
Member Avatar for lewashby

@deceptikon i didn't get what yu trying to say. will you please re-write it in some other form ?

Member Avatar for nitin1
0
485
Member Avatar for nitin1

char c[]= "JOJO1993"; char *p =c; printf( "%s", p+p[3] -p [1]) ; this is a code snippet. p is a pointer and when it is used as *(p+3) means 4th character. but my question how can a char pointer can be used as pointer to first byte of any object …

Member Avatar for nitin1
0
110
Member Avatar for nitin1

though, i am in red eye of all administartors , mod of daniweb team, but seriosuly i am getting too much help from daniweb. all mates asks me who tells me all the doubts?. ,My C concepts are improving day by day, all are astonished which book i am reading, …

Member Avatar for nitin1
3
212
Member Avatar for nitin1

let's now discuss the ways that can give you sweet sweet and sugar plum like infraction points ? ;) lol

Member Avatar for nitin1
-2
212
Member Avatar for nitin1

I am using Daniweb from around 2 years(although was not a good user from that time). But i never come to know how daiwb earns money ? Is daniweb just a forumn or is it a company ? people working on this forumn who are adminsitrators, moderators , team colleague …

Member Avatar for nitin1
0
245
Member Avatar for nitin1

it is request to whole daniweb that please give me infraction points as much as you can. if you all don't want me to live here, then give 6 more then i will be lost. just for a small 1 thing, 2 points. so keep giving me points dude! thanks …

Member Avatar for nitin1
-7
191
Member Avatar for sachinT

i think it will be better if you put this in geeks lounge department. anyways, PHP is currently in developing stage and there are much options in this field starting from scratch, you can build yourself by learning and learning. what do you exactly mean by companies here ? i …

Member Avatar for mike_2000_17
0
195
Member Avatar for macdunk11

what exactly hhx is doing ? i have listend and used hx only and x. but what is hhx in the above code ?

Member Avatar for WaltP
0
270
Member Avatar for coding101

in line 1, it should be malloc(5*sizeof(int*)); you have to allocate memory for a int pointer, not integer. try this. ;)

Member Avatar for deceptikon
0
113
Member Avatar for rithish

without the string reason, try to avoid double pointers in C. It will make your code complex and will confuse you at this stage of learning ;)

Member Avatar for delta_frost
-1
111
Member Avatar for Smith Jones
Member Avatar for iamthwee
Member Avatar for nitin1

if there will be sifficient "yes", then i will give a song to everybody of me to listen ;) just wana know how good other countries people like my song. ;)

Member Avatar for deceptikon
0
160
Member Avatar for Faiza akmal

preprocessor directive which tells the compiler that add these things in file before compilation (a program runs before compilation just for the preprocessor dircetives) as there are many things which compiler will get after including those files like declarations, functions prototypes etc.... ;)

Member Avatar for nitin1
0
99
Member Avatar for sruthi atluri
Member Avatar for equation

firstly, I will advice you to read what are loops and what is sizeof! then read more about C and its syntax and more about pointers. then read about functions and then about arguments. keep doing like this, and then try to implement various things in C. that will be …

Member Avatar for nitin1
0
174
Member Avatar for mayank.dyl

was that only a simple project by Dani ? oh my god! how great you are Dani! Have you ever thought that it will grow at this level as it is now ? :-o God bless you Dani!

Member Avatar for David Hanes
0
174
Member Avatar for mann_cool36
Member Avatar for iamthwee

Are you tring to find any job ? One thing i wana share, what you are saying is same what my brother has said me 6 years ago. my father said him "hey! why are you so dependent on any hell company ? If you have passion, then go! wake …

Member Avatar for nitin1
-2
123
Member Avatar for niyasc

what exacltly you are trying to ask ? Do you want changes in this program or you want to correct ? i mean this code has error or this has to update ?

Member Avatar for np complete
0
5K
Member Avatar for Nomi55

use Dev C++ as the software to code your programs and you may use gcc as the compiler. I have very good experice with it. start using it. ;)

Member Avatar for Nomi55
0
260
Member Avatar for nitin1

I here by request daniweb that can't they have a sperate section for specially algorthims ? I have seen that many people post their algortihm problems in C, C++ (although they say it should be code in C or C++) But , if they want only algo of that question …

Member Avatar for nitin1
0
165
Member Avatar for nitin1

i Wana start a project on this topic. what is the scope of this topic as i want to do MS in future. Is there any coding related work in this ? I have just started this project 5 days before. thanks

Member Avatar for np complete
0
102
Member Avatar for wschamps42

can anyone give me nice tutorial of this fork() ? I just know only one thing which gerard said. i want to ask where is child process which is created ? This process is parent one. and how can we deal with child one ? hoping for best answers . …

Member Avatar for np complete
0
189
Member Avatar for Faiza akmal

i think they are of same college @deceptikon kidding! :o) you can use gcc and use codeblocks as the software to develop. keep it up.

Member Avatar for nitin1
0
102
Member Avatar for Jaypie
Member Avatar for nitin1

why daniweb.com don't give warning first before giving it ? it is very bad to see these points. there must be warning first. :'(

Member Avatar for nitin1
0
371
Member Avatar for nitin1

i Wana start a project on this topic. what is the scope of this topic as i want to do MS in future. Is there any coding related work in this ? I have just started this project 5 days before. thanks.

Member Avatar for np complete
0
202
Member Avatar for I_m_rude

ohh god! what is happening here ? Issn't there any watch what they are discussing ? I have read rules, in that it is prohibited to talk vulgur. seriously, you are discussing very bad. please admins, it's request to you that please stop all these things from daniweb.

Member Avatar for nitin1
0
315
Member Avatar for nitin1
Member Avatar for cereal
0
31
Member Avatar for narendharg

i want to ask one thing here that if there is any class and it's one member is static, for example static int a; if then, i included this file in other file twice, then will it give error(redeclaration or something like that) ?

Member Avatar for nitin1
0
638
Member Avatar for sanket044

if i am not wrong , you are trying to extract data and i am getting hint that you are using something related to json queries ? correct me if i am wrong.

Member Avatar for AndreRet
0
176
Member Avatar for nitin1

actually, I was thinking arbitrary that i should make my own sizeof function. till date, i have made many many my own C functions which are also defined in C libraries. but i got strucked in sizeof operator desiging. can anyone give me hint how to start with this ? …

Member Avatar for deceptikon
0
169
Member Avatar for nitin1

hello! I am new on daniweb.com. I am happy to join this. will post my any doubt here.

Member Avatar for nitin1
0
117
Member Avatar for I_m_rude

@mike you are really motivating. Can you suggest me any topic on which i can start ? i am doing graduation and know C, C++ and little bit java and python.

Member Avatar for nitin1
3
295

The End.