Beginners - May 2013 (Page 41)

Help with codelab question??
 
Write the definition of a function named quadratic that receives three double parameters a , b , ...
[3 replies] Last: This part is incorrect: if ((sqrt(b) * 4 * a * c) < 0) cout << "no ... (by Chervil)
by Pebble
Initializer_list
 
After running the program below, I get an extra 0 (zero) after the output. Is this a Null character...
[3 replies] Last: Thank's for the replies. I was playing around with Integer's to learn... (by Pebble)
Code blocks has problems
 
I tried the first code in the c++ tutorial but after building it it says "fatalerror: iostream: no s...
[6 replies] Last: 1. Make sure the name of the file ends with the extension .cpp , not .... (by Chervil)
by Larry2
Deploy c++ ?
 
Hello, I need to deploy a script on different platforms. This script is so simple ! it is just...
[4 replies] Last: Will definitely go the static library route. I will just use the STL ... (by Larry2)
by bsay91
Arrays as parameters help
 
I have tried to look at the http://www.cplusplus.com/doc/tutorial/arrays/ chapter Arrays as Paramete...
[4 replies] Last: Thank you for your help guys! I was aware that int wasn't the correct ... (by bsay91)
guess the number game using random number generator
 
Make a "guess the number game", in which the user enters a number and the computer has to guess that...
[6 replies] Last: thanks. (by dhruv90)
how to create a header file and implement it.
 
This program is printing possible gifts to whom the user wants to give. It asks the user to input th...
[4 replies] Last: You can use menu: File, New,then choose headfile, and enter other info... (by amchinese)
text adventure game
 
I am making text adventure game but i seem can't made an option when the user type in north then in ...
[4 replies] Last: can anyone help am still stuck on this part (by ngkevi199)
by Sandz
How to input into a Structure Array?
 
Classroom ID Classroom Name Rental Fees CR1 Apple 50...
[3 replies] Last: Thank you so much for teaching me! :) (by Sandz)
by yoopek
C++ graphs
 
May someone help me with this problem.. from the laboratory For this homework you are required to ...
[1 reply] : The objective is that you learn. You learn by doing. Start by writing ... (by keskiverto)
by kabuki
Quicksort with strings
 
I know that quicksort sorts integers, but can it also sort strings? For example, can I quicksort sor...
[3 replies] Last: umm... if u want to sort fruits in alphabetical order, this is one way... (by dhruv90)
Grades program
 
Okay well the program is that I have to infile grades into an array. after I infile them I have to u...
[3 replies] Last: then you change either the function name " highest(int , int); " to s... (by OxBADC0DE)
c++ project help
 
so basically i was told to make a bank account project. i had the istream all written for me. i was ...
[6 replies] Last: tried it and it still didnt work :( any more suggestions (by fantasy555)
by bkeg1
can you guys check this array problem??
 
im working on this like 30 hours.. sigh.. but this is still having lot of problems.. write a prog...
[5 replies] Last: Thanks man. It helped a lot :) (by bkeg1)
How do you dynamically allocate memory for an std::array (C++11)
 
I've been trying to find the syntax for this. int * myPointer; myPointer = new int ; Like that b...
[3 replies] Last: Thanks (by AlitCandle)
array help
 
hello, I've been working on a project for a couple of days, and am stuggling with arrays. My Pro...
[7 replies] Last: nevermind! I figured it out! (by nickchmie)
operator>() question.
 
I am writing a program that sorts objects by the variable x. I am not sure how to use the operator>...
[2 replies] Last: That worked great! I am having some trouble with using the overloaded... (by Def Muse)
Thanks
 
...
[1 reply] : Thanks! (by hunternc101)
Does anyone know how I can put something on the desktop?
 
I already know the code to do it, I was just wondering what to put in the path. For me it is C...
[2 replies] Last: Thanks (by AlitCandle)
NIM Game from book has 5 errors i cant understand.
 
Hi, thanks for reading this. Im currently reading a book called "Learn C++ by making games." IS...
[1 reply] : else statement must immediately follow if 's closing braket "}". Fr... (by JockX)
May 2013 Pages: 1... 3940414243... 66
  Archived months: [apr2013] [jun2013]

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