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 can't figure out the problem. Please guide me. Here's the q...
[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 specific details. When I try these methods they fail how can I edit...
[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 into programming and I don't know how to do it. can you help m...
[no replies]
by mgehad
Encapsulation
 
Hello , I'm trying to make a project with UI using visual Studio 2010. I'm facing problems with doing Encapsulation to my private Data in the (C++/CLI). (N...
[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. i figured id try to create a little text based game where ...
[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 pulling my hair out trying to figure out what I'm doing wrong. It ...
[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 stages of it. I'm trying to prevent numbers being input instead o...
[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 pleasing as possible and I can not get the number to line up pr...
[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 program. This is the question >> http://imageshack.us/phot...
[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 that the score must: YOU:*** ...
[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 double a, b, c, d; which asks the user to enter the value of...
[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 the user scored a 100 then notify the user that they got a pe...
[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 it till now.I am suppose to create a zombie game.Basically a...
[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. This is the error I am getting.Please, EnglishTranslat...
[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 when enter ehsan is good then it covert only is good and reve...
[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 “example.txt” (attached) and store it in an array. Ask the ...
[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 like this: int pivot(int myArray ,int left,int right){...
[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_tansition_table. But, if number of rows inside it is large (ar...
[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 loops for any number given...Help, please?!?! Write a program...
[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.