[try Beta version]
Not logged in

Beginners - June 2013 (Page 37)

access to a existing list in pointer function
 
Hey I'm a beginner in C++ so please don't blame me if the question is stupid :D Because it was to...
Jun 8, 2013 at 10:49am
[no replies]
Why do you create objects on the free store?
 
Is it because if you're done with that object, you can free the that memory which objects created on...
Jun 8, 2013 at 9:48am
[1 reply] : The size of stack memory is limited compared to the heap. The lifetim... (by keskiverto)
studying from c++ books
 
I have 2 books on me. Accelerated C++ and C++ primer. I was wondering what would be the best way to ...
Jun 8, 2013 at 9:34am
[2 replies] Last: Accelerated C++ would be the best book to start with, As it has progr... (by Pebble)
tic tac toe
 
I am making(attempting) a tic tac toe game. I know this is just the basics, but can someone help me...
Jun 8, 2013 at 9:20am
[3 replies] Last: i am not sure... do you mean a tic tac toe game for two players or a g... (by k3fgbHxm 7M7RH32K)
Need help making a grid map
 
I need help trying to make a map that the character can move in out of text. I literally been sittin...
Jun 8, 2013 at 6:31am
[4 replies] Last: As Chervil suggested, how you display the game board does depend on wh... (by Daleth)
Is C++ good for working with large databases?
 
Is C++ good for working with large databases? I am interested in learning a language that would be p...
Jun 8, 2013 at 4:44am
[5 replies] Last: > Which one is easier to write? AFAIK, LINQ is the easiest to write; ... (by JLBorges)
SIZE OF DERIVED CLASS....
 
HI GUYS I have a doubt regarding the size of the derived class . PROBLEM..... Let A be a bas...
Jun 8, 2013 at 4:09am
[12 replies] Last: @vlad from moscow::Thanks dude really it helped a lot.But really I did... (by cyberdude)
by zombii
Yet another... Tic Tac Toe.
 
So I have a tic-tac-toe game for my Intro to C++ class that I have almost completed. I have two issu...
Jun 8, 2013 at 4:08am
[1 reply] : :s try to use code tags the <> button or . It is also hard to tell... (by giblit)
by yeki
how to find bug in code
 
hello everyone I have a code that is logical but it has error I can't figure it out. can enyone see...
Jun 8, 2013 at 2:33am
[1 reply] : what exactly is the problem? Also your code is very ill-formated and v... (by giblit)
URGENT HELP NEEDED!!! PLEASE!!!
 
Hello all, I am in my first semester of CompSci courses and I am having a little trouble with a H...
Jun 8, 2013 at 1:28am
[7 replies] Last: Please don't take this the wrong way, but... This is trivial at best, ... (by Mitch)
Function parameters reading as expressions
 
I keep getting this error: error C2065: 'mainchar_values' : undeclared identifier error C2065: '...
Jun 8, 2013 at 12:11am
[6 replies] Last: Cool, thanks for the tip. (by olibiakos)
by Daleth
Initialization at Declaration
 
Using the = at the declaration of an object is supposed to be the same as calling its constructor, r...
Jun 7, 2013 at 10:38pm
[2 replies] Last: Oh okay, now it makes much more sense to me. I never even considered t... (by Daleth)
including a function from a header
 
How do you include just one function from a header. Specifically, I want ceil, floor and pow from <c...
Jun 7, 2013 at 10:15pm
[3 replies] Last: 1) Wrap your class in a namespace 2) Investigate the function/class in... (by Daleth)
Usefull for which kind of solutions?
 
Hi all, I want to know which kind of solutions the win32 C++ app is usefull for? For example: win...
Jun 7, 2013 at 8:36pm
[2 replies] Last: Let me explain better. I asked because i want to know more about the t... (by eduacsp)
Rotary encoder, servo, and arduino
 
I'm not getting any errors when compiling the code, but it isn't doing what I intend it to do. I'm t...
Jun 7, 2013 at 7:24pm
[no replies]
by Leozy
Windows Forms errors
 
I'm making a hangman game, this is the part where i grab the letter i've typed in and compare the wo...
Jun 7, 2013 at 7:15pm
[2 replies] Last: How do i use this "StringBuilder" in this case? (by Leozy)
by sl227
Need help with homework
 
keep getting errors :( #include "stdafx.h" // Needed for Visual C++ Express 2010 #include <io...
Jun 7, 2013 at 7:02pm
[6 replies] Last: very well (by Hambone)
by BToven
Cout was not declared at this scope
 
So,i started a text-based video game,made some header files and included them,and when i try to comp...
Jun 7, 2013 at 6:42pm
[2 replies] Last: I FORGOT NAMESPACE STD; XD (by BToven)
Game of Life
 
I am trying to make a game of life. The rules do not appear to be functioning properly. I have con...
Jun 7, 2013 at 6:41pm
[3 replies] Last: In count you access grid[a+1][b+1] when both a and b are 29. ... (by cire)
Dynamic Array w/ <vector>: In/Out of Function
 
Up to now, I have been creating dynamic arrays the old-fashioned way: using new and delete and m...
Jun 7, 2013 at 6:39pm
[4 replies] Last: If the type of parameter accepted by the sub-routine changes, shouldn... (by toum)
June 2013 Pages: 1... 3536373839... 49
  Archived months: [may2013] [jul2013]

This is an archived page. To post a new message, go to the current page.
Registered users can post in this forum.