Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
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
9 Endorsements
Ranked #222
Ranked #746
~59.7K 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...
Favorite Tags
Member Avatar for Duki

Well I just started eating dinner and thought this would be a neat topic. Everyone knows we love to eat while on the computer; two birds, one chair. I'll start it off: Deli Sandwiches, macaroni salad, potato salad and a Pepsi :)

Member Avatar for Reverend Jim
22
17K
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
204
Member Avatar for mrnutty

Hey guys, haven't been on here for a while. Just thought, I'd get the ball rolling and interact with the community. Anyways, tell me and everyone else on the internet, the derivation of your username? Why? How? What? When? Who? WTF?

Member Avatar for Reverend Jim
0
680
Member Avatar for kamalashraf

#include<iostream> using namespace std; void getdata (int a[], int size); int main () { int size=10; int a[size]; getdata (a[], size); return 0; } void getdata (int a[], int size) { for (int i=0; i<size; i++) cin>>a[i]; }

Member Avatar for deceptikon
0
142
Member Avatar for blackcathacker
Member Avatar for cproger
0
637
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
317
Member Avatar for wilsonz91

Hi, I wrote a simple windows form in VC12 which works fine. However, I am unable to terminate it properly. Upon clicking either the 'X' (close button) or a button I put in with the code, Application::Exit(); The GUI disappear/closes but the process is actually still running when I check …

Member Avatar for gusano79
0
239
Member Avatar for azareth

i just want to ask how do you prefer your code ? do you want it to be properly indented ? or maybe with a lot of comments.. anything just describe how you want your code to look like .. plus numerous lines affect the file size, that's why i'm …

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

1.binary 2.decimal 3.octaldecimal 4.hexadecimal enter your choices 1-4?_ enter binary:_ in decimal:_ in octal:_ in hexa:_ do you want to repeat the programm? yes or no?_

Member Avatar for amalaza
0
234
Member Avatar for Kareem Klas

Hallo everyone, I've been studying C++ active for a couple of days. And I was thinking about that all my codes and with: { return 0; } So I wanted to know why and in my book I found: > The only statement in this block is a return, which …

Member Avatar for PrimePackster
0
1K
Member Avatar for Chadtims
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
248
Member Avatar for selcabs

2. Write a program that asks the user the size and the elements of the array. The program should display the reverse of the array. Example: INPUT output Enter the List The list 10 10 20 30 40 50 20 30 The inverse of the list 40 50 40 30 …

Member Avatar for Lucaci Andrew
0
100
Member Avatar for ahpple.gonzales
Member Avatar for PrimePackster
0
231
Member Avatar for marco.lanza.507

Hi Moderators and Everyone, I posted recently about a question that I have about my code in C++ but the way I did which is possibly wrong (I did in 3 steps/replies) won't catch perhaps any attention/reply - it will probably stay that way. If that's so, can I repost …

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

Can mobile phones run c++ compilers such as borland and turbo? If yes pls do tell where i can download them thanks

Member Avatar for PrimePackster
0
139
Member Avatar for VISPFORALL

CAN ANYBODY PLEASE TELL HOW TO LEARN C++ Coding. . . WHENEVA EXAM'S COME I WAS CONFUSED HOW TO START LEANING. . .AND ALSO I WANT TO KNOW . . IS THAT THEROY IMPORTANT. . . BEACAUSE C++ IS A LANGAUAGE OF CODING. . . .PLEASE HELP ME TO MAKE …

Member Avatar for tinstaafl
-1
105
Member Avatar for peymankop

HI! i'v got a file like this: Lesson Name:Math Lesson File Name:1892.txt Student ID | Number ---------------------- 1892-----------20 i want to delete "20",only "20"! what i have to do? would you explain seekp,seekg,tellp,tellg... i looked everywhere for the but find nothing! please help... thanks so much

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

So in my classes I've taken I was told by the teacher "case statements and if-else statements are the same things essentionally" so why learn both? and so I was not taught about cases. Besides the fact I should learn it anyway incase I need it for someone elses code, …

Member Avatar for mike_2000_17
0
321
Member Avatar for muneeb ahmed

2. Write a program in C to input values into a table sort these values in ascending order and print them on the screen in tabular form...

Member Avatar for PrimePackster
-1
151
Member Avatar for vinay.negi

hey.... i want a project on computer shop........ could u can plzzz,,,,,,,,,,,......

Member Avatar for PrimePackster
-1
186
Member Avatar for kpele1

i am a computer science students and one of our project this christmas vacation is to create c++ programs and we will submit it on the 3rd of january but i dont have idea where can i find it anyone please could help me thanks...

Member Avatar for PrimePackster
0
173
Member Avatar for xbat

Why does daniweb.com allow bullying on there forums? I came here for help and now I have a bully called lastmitch. He has been sending messages for me to do stuff that I don't want to do. He has also threatened me too.

Member Avatar for happygeek
0
237
Member Avatar for thinkaboutyoueveryday

# we are assigned to develop a c++ program that accepts a list of a maximum of 100 voltages as input, determine both the average and standard deviation of the input voltages, and then displays the results. There are still errors and it says it requires array or pointer type. …

Member Avatar for thinkaboutyoueveryday
0
213
Member Avatar for GeneClaude

I won't be asking for a source code yet. What I need to figure out is the process of a certain Math problem with the equation that seemed to be impossible to be converted to source code. Here it goes: **A certain waveform is 0 volts for time less than …

Member Avatar for Ancient Dragon
0
456
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
182
Member Avatar for captainjake

K! I have been off the daniweb for sometime now. But came back today. But i think i forgot my login details..... so i asked for the reset mail. And i got it, but when i click on the link, it just goes to my profile and no option whatsoever …

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
101
Member Avatar for vaultdweller123

Hello guys i had a problem logging in here in daniweb, i don't know what happen but i can't seem to log-in in my computer at work, but here in my home i can successfully log-in, even though the accounts entered are correct. please help

Member Avatar for PrimePackster
0
189
Member Avatar for jmichae3

I was going to avoid posting anything more until I got this question answered. who owns what? does daniweb own my content and code I submit as answers? daniweb has a blanket copyright statement. I would like to know what exactly is copyrighted. is it only the daniweb web service …

Member Avatar for Dani
0
649