301 Posted Topics
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 ? :( | |
Re: 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. ;) | |
Re: sorry, but i am not getting feel that it has anything related with C . isn't it ? | |
Re: 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 … | |
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 … | |
Re: 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. | |
Re: @deceptikon i know he has posted it at wrong place, but shift it without infraction points ;) thanks in advance to you. ;) | |
**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 … | |
Re: 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 … | |
Re: 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) | |
Re: 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 | |
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 … | |
Re: 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 | |
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 … | |
Re: @deceptikon i didn't get what yu trying to say. will you please re-write it in some other form ? | |
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 … | |
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, … | |
let's now discuss the ways that can give you sweet sweet and sugar plum like infraction points ? ;) lol | |
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 … | |
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 … | |
Re: 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 … | |
Re: what exactly hhx is doing ? i have listend and used hx only and x. but what is hhx in the above code ? | |
Re: in line 1, it should be malloc(5*sizeof(int*)); you have to allocate memory for a int pointer, not integer. try this. ;) | |
Re: 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 ;) | |
![]() | |
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. ;) | |
Re: 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.... ;) | |
Re: 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 … | |
Re: 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! | |
![]() | Re: 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 … |
Re: 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 ? | |
Re: 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. ;) | |
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 … | |
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 | |
Re: 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 . … | |
Re: 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. | |
![]() | |
why daniweb.com don't give warning first before giving it ? it is very bad to see these points. there must be warning first. :'( | |
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. | |
![]() | Re: 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. |
Re: 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) ? | |
Re: 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. | |
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 ? … | |
hello! I am new on daniweb.com. I am happy to join this. will post my any doubt here. | |
![]() | Re: @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. |
The End.