Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
4
Posts with Downvotes
1
Downvoting Members
4
0 Endorsements
Ranked #2K
~11.2K People Reached
PC Specs
Linux, babe!
Member Avatar for mvmalderen

One of the things which attracted my attention was that there are often newbies asking how to create a password program in C/C++, often they don't succeed, well here's my response, you can use it for any purpose you want, one thing you'll have to keep in mind is that …

Member Avatar for Remy1990
0
8K
Member Avatar for Nathan Campos

Hello, I'm learning C++ and i was trying to use the [i]zlib[/i], but i'm getting some errors when trying to compile my little project. Here is the code: [code=cplusplus]#include <string> #include <stdexcept> #include <iostream> #include <iomanip> #include <sstream> #include <zlib.h> using namespace std; std::string compress_string(const std::string& str, int compressionlevel = …

Member Avatar for Nathan Campos
0
457
Member Avatar for ria mishra
Member Avatar for syahrizal

Hello... I have made a website that promote the use of Linux operating system... Please download a copy of linux os here and have it a try ... Visits here [URL="http://linuxrise.com"]http://linuxrise.com[/URL] What is your opinion. Thank you...

Member Avatar for syahrizal
0
141
Member Avatar for aebld

I have a pricing program which is written in Basic. It has worked on several computers with SP Pro. I purchased two new computers with SP Pro but these computers will not run my pricing program written in Basic. Any Ideas??

Member Avatar for DGULLIVER
0
98
Member Avatar for Democles

I'm having trouble making a function that centers my results. I cannot find much information depicting how this works exactly. I've found small functions but nothing like I'd like to do. My whole idea is make a function so I can use it at anytime to center my string. Somethings …

Member Avatar for Sky Diploma
0
118
Member Avatar for Anpippin

Hey I currently have Ubuntu installed on one of my PC's, and it's the only operating system on the PC, and was wondering how do I take off Ubuntu and install Windows XP to it? Whenever I try to install Windows XP it gives me some error that it can't …

Member Avatar for caperjack
0
79
Member Avatar for Roguey

I'm trying to write a peice of code that will convert all the uppercase characters in a word to lowercase, and to store that in an array. I know how to convert individual characters, and to output all these characters in the fixed lower case. The thing i'm unsure about …

Member Avatar for mrnutty
0
443
Member Avatar for zahidaiub

Hi, I want to retrieve the hardware information (CPU info, RAM size, HDD info, VGA info) for dos platform. Anybody can help me with Turbo C or C++ source Code? Any help will be greatly appreciated. Thanks

Member Avatar for Salem
0
193
Member Avatar for esesili

Hi All, I have created a class [B]person[/B] and derived [B]patient[/B] and [B]doctor[/B] classes from [B]person[/B]. Also I derived [B]student_patient[/B] and [B]emp_patient[/B] classes from [B]patient [/B]class. I want to make a small calculation at [B]patient[/B], [B]student_patient[/B] and [B]emp_patient[/B] classes by using a function from [B]doctor [/B]class wihch is [B]get_fee_of_doc[/B]. I …

Member Avatar for Ancient Dragon
0
81
Member Avatar for esesili

Hello all, I have a [B]base class[/B] which is called [B]person[/B]. I derived a class from[B] person[/B] which is called [B]patient[/B]. My question is can I derive two more classes ([B]patient_student and patient employee[/B]) from [B]derived class patient[/B] or should I derive them from [B]person[/B]? If I can derive classes …

Member Avatar for mrnutty
0
160
Member Avatar for quicktpgo

Recently, there are numerous voices abt the Bing is cathing up Google and has already left Yahoo behind What guys say ? Plz share

Member Avatar for craigers
-1
158
Member Avatar for fictitiousforce

Up until now, I've been using the old C way of sharing objects by passing pointers instead of references. But I've run into some trouble. Here's a simplified case of what I'm trying to do: [code=c++] #include <iostream> class Test{ protected: int a; public: Test() : a(0) {} void change(int …

Member Avatar for Asafe
0
80
Member Avatar for Hawkpath

The name says it all. I am looking for beginner c++ programmers to create a simple console based application. The application I had in mind would be a rubik's cube solving program. I have already started on it. If you are an experienced programmer and would like to help out …

Member Avatar for Hawkpath
-1
102
Member Avatar for JackDurden

I have a vector which i wish to fill with char's, so that each char is then a pointer to a vector. vector<char> list; list[0] = 'A'; list[1] = 'B'; How do I make 'A' and 'B' pointers to other vectors? [CODE] void Create_Pointers(char pointer_name) { pointer_name = new vector<char …

Member Avatar for daviddoria
0
114
Member Avatar for metalclunch

Can anyone please tell me what does the this Function do? I understand everything till the "(n * GetPower(n, power - 1))" part. I just can't understand it. I do realise what the "n * " does, it multiplies N to the other side, and I also get what "GetPower" …

Member Avatar for metalclunch
0
85
Member Avatar for esesili

Hi all, I am studying c++ and there is an expression that i did not understand can someone please explain it to me ? It is declaration of a public class method. The expression is [B]bool less_than(const Date &d) const [/B]. name of the class is Date. Thank you,

Member Avatar for Dave Sinkula
0
71
Member Avatar for kz07

how can i modify my code so it can handle upper and lower case characters.. for this: cout << "(B)uy, (S)ell, (H)old or (Q)uit: "; cin >> ans; what should i add to the code? i added #include <cctype>.

Member Avatar for SeeTheLite
0
107
Member Avatar for baula

Helo frndz, I'm a nob in c++....So, I want to know about default constructor. How to create? Why default constructor? How to create a no-arg constructor that creates a default triangle??...Plz help... Thnx...

Member Avatar for baula
0
91
Member Avatar for trinity_neo

hello all need help in solving this problem print current time in a file for every 1min. thank in advance.:)

Member Avatar for trinity_neo
0
73
Member Avatar for minime2100

Hello all, I have to do a mid semester project for my online C++ course and I am having trouble finding a place to start. We were given a list of what needs to be included within the program that I am to write. I just don't have anything that …

Member Avatar for Nick Evan
0
129
Member Avatar for DaniWeb4Jim

When I start a You Tube or any Video clip I get Video and NO AUDIO. The Volume is up to the top and no sound. But. ITunes works perfectly, so there is sound.

Member Avatar for spike2me
0
116