Beginners - August 2012 (Page 13)

Getter Function Not Being Updated
 
Hello! Fredbill30 here! I have just joined these forums, but thank you guys for helping me with my ...
[2 replies] Last: Thanks Maniax! (by closed account N36fSL3A)
logical deleting and moving
 
Hi, Say if I have a list of things to be executed by position number destroy 1 create 2 destroy wi...
[2 replies] Last: Hi, I have a queue of things to execute, and A B C D E ... (by hitholdir)
Help me with my Switch statement.
 
here is my switch statement, it has a small problem. when I run this it does both cases, thus provid...
[5 replies] Last: use do...while loop #include <iostream> using namespace std; int m... (by Aceix)
Any other awesome,clear,and comprehensive books for learning C++ PLEASE???!!!
 
Hi! I've been teaching myself c++ using some books and tutorial articles. I'm in a university but th...
[2 replies] Last: Yeah this sites tut is the best. cprogramming.com is a choice(comprehe... (by Aceix)
Euler 10
 
So, I'm trying to solve the tenth problem in the Euler Project. Basically, I want to sum the first 2...
[2 replies] Last: pow(i+1,i-1)=1 %i This doesn't just look weird. Ignoring pow()'s type... (by helios)
identifying words and sentances
 
I am attempting to write a code that takes a few words or sentences typed into one array, and split ...
[3 replies] Last: thanks, that was the problem and why it was in the beginner thread. (by totalwar235)
undefined error
 
I get undefined error and I haven't got a clue how to fix it. Any help would be greatly appreciated....
[8 replies] Last: Thank you. (by illario)
looping
 
write a C++ program that calculates and displays the yearly amount available if RM1000 is invested i...
[1 reply] : At least have a go and show your code. You probably won't get much he... (by MrHutch)
C++ If statements...
 
Hi, Im just wondering but Im used to doing Sourcemod coding which is C++ but some functions and such...
[6 replies] Last: Ah thanks a lot dude :) (by Hazukiy)
Launching Screen C++
 
How can I make a screen like the one when you launch Visual Basic C++ Express and there is a scree...
[3 replies] Last: Yeah Qt is good and free. Also try embarcadero's RAD studio C++ XE2. b... (by Aceix)
by ozza
Send Email using C++
 
Hi I'm using Dev C++ and am trying to figure out how to send an email from it. I've searched all ove...
[8 replies] Last: all the piece of code does is to write those strings to a file. nothi... (by ThangDo)
crashing with fgets?
 
Edit: derp, free() was suppose to be outside the while loop Hi, When I execute this from a case swi...
[1 reply] : On line 7: you compare two pointer which is in your case always true (by coder777)
loop is asking me twice instead of once
 
Hi, the below code should, if I press 1, ask me to continue, but it prints out Would you like ...
[2 replies] Last: YES i've figured it out, it sure is scanf the culprit, something about... (by hitholdir)
i need help on doing a loading screen
 
can any one help me? i want to make something like this ****** ****** then after 2 sec it wi...
[11 replies] Last: ^Whoops, you're right. ( *** BRAIN FART *** ) !! (by whitenite1)
new here
 
new here and learning some C++
[1 reply] : Not so new here and still learning some C++ On a more serious note, w... (by Volatile Pulse)
Inline function
 
What is an inline function? What its duty? when we can use it? kindly show me a simple code.
[5 replies] Last: Thank you. (by prabhanuka)
If/Else Help
 
I'm workking on making a Rock, Paper Scissors text-based game in C++, and I have an if Statement tha...
[3 replies] Last: First, all the conditional statements will all return true because onl... (by Shortrope)
by D4rk
Problem with rand()
 
I am having a issue with rand(), I only really half way through the tutorial so sorry if this is a o...
[2 replies] Last: Seems to be good now I linked it with time like it says. Cheers for h... (by D4rk)
Dots - What are they?
 
Here's the code, but I only really need help with line 31; wasn't sure if you needed all the code. ...
[1 reply] : Some objects have members (member variables and member functions). For... (by Moschops)
Problems compiling
 
I am trying to follow along in a book I've been reading to learn C++ (C++ for dummies), and this cod...
[8 replies] Last: I knew it had to be something simple lol. It's compiling just fine now... (by StockHunter)
August 2012 Pages: 1... 1112131415... 45
  Archived months: [jul2012] [sep2012]

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