Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #13.9K
~4K People Reached
Favorite Tags
Member Avatar for brahle

Always use scanf() and printf(). They are much, much faster than cin and cout. Also use stl algorithms, like sort, reverse and find, especialy if they are member functions of a container class you use.

Member Avatar for neithan
0
2K
Member Avatar for Dani

While working on the new DaniWeb Event Calendar feature, I did a Google search regarding the vBulletin built-in calendar feature. Built right into the search engine results pages was the statement: In response to a complaint we received under the US Digital Millennium Copyright Act, we have removed 1 result(s) …

Member Avatar for Toaster
0
194
Member Avatar for k.moorthy

pl help me to writea program that takes a decimal number and coverts it to both octal and hexadecimal equivalents with two function detooct and dectohex. The out put willbe as under enter a number 456 Num 456,octal710(710)hex1c8(1c8)

Member Avatar for anupam_smart
0
157
Member Avatar for pit_bull

i have a computer science project for which i am recreatin the game of hangman as "classmate" here is my code the problem is that the correct guess of the name is not shown as "you won" somebody please run this code and help it is done in tc++ so …

Member Avatar for agiorgio
0
106
Member Avatar for Jon182

Hey guys, I have the following two pieces of code and I am trying to combine them so it will say if hello is found and it is at the start or the prevous character is whitespace then add one to the count but when i try to combine these …

Member Avatar for agiorgio
0
185
Member Avatar for Mac Paul

please send me a program of SRTF using c++, using linked list... i'm realy spending days trying to do it but i cant get it right so i need a basis for me to do it my own....

Member Avatar for agiorgio
0
108
Member Avatar for kryptolite

i'm trying to make a hangman game with c++ right now and i got a question: how do you get a RANDOM word from a text file? given there is only a word each line in that file e.g: television computer football butterfly etc. anyone can help? thx.

Member Avatar for AhmedHan
0
195
Member Avatar for jack223

How do i get from 2 character words to 4 character words or 5 character words?? can anyone show me how to do that plz... Q) Consider a language of words, where each word is a string of dots and dashes. The following grammar describes this language: <word> ::= <dot> …

Member Avatar for jack223
0
158
Member Avatar for jlouang

I need help making a program that include meter yards and feet. my c+ class is only in chapter 4 of the c++ book. function header should be void convertMeters(int meters) int main 1. ask for the number of meters 2. read in the number of meters 3. call your …

Member Avatar for jlouang
0
135
Member Avatar for janito2008

I need help with a program for school. I have to write a program that asks for the number of days each employee is absent, the total number of days absent for all employees combined and the average number of days absent for all employees combined. I need help before …

Member Avatar for Bench
0
792
Member Avatar for harrypotter

Please tell me how to input password by showing a * or other symbol on console instead of text in C.

Member Avatar for agiorgio
0
118
Member Avatar for khot_anuradha

hi, i wanted to knoe that how to calculate the total size of file in C?

Member Avatar for agiorgio
0
359