General C++ Programming - August 2009 (Page 11)

by jsepia
Header being included twice, despite prevention
 
Hi, I'm trying to compile a C++ project imported from Dev-C++ to Netbeans. I'm using MinGW under ...
[4 replies] Last: #pragma once works exactly like include guards. The file has both #pra... (by jsepia)
Connectig to e-mail
 
Is it possible to create an application capable of logging in to your hotmail account? Or any web-ba...
[1 reply] : It's called e-mail client. (by helios)
by JCED
invalid use of member 'foo' in static member function
 
When I try to compile this: Shape.h /* * Shape.h * * Created on: Aug 3, 2009 * Auth...
[2 replies] Last: Thanks! It works now. :) (by JCED)
Arbitrary precision inverse matrices
 
I am looking for software that I can use to calculate the inverse of a matrix to arbitrary precisi...
[4 replies] Last: I'll take a look for them. In the meantime I am having some difficulty... (by Corsican)
by DeizR
Using cin.putback() in different compilyators
 
Hello to all. #include <iostream> #include <cstring> using namespace std; int main () { ...
[no replies]
Compiler limitations??
 
I am using C++ Borland Builder for Windows version 6.0 to study the book Thinking in C++ Vol 1. The ...
[8 replies] Last: Thank you very much for your help. It works now. (by Peter1234)
by MYST
cin / if statment issue ...
 
Hi all, Im new to this forum, so first up, greetings! Secondly, ive only recently got into C++...
[2 replies] Last: Brilliant! Thanks very much for your help Mike (by MYST)
by Null
void* to char**
 
Hello, i'm having problems with static_cast. I'm trying to convert void* to char ** in this way: ...
[7 replies] Last: This thread = Reason #563 why multidimensional arrays suck. Conside... (by Disch)
Printing in Borland Builder C++
 
I'm a selfmade programmer in C++ and I have Borland Builder C++ 4 I need to print several pages and...
[no replies]
Pass a pointer by reference C only
 
I thought if I passed a pointer by reference I could change it. Am I doing this correctly? in...
[5 replies] Last: (*x)->data; //I'm using structs, -> is syntax for de-referencing ... (by kevinchkin)
question on header files
 
Let's say I have to include other header files into a separate c++ component( comprising of also a h...
[2 replies] Last: http://www.parashift.com/c++-faq-lite/coding-standards.html#faq-27.8 ... (by Duthomhas)
validating int type user input in Visual C++
 
I have a program where I have a residential class derived from property base class. Residential has ...
[2 replies] Last: the constructor must be Residential not Home right? as input, you coul... (by DrDeath)
implementing a doubly linked list using templates
 
I tried implementing a doubly linked list using templates but I got this error, any ideas? node.h...
[2 replies] Last: You can't put template class implementations in .cpp files easily; you... (by jsmith)
by fire
Template class implementations
 
Hi there, I'm currently writing small template classes whereby (after hours of useless debugging...
[7 replies] Last: @pkrawkstar718 PM me (you'll need to enable PMs on your end) your c... (by jsmith)
ways to draw graphics
 
Please fill me in on the different ways to draw things to the screen in a C++ program. I already kno...
[2 replies] Last: Thank you very much, you must be an expert Programer thank you for tak... (by Qwerty2)
looking for assistance with an array program
 
anyone could i get some help with my program you all seem very well informed on c++ if you have emai...
[2 replies] Last: Because two threads and one off-topic comment in another just wasn't e... (by helios)
Scanning two dimensional arrays
 
for the program i will be given a auditorium with empty and filled seats as in the link provided.....
[1 reply] : Seems like a HW question to me. We cannot give you solution. To start... (by kevinchkin)
Resolution
 
im in the process of making a console based application that edits screen resolution and sets it bac...
[1 reply] : What exactly do you mean by "screen resolution", and what OS are you u... (by Duthomhas)
tank problem
 
PROBLEM 4 - WATER TANKS There are n identical large cylindrical tanks for storing water. The tank...
[no replies]
Class Member Callback
 
Hi, im new programming in C++ and i got a problem with my 2 classes. First class was supposed to kee...
[2 replies] Last: yes indeed.... now works... thx (by DrDeath)
August 2009 Pages: 1... 9101112
  Archived months: [jul2009] [sep2009]

This is an archived page. To post a new message, go to the current page.