Beginners - October 2011 (Page 47)

Basic pointer questions.
 
Hello, I've got a decent grasp of basic C++, but pointers are still voodoo to me and I tend to av...
[5 replies] Last: At first glance, ownership is the problem. You can't store the addres... (by moorecm)
by cdr255
My first "finished" project
 
Hello Everyone. My name is Christopher Rodriguez, and though I've been messing around with C++ f...
[3 replies] Last: SDL is a multimedia library -which means, it's for handling images, so... (by hanst99)
by tonnot
What can be a faster method to insert or delete information into a map?
 
I have a map in which I store int,string. I use it to store changes linked to a simple rows-data. ...
[5 replies] Last: Yeah you have a point I think everyone should make a linked list at so... (by quirkyusername)
Simple question about loop while
 
Hi guys, I literally only started messing about with C++ yesterday. After watching some tutori...
[2 replies] Last: Ah, well spotted thanks :) I've actually just removed them lines of c... (by duggie323)
String Literals and Implicit Char Arrays?
 
I'm currently reading the C++ Primer Plus 5 th Edition book, and I'm reading about strings (not t...
[no replies]
by paie
cryptarithmetic loop
 
hello can anyone help me.. write a program that finds solutions to the cryptarithmetic puzzle of: TO...
[8 replies] Last: im sory bcoz i just get the question from c++ book then i want to try ... (by paie)
Arrays of pointers to functions - Still confused here...
 
I am thankful for input on my former post, but it really did not answer my question. I am also sorry...
[1 reply] : If you have more questions then ask them in that thread, rather than c... (by helios)
Game screen
 
i have a question, i want to make a small game, but i dont want to write the whole screen more then ...
[8 replies] Last: the only way ur gonna get proper 2D or 3D graphics in a game would be... (by sohguanh)
Use template to measure size of array
 
At first, I wrote something like this template<typename T, size_t size> inline size_t const sizeo...
[1 reply] : template<typename T, size_t size> inline size_t const sizeof_array(T... (by sohguanh)
Multiple inheritance and constructors of base class call problem.
 
Hello all, at start I want to tell that I cannot find anywhere an answer, probably because (in my op...
[1 reply] : Ok, I found the answer: If you have OneClass which inherit AnotherClas... (by Marek Kijo)
Declaring Variables
 
Hi All I was wondering what the best practices are in C++ with regards to declaring variables. ...
[2 replies] Last: Ok great - thanks for the help! (by shamas21)
LINK2001 error for SFML
 
I'm trying to learn SFML and so I downloaded the headers and libraries and I'm going through the tut...
[3 replies] Last: Problem solved (well mostley) For anyone that may have the same probl... (by Stewbond)
Help with sentinel value
 
Hi, I am working on a school project and I am supposed to write a function that takes an array...
[1 reply] : You're going to want to look up Exceptions. http://www.cplusplus.com/... (by captdrizzle)
list
 
hello, I have tried to fixed the following sort function for my linked list but unfortunately i ...
[3 replies] Last: THANKS YOU so much for your help. I figured it out thanks for your hel... (by johnhuge)
Vector subscript out of range
 
Hello all. I am trying to solve this problem - http://code.google.com/codejam/contest/dashboard?c=35...
[2 replies] Last: You're amazing. Problem solved lol. (by Maese909)
temperature conversion assistance
 
New Member Join Date: Oct 11 Posts: 1 C++ temperature conversion assistance ----------...
[3 replies] Last: Your C to F formula is still wrong. do you know why the formula is w... (by Disch)
Help with bubble sort
 
I'm having sorting out the numbers from lowest to highest. Can you guys help me? Here it what I have...
[no replies]
Function Help
 
Hello, I'm having a little problem with my program. The user prints a number, and the value of that ...
[3 replies] Last: @illlojik You don't really need line 14, since you are printing 'Hea... (by whitenite1)
Cant find what the error in my code is
 
This is supposed to be a basic game where you guess a number and the comp will tell you if you got i...
[1 reply] : On line 21 you (I assume) are missing a closing brace for your while(... (by Zhuge)
Xcode and C++
 
I am just beginning to learn C++ and I am on a mac. I am wondering why I have to put std:: in front ...
[2 replies] Last: I wouldn't call this a problem as much as a useful feature. What happe... (by Albatross)
October 2011 Pages: 1... 4546474849... 59
  Archived months: [sep2011] [nov2011]

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