Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
65% Quality Score
Upvotes Received
6
Posts with Upvotes
5
Upvoting Members
6
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
3
5 Commented Posts
1 Endorsement
Ranked #857
Ranked #1K
~36.4K People Reached
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 Dani
22
17K
Member Avatar for MooGeek

hey guys, I just want to know what country is the best for a web developer like me. in terms of Salary and benefits? I'm currently living in Philippines now. Please do help me. thanks!

Member Avatar for stultuske
0
387
Member Avatar for ntrncx

I know that there is a sticky thread and i know that maybe i repeating things that already mentioned but i am totally confused. I am interested to study about game programming,i don't study i bought a book and i am near to finish it about c++. i goggled and …

Member Avatar for Dman01
0
178
Member Avatar for ntrncx

i try to understand how it works. its supposed to work but isnt. the following code shouldnt be working?what i do wrong? i receive the constructor values. [CODE]#include "Person.h" #include <iostream> #include "fstream" #include "cstdlib" using namespace std; int main() { fstream file("malakia.dat", ios::out | ios::in | ios::binary); Person data; …

0
111
Member Avatar for ntrncx

hey all i am studying from a book,and i have to do an exercise. i dont want code or anything i want tip or someone explain me how to do it. i have a oldmast.dat file with some records a trans.dat file with records and i have to update the …

Member Avatar for ratatat
0
722
Member Avatar for UNDER-18 FG

Hi! I have another assignment regarding writing a program based on a given output. Here's the Output given: Output: Enter your date of birth: Day: Month: Year: My birth date is on 31 August 1980. So, here's my answer( Although it is wrong; with about 6 ERRORS in it): [CODE]#include …

Member Avatar for hiddepolen
0
374
Member Avatar for ntrncx

i do an exercise and i have 2 questions. the exercise is to take an array example from my c++ book and make it template. for start my code is this: [CODE]#include <iostream> #include <iomanip> #include <cstdlib> #ifndef ARRAY_H #define ARRAY_H using namespace std; template<typename T,int elements> class Array { …

Member Avatar for ntrncx
0
153
Member Avatar for ntrncx

I do an exercise and i wrote this code to test templates [CODE]#include <iostream> #include "Date.h" #include "Time.h" using namespace std; template <typename T> bool compare(T first,T second){ if (first==second) return true; else return false; } template <class T,class X> bool compare(T first,X second){ if (first==second) return true; else return …

Member Avatar for ntrncx
0
217
Member Avatar for ntrncx

1) what exactly is the difference in a constructor if you put reference on it? example[CODE]ConstructorX(string first):firstName(first)[/CODE] with [CODE]ConstructorX(string &first):firstName(first)[/CODE] 2) [CODE]const Array &operator=(const Array&)[/CODE] the first const what exactly means?the const in the parenthesis is that the object is constant if its at the end means the function cannot …

Member Avatar for dospy
0
224
Member Avatar for ntrncx

i am fixing something and i have that fuction in it [CODE]bool DeckOfCards::checkFlush(const Card checkCards) { counter=0; cardCheck=" "; for(int x=1;x<5;x++) { cardCheck=checkCards.suits[x]; for(int y=0;y<5;y++) { found=hand[y].find(cardCheck); if(found!=string::npos) { counter++; } } if(counter==5) { return true; } counter=0; } }[/CODE] it goes here: [CODE]bool result=false; if((result=checkFlush(checkCards))==true) { return winner=5; }[/CODE] …

Member Avatar for ntrncx
0
152
Member Avatar for ntrncx

how i can pass inside a vector an array? i know how to do it without classes but i don't know how to do it with constructor. i try to create a 2nd constructor that takes array of integers and the size of array and initialize a vector. header [CODE]#ifndef …

Member Avatar for ntrncx
0
140
Member Avatar for wackytechie

Hello people..!!:) I'm a beginner in c++.. I made a program today which worked well when I ran it 2-3 times.. But now when I try to run it,nothing happens... All I see is a black screen which disappears in a second.. What to do..??:?: Please help me asap as …

Member Avatar for NIPHZ
0
4K
Member Avatar for Portgas D. Ace

There are many internet browsers the most popular being; Firefox, Internet Explorer, Google Chrome, Opera and Safari. However there is no point trying to convince someone on which browser is better, when the choice is simple, Google chrome, it has no competition what so ever, with amazing features, and a …

Member Avatar for Portgas D. Ace
0
502
Member Avatar for WASDted

Rumor has it that Osama Bin Laden received his new iPad 2 and instantly became target #1. That's right Mr. Al Qaida, had you [URL="http://www.daniweb.com/hardware-and-software/apple/ios-iphone-os/news/361140"]read the editorial threads on DaniWeb.com[/URL] you would have known that Apple is watching and recording your moves. In a heroic effort to end that war …

Member Avatar for Agilemind
3
546
Member Avatar for newsguy

I am, it appears, a lot more average than I hoped. Well, at least when it comes to the world of computer gaming. A new [URL="http://www.ajpm-online.net/content/pressreleases"]study[/URL] reveals, amongst other things, that the profile of the average gamer looks a lot less like the hyperactive, cola drinking teen obsessed with kicking …

Member Avatar for JackRT
2
590
Member Avatar for khubaib007

i want a code of games in C the name of game is Runner man in C Graphic coding

Member Avatar for Josue198s
0
63
Member Avatar for jingda

Check this out, i just came across this fascination article. Are we aliens? [url]http://sg.news.yahoo.com/martians-20110323-233938-413.html[/url]

Member Avatar for predator78
0
248
Member Avatar for Ancient Dragon

Reagan was probably one of the best presidents in my lifetime, including JFK. A long-time movie star he knew how to capture his audience, for example [URL="http://www.youtube.com/watch?v=mN3z3eSVG7A&NR=1"]this YouTube clip[/URL]

Member Avatar for e-papa
1
326
Member Avatar for skald89

Trying to make a list of 62 examples/reasons examples: simply the taste of coffee on a rainy day to get through my day on my way to work when i need to study

Member Avatar for oalee
0
181
Member Avatar for mrnutty

What are your guys opinion about god? Are you guys atheists, theist, or don't care? Can we discuss about god.

Member Avatar for crunchie
0
864
Member Avatar for sergent

I am making a program which includes comaring 2 numbers (int's) but later I want to call another windows function and it takes in CHAR not int. I need a way to convert my ints to char. I looked up this on internet and non if it worked. Do you …

Member Avatar for mrnutty
0
200
Member Avatar for moey187

Hi, I'm new to programming and I'm doing a course in uni. I'm currently using "Dev-C++". I've been away on holidays and haven't been able to grasp the work we're doing now. I would really appreciate it if any of you C++ programming geniuses helped me with my work as …

Member Avatar for ntrncx
0
550
Member Avatar for Awilson089

Hi, I have a program which needs to accept a date, it can only accept under 30 days, and the entry has to be over 0 My problem is that it accepts anything, it doesnt make sense because i have used the exact layout on other bits of code which …

Member Avatar for Awilson089
0
100
Member Avatar for GhostMonkey

Hey, I've got this code that scans a 3x3 section of a 9x9 array. Heres the code: [CODE]for (j=x; j<x+3; j++) { for (i=y; i<y+3; i++) { if (array[i][j] == value) { cout<< "Number already used in Section" << endl; } } }[/CODE] It works fine if you start from …

Member Avatar for GhostMonkey
0
91
Member Avatar for sha11e

When writing this: [CODE] #include <iostream> #include <iomanip> using namespace std; int main() { float number = 2.12345; cout <<fixed <<setprecision(3) <<number; return 0; } [/CODE] I get 2.123 If I then cout another float variable that I want all decimal numbers at, and not setprecision(3)...... How do I do …

Member Avatar for sha11e
0
3K
Member Avatar for The Dude
Member Avatar for e-papa
0
88
Member Avatar for ntrncx

hey again i do that problem from my book, worked but i am pretty sure is not the exhaustive technique that book is asking cause i didnt have success and was too fast. i tried a counter and do 64x64 loops or 4096 loops. so my question cause i couldnt …

Member Avatar for template<>
0
202
Member Avatar for errorlog2

Hello Programers, web designers, reverse engineers, coders, game coders [COLOR="Red"]other...[/COLOR] What Language Do i First learn to master all? i have a small knowledge in VB6 and vb.net but what do i need to learn first to master all language im dedicated to study hard and master the languages and …

Member Avatar for ntrncx
0
187
Member Avatar for LloYdZ

can u help me in my assignment: [B]make a program that would display the figure as shown. use a WHILE structure and a method to implement a task.[/B] this is the one i made: please help me what are the missing codes there.. #include <iostream.h> #include <stdio.h> #include <conio.h> using …

Member Avatar for ntrncx
0
88
Member Avatar for harinath_2007

Is there any good C++ editor for Windows 7 ???? Generally turbo c++ takes 100% CPU processing in windows 7 so i am in search of a good and advanced c++ editing tool for windows 7 Is there any????

Member Avatar for mike_2000_17
0
251