Beginners - August 2013 (Page 43)

OpenGL
 
I want to know how popular OpenGL actually is for C++ As GUI and API
[2 replies] Last: okay thank you (by Filip Cvetko)
Backspace and enter cannot be used
 
Hi, good day. I am making a password log in interface. I make my input appear as * The problem ...
[6 replies] Last: Owhhh... I see... I will try out with this. thanks for opening my ey... (by ivan218)
GUI: Basic Machanical Aspects
 
I am having trouble understanding the mechanics of a GUI library. By 'mechanics', I mean the wa...
[no replies]
Passing dynamic memory: pointer arguments
 
Why can't a pointer be set equal to a constant pointer? Ex: void do_somthing(const & var) { ...
[3 replies] Last: Alright. Thanks. (by IWishIKnew)
C++ Quiz Part1
 
I am practicing some quizz questions on c++ and there are a few I am not very sure about. I wondered...
[6 replies] Last: For Q2, none of the answers are correct. Look at the definition of r... (by MikeyBoy)
My program is nearly done but I need a little help
 
So I was reading from my book "Jumping into C++" doing an exercise for loops in which I had to make ...
[2 replies] Last: Thanks coder it helped! (by darthaq)
Counting repeated alphabets.
 
Hi, Good day. I had just learned C++ programming for 3 months. I am making a program of a simple ...
[4 replies] Last: I manage to do it by adding a couple more of IFs statement. Thank you... (by ivan218)
by wumly
GUI
 
Best library to use to learn how to make a GUI in? Thanks.
[2 replies] Last: Thanks for you're advice(: (by wumly)
by Randa
creating the first project (c++)?
 
How can i creat a new project(to write my first code using c++ language and call the command windo...
[no replies]
Learning how to use classes, have an "unidentified reference to main"
 
I just started teaching myself the concept of classes via the internet and I do not understand why m...
[3 replies] Last: Thanks, I'll try that. (by GrantPlusPlus)
by msadr
class food- problem in debuging- in Destructor and toString
 
1 problem in destructor : Error : in file " dbgdel.cpp" on this code,it breaks in debugi...
[10 replies] Last: yes, it's true thanks too much (by msadr)
by zionet
Matriz muy muy grande. Como implementar, lectura de datos y recorrido???
 
Saludos, estoy tratando de implementar una matriz muy muy grande con la siguiente linea de codigo: ...
[no replies]
A small question about my loop program
 
My program is simple password then enter where their is only 5 attempts at getting it right but when...
[4 replies] Last: break takes you out of whatever while loop you are in. (by manudude03)
D'tor and runtime error
 
Hi guys. I have a problem with my D'tor. When I implement the D'tor the I get a runtime error. If t...
[7 replies] Last: I do not understandn why it happens? It happens because you have mu... (by AbstractionAnon)
Loop never exits...
 
Hey, I'm sure this is something simple I am overlooking, but can you tell me why: int main() { ...
[8 replies] Last: I'll assume it's some strange memory buggery and move on with life. P... (by MikeyBoy)
RPG menu screen not working
 
Hello, I've been working on the tutorial for an RPG for a couple days but when I got to the bit abou...
[13 replies] Last: Lines 25-28 (of your most recently-posted code) looks weird. Line 25 ... (by MikeyBoy)
C++ 11
 
Can you add C++11 to Visual Studio 2013 or 2012
[1 reply] : what? read this: http://msdn.microsoft.com/en-us/library/vstudio/hh5... (by coder777)
Overloading Pointers
 
As a part of our exam review package for next week, we are asked to understand pointers in overloade...
[12 replies] Last: put the } before #endif the cannot access private member tells you ... (by coder777)
Clarification on references with class object?
 
I was reading up on references with class object and I can't seem to understand something.... ...
[3 replies] Last: @cire, thanks for the reply. You mentioned version1 returns a copy of... (by MikeyBoy)
Is c with classes a recommended coding style?
 
In c++ primer 5, effective c++, essential c++, The C++ Programming Language, essential c++ and other...
[1 reply] : I'm not sure, but C to C++ is not only a change in available programmi... (by Serious Sam)
August 2013 Pages: 1... 4142434445... 51
  Archived months: [jul2013] [sep2013]

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