General C++ Programming - February 2014 (Page 22)

Android Library
 
I have decided to look at developing games for android phones. i am looking for a game engine that i...
[12 replies] Last: A tutorial can be found here: http://doc.qt.digia.com/qtcreator-2.0/cr... (by Smac89)
by ak16
SIze of object
 
hi, Simple que: class Parent { }; class Child : virtual public Parent { }; wha...
[17 replies] Last: Oh m very sorry guys.n thanx Jl for 6men n ele. I just want to ensure... (by ak16)
Problem, Vector/Array
 
Hello, againg, thanks for the help in my other topic, but now, i need again xD. in this program w...
[2 replies] Last: Yes, thanks for the help and im sorry for the late response, prob solv... (by Kevin531)
annoying output
 
http://pastebin.com/rQ7M0JEm Hello everyone I am currently just trying to figure out why when I i...
[2 replies] Last: Thank you I appreciate it (by ashender)
Templates and Ordered Linked Lists
 
Hey guys working on this project, I feel like I understand the linked list part of this assignment b...
[1 reply] : If you want to see what the data is in the Member.dat file 6789 Tow... (by ImperfectCoder)
enum across files?
 
I defined enum symbol {A, B, C}; in file A.h and in file B.h, I #include "A.h" , but still ge...
[15 replies] Last: On windows, I am using MinGW with GCC 4.8.1, though I occasionally use... (by TwilightSpectre)
file input and output
 
So I am trying to create a program that reads a series of files and creates a graph plotting points ...
[2 replies] Last: it's a custom header file for outputting points lines and circles to a... (by wasdf000)
by jrod1g
Creating a binary calculator
 
Hello everyone, I have an assignment due for my c++ class I need help with. I need to create a bi...
[1 reply] : Play around with this online binary calculator http://www.calculator.n... (by Smac89)
random numbers
 
I have a problem and i need some help. The program must print out 5 random numbers , from 1 to 45 an...
[2 replies] Last: If you want to have unique numbers per sequence, then you only have 9 ... (by Smac89)
My code is giving errors I don't know how to fix them
 
I'm trying to open my help file (in chm format) using the below code my compiler issue a linker erro...
[4 replies] Last: ok will do thx. I know I'm dumb thank you for putting up with me. (by Sinux Sand)
I need help
 
I am writing a program for class and have no clue what I am really doing. We are talking about loop...
[2 replies] Last: Please use the code tag and indentation. Could be like this: #includ... (by fcantoro)
Best Data Structure
 
Data insertion is for 1 hour, could be 1MB to 100GB, sorted either ascended or decended, let's say e...
[5 replies] Last: > what is the best data structures in terms of storing and fast retriv... (by JLBorges)
need help!
 
I was reading a question and it was The fictional World Championship of Formula 7 Drivers 2012 was...
[1 reply] : Reference for std::sort() : http://www.cplusplus.com/reference/algori... (by MikeyBoy)
How can i output a certain part of an object only if it's there/a certain circumstance?
 
Sorry if title is unclear, the problem i'm having is i have to import a txt file with complex number...
[no replies]
Add constant object to linked list of objects
 
I have a standard linked list in template format (with T being the typename) with the following rele...
[1 reply] : #include <iostream> using namespace std; class Box{}; template <typ... (by Smac89)
Best C++ GUI library for beginner?
 
I'm a relative beginner to C++, I just started learning about 1 month ago. But I'm really optimisti...
[5 replies] Last: +1 to QT (by Cronnoc)
URGENT! PLEASE HELP! returning a 2-D matrix after processing
 
http://www.cplusplus.com/ico/forum_default.png typedef double (*Matrix) ; Matrix xboundary()...
[1 reply] : You could pass the 2d array in as a parameter. Or you could define a ... (by kbw)
HELP! Arrays ~hw problem~
 
I had a stomach virus and missed class for a week and a half. I have emailed my teacher informing h...
[10 replies] Last: Thanks guys! I figured out how to do it with all your help :D (by incognitocpp)
<>2-Dimensional Array output strings
 
I have an array of strings and a two dimensional array made up of floats. In the output for the s...
[17 replies] Last: Use this as basis. http://www.cplusplus.com/forum/general/123244/#msg... (by bufige)
by Renato
Is it possible to store a new line and store at the above of the text file
 
I need to store the last 3 deposit that I have in my deposit. I have few option but i dont which ...
[2 replies] Last: First, You should store all your file's data into list/vector/etc of s... (by bufige)
February 2014 Pages: 1... 2021222324... 33
  Archived months: [jan2014] [mar2014]

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