Beginners - October 2013 (Page 2)

by minus
sdl tutorials?
 
i know c++ and would like to excel to game programming with sdl, can anyone link any pdf of sdl tuto...
[3 replies] Last: theres a reason lazy foos on top. its kind of the sdl tutorial. you sh... (by closed account Dy7SLyTq)
by Nata
PlEASE HELP!
 
Hello! I cannot Understand why do I need "i" here and what does "for" do in this situation? can you ...
[2 replies] Last: Thank you!! <3 (by Nata)
deletion of text files in c++
 
how to delete a pre-existing text file in c++?
[1 reply] : you can use remove( filename ); and #include <cstdio> http://www... (by nvrmnd)
my code updated and some features not working
 
coder 777 In-case this is my last fully updated code my search seems to have some problem as I have...
[5 replies] Last: you can use cin.getline() instead: cout<<"enter employee number:"; ... (by nvrmnd)
by algo89
Weird problem while trying to write to file
 
I want to write output to a file, but I have encountered a weird problem: int main() { double...
[1 reply] : what do you mean by the program fails ? what do you expect to be print... (by nvrmnd)
interpolating spline curve
 
Hello, Does anyone have any suggestions to create an interpolating spline curve. I'm trying to ...
[1 reply] : Well, you can interpolate it with cubic spline, which is not too compl... (by rodiongork)
by Jades
Connect Input and Output
 
#include<iostream> #include<cmath> #include<ctime> using namespace std; int ma...
[8 replies] Last: assuming your on windows, i made this little gotoxy() clone: i'm new ... (by nvrmnd)
by klay2
code giving weird symbol (1,2)
 
I don't know why but my code gives off a weird smiley face when it says what your character is ...
[24 replies] Last: I am so sorry to chip in on this again though I think this should help... (by closed account 9wqjE3v7)
by Nata
PLEASE EXPLAIN TO ME WHY DOES THIS HAPPEN
 
Write your question here. #include <iostream> using namespace std; int main() { int a;...
[3 replies] Last: By making a = a/10, you are iteratively removing the last digit from... (by abhishekm71)
by Nata
PLEASE HELP! I do not undertand why I get this output
 
#include <iostream> using namespace std; int main() { int a; int b = 0; co...
[5 replies] Last: okay I get it now :)))))))) thanks!!! (by Nata)
Fill a vector by reading a file
 
Hey guys, I try to write a class matrix and I want to fill the matrix by reading a txt file. ...
[2 replies] Last: Thanks a lot for your help :-) It works like I want. (by stubborn)
Changing code syntax
 
I have this small program that simulates dice rolls using random numbers. It does 1 million rolls an...
[3 replies] Last: I just don't see how I could easily make the program output the resul... (by Chervil)
2 player craps game with no inputs
 
So here is the program statement (1) One of the players goes first. That player announces the size ...
[5 replies] Last: Where exactly does the program stop? Code snippit? (by Mats)
problem printing in terminal
 
i have a function that i am calling: ldu1::ldu1(const_bit_queue& frame_body) : voice_d...
[3 replies] Last: One possibility is that the standard output (via printf) is buffered, ... (by Chervil)
by gudeh
Stop the program an amount of time.
 
Ok, so I have to implement a round-robin simulator. The problem is that simulator should stop(as if ...
[1 reply] : The easiest way to make a sleep function would be to simply have a tim... (by TwilightSpectre)
code runs, but not the way it's supposed to
 
Hexadecimal numerals are integers written in base 16.The 16 digits used are '0' through '9' plus 'a...
[5 replies] Last: the program needs to convert hexa to binary? (by wwwiii)
Adding Another function
 
Warning 1 warning C4717: 'myStrCat' : recursive on all control paths, function will cause runtime st...
[7 replies] Last: i enabled pm (by MathNerd)
PLEASE HELP ME!! project on arrays and reading from files
 
*********I am a new c++ learner and was having trouble with my code.*********** This is the assign...
[3 replies] Last: for(int i=0; i<5; i++){ cout<<"enter name"<<endl cin>>name >>; ....etc... (by wwwiii)
Web services
 
Hello, This is my first time posting in here and i hope you guys will be able to help me out. I...
[no replies]
October 2013 Pages: 1234... 86
  Archived months: [sep2013] [nov2013]

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