- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 37
- Posts with Upvotes
- 21
- Upvoting Members
- 17
- Downvotes Received
- 13
- Posts with Downvotes
- 10
- Downvoting Members
- 7
Straight forward, No bullshit, No drama...
- Interests
- Programming, Cryptography, Piano, Body Building and reading...
- PC Specs
- Core i5 4th gen, 4 Gig's ram, Windows 8.1, 2 GB AMD Radeon Graphics...
108 Posted Topics
| |
Yeah! Everyone must be having a first password which is quiet not strange. The moment you are asked to make a new password is quiet a memorable one. Like mine, it was during a Class, and i quiet took some time to get one. And voila when i finally made … | |
Re: Mine is a school story. One of my much used name is Jacob. And i have a best friend, On being called by her second name, she revolted and asked to change it, so i came up with something as ASH, and in return for that she gave me Jake … | |
Re: You would have to add 'const' before int size=10. | |
Hi guys, I have been working on a sudoku solver, that finds solution by brute forcing during my school days.... But due to the huge number of loops i couldn't do it at then.... SO decided to complete it now.... So here the algorithm: 1. Get the number of fixed … | |
Re: Do you have any part of the form that links to an already running process? | |
Re: As for me, I never comment, maybe because at my level the complexity is low, and can be understood with little effort. But about the indentation part, i am strict right down the last line. I strictly follow allman style and yes, it will surly help you reduce the number … | |
Re: This should do it: int main() { cout<<"1.binary"<<endl; cout<<"2.decimal"<<endl; cout<<"3.octaldecimal"<<endl; cout<<"4.hexadecimal"<<endl; cout<<"enter your choices 1-4?_"<<endl; cout<<"enter binary:_"<<endl; cout<<"in decimal:_"<<endl; cout<<"in octal:_"<<endl; cout<<"in hexa:_"<<endl; cout<<"do you want to repeat the programm? yes or no?_"<<endl; return 0; } For more elaboration, click [here](http://www.daniweb.com/software-development/cpp/threads/78223/read-this-before-posting-a-question)..... | |
Re: Just to make the point more clear for the OP, Consider my program having following steps: 1. Add a+b; 2. A-b; 3. Hit Jack in the Head 4. Try to make noodles. 5. Again a+b. 6. Return 0; Now if my code works fine and complete successfully, the step 6 … | |
K! Any chance of having a option to not get notifications regarding a single thread updates????? "What are you eating/drinking right now?" have gone out of bound, that i keep getting the mail notifs...... Can i unfollow only that thread only........ Sofar the only option seems to be unsuscribe the … | |
Re: OP! [Here](http://www.daniweb.com/software-development/cpp/threads/78223/read-this-before-posting-a-question) you go...... | |
Re: OP! Read [this](http://www.daniweb.com/software-development/cpp/threads/78223/read-this-before-posting-a-question) first....... | |
Re: Well! I checked up your thread. Yes! There were problems in how you posted it. Notable one being that, you didn't mention what your code was supposed to do with the error you are getting. It would be very difficult(Sometimes near impossible) to read what a program does, just from … | |
Re: I think, there is one for android platform. Never tried it though, infact never found any point in using it. Just do a google play app store search for "C++ Compiler". But the future seems good enough, now that windows 8 is going hybrid...... | |
Re: Do work with the codes given in your textbook. As far as i know or experienced, they are not always perfect... By working on it, you can develop yourself.... | |
Re: Post what you have sofar..... Doing the coding and explaination is quiet painstaking.... Come back with the code, and we will help...... | |
Re: if else is much more flexible than cases. But there are times, when cases can be much simpler. Example, a menu system. At school, for any such menus we use cases. Idea is, if the the condition is not complex and just depends on the value of a single variable, … | |
Re: > tabular form Sorry Man! If it wasn't tabular form, i could have helped.... Hmm! Try forum for C and best of luck, that is if you have something to show there...... At present, you are out of luck... | |
Re: > My boss likes Boss??? You mean Dani??? Lol | |
Re: Come on! Google is a paradise for such things..... My classmates get a lot out of first 2 or 3 results from google...... | |
Re: Please revert all the downvotes lastmitch recieved from xbat. Otherwise people can get the wrong idea, like in the second post on this thread. | |
Re: This code is a total mess. I mean, by reading it we can't understand what you are trying to do.... Many things have gone wrong. You have not initialized any arrays, still you want to save values to a array. So please write down the algorithm (Steps), then we can … | |
Re: > So if a user inputs 5 seconds, it should display 6 volts. If a user inputs 9 seconds, it should display 12 volts. In 5 seconds, 2 secs come twice, so 2x3+1x0=6...... In 9 seconds, 2 secs comes four times, so 4x3+1x0=12..... Right??? Well! I think others got the … | |
Well Guys! I was learning how to read and write class objects from & to file respectivily. And here is a small code that i made...... As far as the code goes its all well.... And i am getting what i want.... But what i want to know is, **where … | |
Re: K! After a lot of, lot of tries....... I finally logged in....... But the question (Irrelevent to me at this point, but for others), why didn't daniweb reset link work??? | |
Sorry! The problems are all solved and every error is removed.. Sorry guys! Modes: Please delete this thread. CJ | |
Re: >type's pages like this, then you cannot log-in Still can get in to login Page??? CJ | |
![]() | Re: > I have no issues with people using code on DaniWeb within their apps or as part of an open-source or commercial release. That's what a code snippet library is intended to do, after all. Is this legally binding? Meaning, what if you (Just pointing out the legal side, not … |
Re: At movies and serials, the hacking means typing blah blah incredibly fast. If you ain't fast, you are not gonna get the job done. And its like even a single press of button outputs a string of characters. Haha. Anyone wanna feel how a movie star does hacking, just go … | |
Re: Tell me! If you were a compiler, which one would you choose from the above functions??? What logic will you depend on??? If you can't decide one with considerable reasoning, your compiler too can't do it...... The parameters should be distinct enough to use the function overloading..... For your case, … | |
Re: Well! All these time, i had anti-banner enabled in KAS. So i didn't use to see any ads(Infact no free space). But with this new upgrade, even though banner is not shown, fading effect still exists. Thankfully, disable ads was(is) not a paid feature, Thanks DANI. CJ | |
Re: Like a coding contest??? Alpha Testing contest??? Prize: Can be some serious reps by you dani.......(Just a suggestion) ![]() | |
Re: > I want to start learning C++, because that's what we do at school and I really need to know it. Even though this is not a technical solution to your problem, let me point this out. First thing, You should have genuine interest in programming, then you can develop … | |
Re: > Hai i need help in C++ What help you want with the code you posted. We don't compile your code, you have to specify the error you face. | |
Re: > My code had only one issue which was the brackets. But i gave the actual work that was requested. Then why have people negatively marked my post??? As for you a new user, you are not supposed to spoon feed any codes to the help-seeker. Because giving away a … | |
Re: > It's really that unintuitive? OP have a point ms dani, but given that daniweb is not something like FB or some other website, where changing the profile info is a proirity, it shouldn't be such a big problem. And yes, Low on list. | |
http://www.daniweb.com/community-center/daniweb-community-feedback/threads/423090/fade-effect-when-hovering-over-ads/2 I tired opeing this page a lot of times and failed each time. Tried chrome, IE 9, Chrome Incognito, Clearing everything. Even though that is the second page of the theard, i can get to the first page, and post from there. Tried opeing other mutlipage threads, all fine. … | |
Re: I am a beginner(Just passed Structure in C++). As far as i can say, the number of newbies seeking help at daniweb have reduced significantly(Following proper rules of posting or not). I noticed this, because i am not good enough to answer many of the doubts which are posted(Told you, … | |
Re: hi Csgal, this is the second thread abt the same problem, will you please tell what was causing it.... Just out of curiosity.... | |
Re: Oh yeah! I liked those very much. Please bring it back if its not a big deal... | |
Re: > It will be improved upon. Don't worry. Ms Dani, i didn't understand, how this voting thing works. My assumption (Correct me if i am wrong) 1. For just thumbing down or thumbing up, we just need to click on the arrows, and forget about vote and comment part. 2. … | |
Well, after the reinnovation of daniweb, the whole website seems to be a bit slow(Not just bit). Moving from forum to forum, my profile, edit profile, almost everypage. And most of the time i need to refresh again and again to get to that page. Speed checked my connection, all … | |
Re: Ok! Just as the above comment states, find the first 4 questions yourself. 5) Every variable will be having their scope. Scope refers to the life of the variable in a code. Where the variable can be used. A variable declaired outside the any funtions in a code, is having … | |
Re: Its not a good way to give away all the answers for a homework. You have to do your part. So lets see... Q1. Indexing in C++ starts from 0, not from 1. So last element index is size-1. You do the rest of calculations. Q2. What will be the … | |
Re: [CODE]int something(int a,int b, int c) { int d; \\does something return d; }[/CODE] How is this function called???? [CODE]int z; z=something(a,b,c);[/CODE] So how can you assign two returned value to one variable??? Makes sense??? So a function cannot return two values..... | |
Problem: "Error highlighting on the go" not working (Syntax, Semantic & Type errors). IDE: Microsoft VC++ 2010 Express Edition + MSQL Basic. So far: Googled & Went through options in Options>>Text Editor>>C/C++>>Advanced. So please help me.... How can i turn it back on??? |
The End.