Beginners - October 2013 (Page 68)

by Leon23
Header Files
 
Hey guys! I have been trying to do this question in my assignment for almost 1 day straight and I ca...
[1 reply] : Use header guards on your header file. http://www.cplusplus.com/forum/... (by vasilenko93)
C Strings
 
I need help creating 3 functions. In the program the user enters a password but it must meet specifi...
[1 reply] : You are placing your return statements in the wrong location. Place th... (by vasilenko93)
flowchart to c++
 
Hello C++ people I have made this flowchart and I want to write it in c++. I am just a few weeks in...
[no replies]
by mgehad
Encapsulation
 
Hello , I'm trying to make a project with UI using visual Studio 2010. I'm facing problems with ...
[no replies]
Text based adventure game(noob)
 
Hey guys, just started attempting to learn C++ so am an absolute noob when it comes to programming. ...
[9 replies] Last: Hi there, switch (toupper( 'c' )) { case 'G':; cout ... (by closed account o3hC5Di1)
LinkedList Node
 
I need to create a simple linked list but can't even get the head pointer to initialize. I am pullin...
[2 replies] Last: Awesome thank you so much! I feel silly now but appreciate it very muc... (by macekingdu)
How to prevent numbers from being an input
 
Hey Guys so I'm trying to make some sort of encyclopedia of Pokemon (Pokedex) I'm in the early stage...
[8 replies] Last: It might be tricky for the user to type the exact name, such as " Nido... (by Chervil)
Spacing math problem
 
I am trying to make a simple match program for my kids. I want to make it look as aesthetically ple...
[5 replies] Last: I am not sure about what an std::string's fill constructor That's wh... (by andywestken)
Assignment ATM Machine with 10 Customer
 
Hey guys , I just received new task. I must write code for ATM machine with 10 customers data in the...
[5 replies] Last: I didn't ask for people on this forum to do the coding. Just asking wh... (by reddevil cplus2)
Sudden Change in Scoring(Jack N Poy)
 
So my problem is that my instructor want me to change the way of scoring in my program. He wants th...
[no replies]
what does this mean?
 
error: invalid operands of types 'const char ' and 'float' to binary 'operator%' ...
[4 replies] Last: Firstly, if you're just going to have an attitude with everyone then y... (by TheBeardedQuack)
help with discriminant based code!!
 
Hello, I've been stuck on this code for the past 2 hours. I'm supposed to write a program that uses ...
[4 replies] Last: Testing a double for being 0 is not trivial though; I think you over... (by Chervil)
What am I doing wrong ?
 
Write a program that allows the user to enter the grade scored in a programming class (0-100). If t...
[3 replies] Last: I didnt know how to do that NwN .. you helped me a lot .. Thx very muc... (by Muiredhach)
by face88
Inheritance and Pointers
 
Hey all. Hope I did not violate any posting rules.Forgive me if I did. I thought I had the jist of ...
[2 replies] Last: The problem is that my Piece constructor take four arguments.Piece is ... (by face88)
Cannot solve Error
 
Guys, I understand that I am doing something wrong, but cannot seem to find it.May you please help. ...
[8 replies] Last: Hi there, Let's clarify a little bit: msg.find(d) .find() returns ... (by closed account o3hC5Di1)
friendzzz help
 
this my code for reversing and change small letters into capital vice versa....but problem is that w...
[4 replies] Last: thanksssss.....problem solve (by awais rana)
problem facing in filing ....
 
i m new in c++ my Question is that) Write a program that reads n numbers (n<1000) from the file “...
[16 replies] Last: void sum( int * arr, int n); { if (n = 1) return arr ; ... (by MiiNiPaa)
Pivot function for a quicksort algorithm.
 
I'm trying to create a quicksort algorithm. My pivot function,that returns the pivot's place,looks ...
[1 reply] : Hi there, I believe your problem is in not using curly braces for you... (by closed account o3hC5Di1)
Boost MSM: virtual memory Exhaust: cannot allocate memory
 
I am using boost meta-statemachine. I needed transition from inside my states, so i used internal_ta...
[1 reply] : Hi there, You may want to consider moving the topic to the "general c... (by closed account o3hC5Di1)
For Loop Help!
 
Below is my class assignment. I have no idea how to get the correct number of stars into the for lo...
[1 reply] : Hi there, Let's break the assignment down: Your program must work f... (by closed account o3hC5Di1)
October 2013 Pages: 1... 6667686970... 86
  Archived months: [sep2013] [nov2013]

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