Beginners - June 2015 (Page 17)

SFML moving the camera problem
 
Okay, so I'm fairly new to sfml, and I don't quite know how all of it works. I watched a few tutori...
[no replies]
Dirent.h - Cannot Detect Parent Directory
 
Greetings, I've only just started working with the dirent.h library and I've run into a small iss...
[1 reply] : I ended up getting around the issue by copying the name to a string an... (by TwonJohnson)
Password Prompt Program
 
Hey guys. I'm encountering a problem I'm not sure how to solve. I made a slight change and I do not ...
[4 replies] Last: The standard idiom for this is: for (int x = 0; x < 5; x++) Then y... (by Duthomhas)
by OmegaV
Setting a variable through a excel sheet
 
Complete beginner when it comes to C++ (Or coding in general) just wanted to try and write a program...
[5 replies] Last: Not sure I actually need the extern for the variables You don't nee... (by andywestken)
by mindoo
Socket proggraming LOTS of unsolved error
 
Hey guys, I'm trying to follow beej's guide to networking but I get lots of errors. I'm a this point...
[14 replies] Last: I think you might have a Cygwin-specific issue: You should look at the... (by koothkeeper)
by Ch1156
How to store multidimensiona vectors in a vector
 
Ok so I have a vector that creates a map, now I want to be able to create multiple maps and call the...
[14 replies] Last: This Map class uses a vector of vectors to implement a dynamic 2d arra... (by andywestken)
by Djpich
Help with my Program
 
The program I have constructed does not function in the way I want it to.Whenever I get for example ...
[2 replies] Last: Thank You for the help now it works how I want it to.. (by Djpich)
by Velvet
How to create a .WAV file from scratch.
 
Hello, all. I wish to code a program that can create a .WAV file using nothing but information ei...
[6 replies] Last: Sorry it took so long to get back to you, but here's an example to get... (by Duthomhas)
Error: expression must have integral or unscoped enum type
 
My program does not work because I always have this error message but I have no idea how to correct ...
[2 replies] Last: I wanted to use that to square the brackets ... That was the problem... (by Lollipop27)
hi every body
 
am new here, am a web designer hope you guys will rectify my all queries about this hectic coding. g...
[1 reply] : Good luck, and welcome! (by koothkeeper)
unsigned and signed short int
 
I am confused with the output of my program..i am not able to understand the output. #include<ios...
[1 reply] : You have an overflow. See the limits: #include<iostream> #include<limi... (by coder777)
by Lee125
About Computer Organisation and Operating System
 
Hello friends. I have studied cs. Sorry if this topic is not related to programming. I didn't und...
[11 replies] Last: Bluestacks Tutorial in an easy way for everybody. http://bluestackstut... (by mmskmm)
C++
 
this program is for my revision purpose.......... Question Write a C++ program that will allow a...
[2 replies] Last: please put the code inside code tags. it would have been easier to vie... (by koopey)
file reading tips
 
Hello forum, I have file with the following contents # Printer Printer001 # Acceleration ...
[1 reply] : What should you do if there are other lines which do not adhere to thi... (by MiiNiPaa)
using an int passed as parameter to declare array
 
Hello, this is a simple question, I hope you can help. I'm trying to create a texture loading clas...
[3 replies] Last: @shadowCODE stack and cplusplus are connected ? o.O or did you just ha... (by bryan177mcsc)
Found in Cache
 
I am trying to write my first program that is supposed to solve the combined resistance of 3 resisto...
[1 reply] : Program gives me the correct answer in VS2010. --- The combined resi... (by AbstractionAnon)
a + b = A Really Wrong Number!! Why?
 
Hi there, I just started learning C++ as my first language and I don't understand why I'm having thi...
[7 replies] Last: Thank you everyone for your generous and informative information! I un... (by Scott The Scot)
Integer Division by Zero?
 
I am supposed to calculate the combined resistance of 3 resistor in parallel to two decimal places. ...
[4 replies] Last: I changed it to double so now I have //This program calculates the c... (by amglavin)
Good IDE for c++/Android Developement?
 
Hi guys I'm using Windows 8 and I'm looking for a nice IDE to start coding Android Apps. What IDE...
[1 reply] : Android studio 1.3 will be phenomenal- give it about 3 to 5 weeks, and... (by ultifinitus)
Need help with class project
 
long story short,For my project I have to calculate the cost of a mobile device service. I ask a us...
[3 replies] Last: I think this is what you were looking for. Notice towards the bottom y... (by omurad)
June 2015 Pages: 1... 1516171819... 32
  Archived months: [may2015] [jul2015]

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