[try Beta version]
Not logged in

Beginners - June 2013 (Page 26)

ccess violation reading location 0x0000000c When Running Code
I've started creating mods for an open source game titled Liberal Crime Squad and have come across a...
Jun 15, 2013 at 5:09am
[5 replies] Last: Well, It was originally 5 so added another to hold the new element, Fr... (by selimi02)
while validation loop can't handle letter inputs
Hey guys! I'm moving up the ol' C++ knowledge ladder. I'm betting only enlightenment and joy await...
Jun 15, 2013 at 5:01am
[4 replies] Last: [quote=LazyTechGuy]Huh. Limits. I'll make sure I read up on that and g... (by cire)
Linked List question
Why does my insertFront function display 5 10 20 30 35 40 but when I return from the function and ca...
Jun 15, 2013 at 4:56am
[4 replies] Last: Thank you very much. (by pronesti)
Adding decimal digitals to whole number doubles
Right now I am doing some C++ challengers (beginner) that I found on another site. I've complete...
Jun 15, 2013 at 2:45am
[2 replies] Last: Thank you so much!! That did it. :D (by closed account NyhkoG1T)
Syntax Issue with If Condition
Hello again, I was just wondering if anyone would be able to clarify a syntax issue I am having. I...
Jun 15, 2013 at 2:27am
[3 replies] Last: Line 37: You're trying to call CompareLetters without specifying any ... (by AbstractionAnon)
Understanding Bitwise Operators and Literals
So here are the lines of code I need help understanding: unsigned s = 555; int i = (s >> ...
Jun 15, 2013 at 12:21am
[4 replies] Last: ah ok I wasn't understanding how negative integers were represented. ... (by TerriSchiavosGhost)
Question about ofstream!!!
Hi I have a question on ofstream!! I am trying to write program that takes words from a text file a...
Jun 14, 2013 at 10:46pm
[2 replies] Last: oh thanks..!! I fixed it now!! (by munjo5746)
Player Efficiency Rating program problem
I'm currently trying to write a program to find an NBA players PER. Whenever I try to get the player...
Jun 14, 2013 at 10:40pm
[1 reply] : I'm not sure why you have an array of strings. I think you meant to do... (by giblit)
Why is this not running?!
Hi everyone, I am very new to programming as I am in my first semester. I am working on a projec...
Jun 14, 2013 at 9:44pm
[2 replies] Last: In your code: int main () { void Instructions(); return 0; } R... (by xismn)
Hello World!
Hello everyone! I have a little bit of a problem, It shouldn't be a problem for anyone. On that note...
Jun 14, 2013 at 9:16pm
[15 replies] Last: Thank you giblet, You have been very helpful ^_^ I completely understa... (by Chillieman)
Linked list
I have a linked list that looks like this - - - - I call out function insertFront(&head,5); which...
Jun 14, 2013 at 9:08pm
[2 replies] Last: Thanks very much. (by pronesti)
How To Use Atol() Function to turn array of characters into two numbers (Getting EXTREMELY strange behaviour)
So the ordinary usage of atol is convert a array of characters into numbers. But I tried to split up...
Jun 14, 2013 at 7:54pm
[4 replies] Last: Interesting. Thanks a lot! (by anonymousxyz)
Vectors
Well, I'm a newbie to programming & a self-learner. So, vector confused me a good bit. I want to kno...
Jun 14, 2013 at 7:01pm
[14 replies] Last: > Write a program to read a sequence of ints from cin and store those ... (by JLBorges)
by piczim
Adding a word
I am wanting to do code for a basic currency converter. It will basically to be to choose one of thr...
Jun 14, 2013 at 6:56pm
[1 reply] : you do realize thats C code and not C++ code right? Also char gets one... (by Ch1156)
How to end this code
Everything in this code works fine, so far... #include <iostream> #include <string> #includ...
Jun 14, 2013 at 6:29pm
[6 replies] Last: If I may suggest this code #include <iostream> #include <string> #... (by closed account NyhkoG1T)
Why doesn't all the compilers follow Standard C++?
Hi, I am new to C++. I want to ask a question. I have seen many times that different compilers foll...
Jun 14, 2013 at 6:13pm
[5 replies] Last: hmm, I see. Thank you all for your kind support. (by Himansh)
by BToven
[help]From codeblocks to Visual studio 2012
Hi,im making a text baesed videogame,i made the first battle and my brother said"textbased games suc...
Jun 14, 2013 at 5:36pm
[7 replies] Last: http://lazyfoo.net/SDL_tutorials/lesson01/index.php Don't worry about ... (by giblit)
What does assert do?
Hey, #include<iostream> #include <assert.h> #include<list> using namespace std; void mai...
Jun 14, 2013 at 4:50pm
[2 replies] Last: @ Edward01: I don't want to be a jerk, but what's your excuse for not ... (by Catfish4)
audio sounds in C++
I need to work on audio sounds in C++ ... how can i start...!! i googled But i found there need t...
Jun 14, 2013 at 2:51pm
[4 replies] Last: lazyfoo has made some excellent tutorials on SDL: http://lazyfoo.net/S... (by kevinkjt2000)
by Manga
my stupid question.
I notice when reading examples of code that some people use cout and some use prinf . But what is...
Jun 14, 2013 at 2:38pm
[5 replies] Last: thanks again everyone. I tend to use cout more, though I don't ca... (by Manga)
June 2013 Pages: 1... 2425262728... 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.