Beginners (Page 95)

Output of Code
 
Does anyone know what the output of this code is? #include <iostream> using namespace std; ...
[8 replies] Last: Modify the following code to: Declare class A to be a friend of class... (by njabbour)
Passing Values
 
Hi, does anyone know how i can pass the values that have been entered in the the arrayEntry() functi...
[1 reply] : Never mind, just worked it out lol it's return nArray ; cheers!... (by royal1664)
by paxap
C++ for loop help
 
I'm trying to get a for loop that prompts for grades 1-5, but for some reason it starts at grade #6 ...
[7 replies] Last: My mistake. Updated. Thanks for correcting me! (by trojansdestroy)
need explanation
 
Can someone explain why the two functions act differently? From my point of view they are the same b...
[8 replies] Last: Sorry about that :) (by Bourgond Aries)
Help with strings and functions
 
I need help using a function to determine the first and last names shown in alphabetical order so f...
[1 reply] : You should try the "sort" function declared in the algorithm header. D... (by Bourgond Aries)
Help with functions
 
this is a code to see if the number entered is an armstrong or not for example 371 is armstrong bec...
[2 replies] Last: thankss man.. !!! (by elmoro15)
pointer and Class help
 
These are the class specifications Class Name: IntVector Public Attributes: N...
[2 replies] Last: Probably seems neat because the class definition might have been provi... (by Daleth)
Need Help
 
Hey I'm just starting to understand C++. I'm doing a problem for my class and I can't finish the pro...
[2 replies] Last: It worked!! :D Thanks so much. I knew it was a easy problem lol xD (by gamestoper15)
Writing a Three Function Program with String Array -- Crashing
 
This is my third attempt rewriting it in hoping to avoid whatever's making the code crash. My book d...
[7 replies] Last: I have no idea why I changed that... how weird/silly of me. Thank you ... (by macsheeh)
Input and Output file
 
Please help me.. My professor doesn't let me declare row, col and total_number_per_line as a consta...
[5 replies] Last: You either supply the value by assignment, as you currently are, witho... (by jlb)
by gladi
passing an array to the func.
 
Hi guys, I have probelm for passing the two arrays which Questions & answers to FindFriend() func...
[1 reply] : This is the error pop up Error 1 error LNK2019: unresolved external ... (by gladi)
by fetzjr
Should i even take the time to learn Qt?
 
Okay so I installed Qt and have been working around with it a little, following some dude on youtube...
[2 replies] Last: You CAN create things dynamically in qt creator I never use the Qt Des... (by giblit)
Help Please
 
How can I get the house listing to print only once and then print the customers that match the corre...
[1 reply] : It looks to me like the you're going about this in the incorrect order... (by HoneyBoy)
Date loop
 
In the while loop at the bottom I want to get the date to increase. The month is the only part that ...
[4 replies] Last: Thanks, that worked perfectly! (by kortneycoles)
Adding sales and customers to a database
 
Iv got some code done to try add sales and customers to files but its still not working.. i dont kno...
[no replies]
by Enchie
The Age Old "which one first?"
 
Okay simple enough. Which language should i learn first, here's a few filters to help you guys narro...
[1 reply] : C/C++ if you want better understanding how things works closer to hard... (by MiiNiPaa)
Recursion and Arrays
 
So, basically, I have never ever seen an example of a recursive function that takes only an array as...
[12 replies] Last: You can remove all stuff that deals with templates. For example size... (by vlad from moscow)
comaring string (1,2)
 
hello , my code does (trying....) a simple thing : 1.sending command to device (working) 2.getti...
[20 replies] Last: Anyway, as I said a few posts earlier, add these lines in your functio... (by Chervil)
by tpinon
question help on pointers
 
I can't wrap my head around this one. Can you guys simplify this concept for me so I can understand ...
[4 replies] Last: great. thanks Vlad! (by tpinon)
New to C, a few 'invalid conversion' and 'too few arguments' errors
 
This is my first timne doing an actual project in c, I'm getting a lot of the same errors so I assum...
[4 replies] Last: An immediate problem I see is that in your functions you try to access... (by Catfish4)
Pages: 1... 9394959697... 99
  Archived months: [apr2013]

Cannot post in this page. To post a new message, go to the first page.