General C++ Programming - September 2012 (Page 29)

problem with a funtion in pointer as part of a struct in a class
 
Hi! ihave the following problem. I have written a class that contains a struct and a function. Th...
[3 replies] Last: Hi! thank you for your help until now. It has given me some possibili... (by Ingeborg)
Image Filters
 
I am making a project using visual studio c++ 2008 and i need to use jpeg loading library only. I al...
[2 replies] Last: dsp stackexchange would be a good place to ask. You should ask very s... (by htirwin)
Picture resize in borland builder 5
 
Hey fellow programmers, This is my first post here so I am sorry for anything that might go wrong a...
[5 replies] Last: I haven't looked at your code, but it would seem your problem was that... (by helios)
char variable
 
how do i use a char variable in an if statement for eg. #include<iostream.h> #include<conio....
[3 replies] Last: no problem (by Zephilinox)
DLLs and the STL (Visual Studio)
 
I'm creating a simple dynamic link library. I have this: #ifdef BUILDING_MATHHELPER_DLL #defin...
[5 replies] Last: That's what I needed to know. Thank you very much! (by Ebonair)
Convert a Decimal Number into IEEE 754 format [no code please]
 
Hi, I am trying to code a C++/C program that can convert a decimal integer or floating point number...
[3 replies] Last: Well its such a trivia thing to do i wouldnt call it an algorithm. s... (by xerzi)
.h and .cpp file what should be inside either one.
 
As the title says, anyone can tell me what should be in a .h file and a.cpp file and maybe you can i...
[1 reply] : http://www.cplusplus.com/articles/Gw6AC542/ (by Moschops)
intro to object oriented programming qn
 
Objective The objective of this problem is to introduce a simple Object-Oriented Programming (OOP) ...
[1 reply] : I would probably create a Person class, with a string name, integers f... (by iHutch105)
SDL - DEV C++ problem
 
Hello! Iam programming with DEV C++ and I setup everything with this tutorials. https://sites.go...
[1 reply] : -lSDLmain <- Should be a lower case L. (by Peter87)
help me with this error (expected unqualified- id before '{' token ) the bold codings
 
#include <iostream> #include <fstream> #include <cstdlib> #include <iomanip> using namespace...
[1 reply] : Hi there, You need to remove the ';' at the end of the declarator: ... (by NwN)
Problem with templates
 
I am getting this error and warning: error: invalid declarator before '(' character warning: ...
[10 replies] Last: Yes. The the lexer/parser will expect a specialisation after template... (by Framework)
The bare essentials for C++ Game Programming
 
Pretty simple question, what are some of the skills/techniques you need to have a good understanding...
[3 replies] Last: Really depends on your interpretation of "C++ Game Programming". Ther... (by iHutch105)
Need A Program urgently..
 
program to find the area under the curve y=f(x) between x=a and x=b,integrate y=f(x) between the lim...
[1 reply] : http://en.wikipedia.org/wiki/Numerical_integration (by R0mai)
PROBLEM WITH AN ARRAY BASED STACK.
 
Hi everyone, I've been trying to write a stack updating member function for a class called stackType...
[2 replies] Last: its a school assignment on a data structures course. (by ayanda83)
Need guidance on this c++ program. Kind of confused
 
So I am writing a program. I ahven't programed in a year do to a medical issue but I am back in it....
[6 replies] Last: Hey why not try in scripting, like batch script or shell scripts ? Tha... (by acn)
help me to make the header file for the movie ticket system..
 
#include<iostream> using namespace std; int main() { // added total2 to calculate overall sale...
[1 reply] : Hey thedoung, You just posted out is a program that show ticket booki... (by acn)
Recursive or iterative algorithms?
 
In general, which is more useful and efficent in algorithms? I feel a recusive algorithm would be mu...
[4 replies] Last: I agree with ssrun, and off course with helios and athar, that wheneve... (by acn)
Dictionary search
 
i am making dictionary and in that i wanted to search word..because there are millions word in that ...
[6 replies] Last: @AbstractionAnon: i want to use my own data structure. STL will increa... (by HiteshVaghani1)
Help with char and if statements! (1,2)
 
I have to write a program that ask the user to type in a character which will be stored(this charact...
[24 replies] Last: Ok, Thank you so much! (by sbgreen6592)
Class problems!
 
I'm new here, nice to meet you guy! Here's my exercise: #include <iostream> #include <cmath> using...
[2 replies] Last: thanks so much! I understand now! (by hitman17528)
September 2012 Pages: 1... 272829303132
  Archived months: [aug2012] [oct2012]

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