Beginners - August 2013 (Page 6)

How can I put a background for my game ?
 
I'm wondering how to put a background into my game .
[5 replies] Last: what is your graphics library? (by gamemaker96)
by nason
next books?
 
Hello......... I have completed the the c++ tutorial by Juan Solie[given on this site] so can some...
[9 replies] Last: How good are you with C++? So where have you obtained the MFC header... (by closed account N36fSL3A)
Getting substring in C++ from a file based on a delimiter
 
Hello World! Great to be a part of your community! This is the data I have saved in a text fil...
[5 replies] Last: JLBorges. Thank you so much! What I mostly appreciate about your answe... (by igorland)
Why this is accepting only one string ??
 
The following program is accepting only one city name value.. #include<iostream> #include<c...
[1 reply] : Data remains in the input buffer after the invocation of the std::basi... (by closed account 2b5z8vqX)
If/else using differing data types?
 
Okay, so my question for today is is it possible to make a program that would have something like an...
[2 replies] Last: Each 'if' statement in an else/if chain has its own condition. You ca... (by Disch)
Key Codes
 
I want to be able to use my android to develop and use a basic bash... What I need is a program tha...
[no replies]
by Cronin
Difficulty learning c++
 
Hey im only learning to code c++ and im finding it very daunting. When i look through the tutorials ...
[9 replies] Last: This is a great thread for beginners.Let me say this. There are people... (by Chriscpp)
Assigning a 2d array random numbers
 
Hey guys I am stuck here with my code. I am trying to assign the temp array (represents the temperat...
[3 replies] Last: I feel stupid, thanks guys! (by brandonwhatitdo)
if statement and else statement both being executed?
 
Hi, I started working with the tutorial section of this website about 3 weeks ago, and I try to make...
[3 replies] Last: You are welcome. :-) (by Josue Molina)
output
 
Please explain the output of following code: #include<stdio.h> int main() { int i=10; int j=...
[3 replies] Last: I think that the program contains a typo in the following statement k... (by vlad from moscow)
Need help on operator associativity
 
Hi, I would like to know which of the following expressions are valid and why: a==b=c a=b==c a...
[2 replies] Last: That's very helpful, thanks a lot :D :D (by DotNet13)
by lzchyi
Need add Choose Measure Unit in BMI
 
i complete my code dy..but now i wan add a features to choose measure unit on the BMI calculator..an...
[3 replies] Last: Thx so much!!!! (by lzchyi)
by iamiel
ASCII to Binary Convertion
 
Im still messed up with the code i'm having now. I dont know whats wrong with the my code. when I us...
[1 reply] : why don't you use C++ strings over C strings eg: string name; Aceix. (by Aceix)
Why the overflow?
 
When I run the following code #include <iostream> using namespace std; long f(int n){ ...
[8 replies] Last: Thank you all for your help! (by nickoeo)
Instantiate A Singleton Object
 
Hello I am trying to create a singleton object for class I cant seem to create a instances correctly...
[7 replies] Last: Yea thanks I think miss understood what was going on here. Thanks ever... (by otisphat80)
cannot print result
 
hi all, i really new in c++ prog. need help because my prog didnt print the output? i try it for abo...
[7 replies] Last: need to remove some part of it. and make some changes. worry detect as... (by hahacprog)
Python to C++ switch, folder structure confusion.
 
Hello, To begin with, if you allow me, I'd like to let the readers know that I have done my search...
[4 replies] Last: Could you clarify bit more though what you mean by IDE's "obfuscation... (by coder777)
table with names from user - segmentation fault
 
Hello, Could you please help me with this simple program? It ends after entering the last name to th...
[2 replies] Last: I didn't think the answer will be SO easy... Thank you:) (by cwanish)
How to make C++ Program exit as soon as we enter a specific key?
 
Hi all, I am a beginner in C++ and I have a question. Please help me if you know the answer to this ...
[16 replies] Last: @EssGeEich: Hmm, I see, Thanks for you help :) (by Himansh)
Boost countWords function
 
Hi, It's code doesn't compile. I don't know why. Please, try it yourself. #include <vector> #inc...
[11 replies] Last: Notice how I asked earlier:[quote=L B]Does NetBeans know to look for l... (by LB)
August 2013 Pages: 1... 45678... 51
  Archived months: [jul2013] [sep2013]

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