Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
71% Quality Score
Upvotes Received
37
Posts with Upvotes
21
Upvoting Members
17
Downvotes Received
13
Posts with Downvotes
10
Downvoting Members
7
11 Commented Posts
8 Endorsements
Ranked #233
Ranked #746
~60.8K People Reached
About Me

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

Member Avatar for Duki
Member Avatar for PrimePackster

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 …

Member Avatar for slavica.k
-1
205
Member Avatar for mrnutty

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 …

Member Avatar for Reverend Jim
0
685
Member Avatar for kamalashraf
Member Avatar for blackcathacker
Member Avatar for PrimePackster

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 …

Member Avatar for Gonbe
0
325
Member Avatar for wilsonz91
Member Avatar for gusano79
0
243
Member Avatar for azareth

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 …

Member Avatar for <M/>
0
245
Member Avatar for amalaza

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).....

Member Avatar for amalaza
0
250
Member Avatar for Kareem Klas

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 …

Member Avatar for PrimePackster
0
1K
Member Avatar for Chadtims
Member Avatar for PrimePackster
-1
84
Member Avatar for PrimePackster

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 …

Member Avatar for Dani
0
249
Member Avatar for selcabs

OP! [Here](http://www.daniweb.com/software-development/cpp/threads/78223/read-this-before-posting-a-question) you go......

Member Avatar for Lucaci Andrew
0
106
Member Avatar for ahpple.gonzales

OP! Read [this](http://www.daniweb.com/software-development/cpp/threads/78223/read-this-before-posting-a-question) first.......

Member Avatar for PrimePackster
0
238
Member Avatar for marco.lanza.507

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 …

Member Avatar for PrimePackster
0
166
Member Avatar for supanovabay.kebede

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......

Member Avatar for PrimePackster
0
143
Member Avatar for VISPFORALL

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....

Member Avatar for tinstaafl
-1
106
Member Avatar for peymankop

Post what you have sofar..... Doing the coding and explaination is quiet painstaking.... Come back with the code, and we will help......

Member Avatar for peymankop
0
120
Member Avatar for Prysm[VA]

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, …

Member Avatar for mike_2000_17
0
326
Member Avatar for muneeb ahmed

> 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...

Member Avatar for PrimePackster
-1
157
Member Avatar for vinay.negi
Member Avatar for kpele1

Come on! Google is a paradise for such things..... My classmates get a lot out of first 2 or 3 results from google......

Member Avatar for PrimePackster
0
180
Member Avatar for xbat

Please revert all the downvotes lastmitch recieved from xbat. Otherwise people can get the wrong idea, like in the second post on this thread.

Member Avatar for happygeek
0
237
Member Avatar for thinkaboutyoueveryday

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 …

Member Avatar for thinkaboutyoueveryday
0
226
Member Avatar for GeneClaude

> 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 …

Member Avatar for Ancient Dragon
0
465
Member Avatar for PrimePackster

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 …

Member Avatar for Ancient Dragon
2
192
Member Avatar for captainjake

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???

Member Avatar for PrimePackster
0
465
Member Avatar for PrimePackster

Sorry! The problems are all solved and every error is removed.. Sorry guys! Modes: Please delete this thread. CJ

Member Avatar for PrimePackster
0
103
Member Avatar for vaultdweller123

>type's pages like this, then you cannot log-in Still can get in to login Page??? CJ

Member Avatar for PrimePackster
0
190
Member Avatar for jmichae3

> 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 …

Member Avatar for Dani
0
653
Member Avatar for DJWK

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 …

Member Avatar for MrUpsetter
0
257
Member Avatar for lanyusea

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, …

Member Avatar for PrimePackster
0
172
Member Avatar for Dani

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

Member Avatar for Sahil89
0
841
Member Avatar for Dani

Like a coding contest??? Alpha Testing contest??? Prize: Can be some serious reps by you dani.......(Just a suggestion)

Member Avatar for diafol
0
79
Member Avatar for Hellblazer.

> 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 …

Member Avatar for sternone
0
202
Member Avatar for Labdabeta
Member Avatar for selfuser

> 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.

Member Avatar for PrimePackster
0
279
Member Avatar for rafaquatbutt

> 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 …

Member Avatar for PrimePackster
0
324
Member Avatar for azareth

> 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.

Member Avatar for PrimePackster
0
190
Member Avatar for PrimePackster

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. …

Member Avatar for PrimePackster
0
255
Member Avatar for darkagn

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, …

Member Avatar for PrimePackster
0
198
Member Avatar for Dcurvez

hi Csgal, this is the second thread abt the same problem, will you please tell what was causing it.... Just out of curiosity....

Member Avatar for ~s.o.s~
0
114
Member Avatar for zeroliken

Oh yeah! I liked those very much. Please bring it back if its not a big deal...

Member Avatar for Topi Ojala
0
362
Member Avatar for NormR1

> 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. …

Member Avatar for Ancient Dragon
0
186
Member Avatar for PrimePackster

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 …

Member Avatar for PrimePackster
0
217
Member Avatar for artan8

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 …

Member Avatar for PrimePackster
0
159
Member Avatar for artan8

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 …

Member Avatar for MandrewP
0
279
Member Avatar for hey.howdy

[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.....

Member Avatar for zeroliken
0
98
Member Avatar for adi701
Member Avatar for PrimePackster

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???

Member Avatar for Ancient Dragon
0
182

The End.