[try Beta version]
Not logged in

Beginners - February 2013

Can't quite figure out my Calendar Program
I'm trying to write a program that prompts the user for a year and the first day of the year, and th...
Feb 28, 2013 at 11:36pm
[7 replies] Last: You're wellcome, good luck with that! (by Marcos Modenesi)
Struggling to learn.
Hi guys. I have no coding experience at all outside of a little bit of HTML and I've been trying to ...
Feb 28, 2013 at 11:02pm
[18 replies] Last: good to know. thanks rb and LB (by closed account Dy7SLyTq)
by skace
Wierd errors
Hello! I am trying to code a program that can solve quadratic equations. The problem I seem to be ha...
Feb 28, 2013 at 10:57pm
[11 replies] Last: Glad you got some sort of solution. Bool of course will only allow tw... (by Chervil)
Using typedef struct in a template class
Hi, I want to use what I call a "Chainage" in a template class. Here is my hpp code : typedef ...
Feb 28, 2013 at 10:57pm
[2 replies] Last: template <class K, class V> struct _maillon{ K clef; V valeur; struc... (by K0T4K0t4)
Accessing Member Functions of Objects in Vector Stored on Heap
Hi..I've been searching on the forum for a good little while and have not found anything that explic...
Feb 28, 2013 at 10:24pm
[8 replies] Last: Thanks guys...those three explanations put things in perspective! (by kaneada)
SDL_Rect drawing simple boxes to the screen using a class
Hi guys! First post here, just want to say how much I love this site! On to the meat: So I've ...
Feb 28, 2013 at 9:27pm
[2 replies] Last: Wow! *facepalm. I was placing it as in Box->&box, just &box, &Box, I ... (by AmbitiousCoder)
Help with array
Hi everybody. I'm working on a ATM Machine program for my class and I'm having a hard time creati...
Feb 28, 2013 at 9:16pm
[13 replies] Last: It works like a charm! Thanks. I'll need to do a loop later to go back... (by anderfernandes)
by Peter7
Write file and see output on console
So i am trying to solve the bunny exercise that was posted in this forum a while ago. I already hav...
Feb 28, 2013 at 9:15pm
[11 replies] Last: ios::app will append to the end of the file. So everything you cout & ... (by Lynx876)
Empty Command Line Issue
So I need to add a character to the end and beginning of a string read into the cmd line and compare...
Feb 28, 2013 at 8:52pm
[1 reply] : When the command line is empty, the value of argc will be 1. In that c... (by Chervil)
help with loop counter in homework
Hi, I have homework from my programming class that is supposed to look like this : http://tinypic.co...
Feb 28, 2013 at 8:48pm
[1 reply] : Okay I got it but now the only thing is getting TPAY to keep adding to... (by persontothe)
Guess My Number - Reverse Roles
Hey everyone. I started reading the book "Beginning C++ Through Game Programming" and I've w...
Feb 28, 2013 at 8:39pm
[10 replies] Last: Marked as solved. (by Mindtrix)
Close
////
Feb 28, 2013 at 8:15pm
[2 replies] Last: bump (by earthearth)
by vrakas
Help with adjacency list
Hello i am trying to remove all arcs with a node(from an adjacency list) using the refresh funtion. ...
Feb 28, 2013 at 8:13pm
[1 reply] : I guess that adj .erase(it); is invalidating the iterator. Use it ... (by ne555)
by Lindz
Classes in separate files in C++?
I have copied this out of a book. I'm just not sure what to add in the main.cpp source file to make ...
Feb 28, 2013 at 7:52pm
[6 replies] Last: My point is that there is no default constructor in `Cat', so Cat Fri... (by ne555)
Microsoft Visual C++ 2010 Express Project Creation Fail
Hello, I downloaded the Microsoft Visual C++ 2010 Express, registered it and got a valid serial ...
Feb 28, 2013 at 7:32pm
[1 reply] : You say you've Googled this, so have you been to this yet? http://soci... (by ResidentBiscuit)
The age-old slot machine...
at this point i've scratched a bald spot into my head. any advice/pointers/clues would be hugely app...
Feb 28, 2013 at 6:56pm
[6 replies] Last: just make a .h file, the errors say your using visual studio, i dont u... (by Ch1156)
Stupid question
Trying to practice with functions before moving on to references, but of course I can't get this pro...
Feb 28, 2013 at 6:54pm
[7 replies] Last: Hey All, I finished the program yesterday, and it ran great (my wi... (by JKandyman88)
Manually Concatenating two C-Strings
Thanks a lot for the assistance earlier with my mjcStrCpy function. Got a question in regards to the...
Feb 28, 2013 at 6:39pm
[2 replies] Last: Thanks. I finally got something that works. May or may not be the most... (by sirjames2004)
by Dhocks
I need help reading this file
I posted this in General C++ Programming but I think it's more appropriate here. I have to read al...
Feb 28, 2013 at 5:55pm
[5 replies] Last: Ok. So I had a go at fixing your program. First off, you were only out... (by Lynx876)
User-specified datatypes
I have a template Array class that should create objects of ints, chars, and doubles. How could I w...
Feb 28, 2013 at 5:48pm
[5 replies] Last: Templates have to know the type at compile time. This isn't Java gener... (by ResidentBiscuit)
February 2013 Pages: 123... 67
  Archived months: [jan2013] [mar2013]

This is an archived page. To post a new message, go to the current page.
Registered users can post in this forum.