Beginners (Page 45)

Pointer Function
 
Down below, there is a function called at line 15, "*growArray ()". However, I'm not sure what the d...
[1 reply] : I'm not sure what the difference between a regular function, without ... (by AbstractionAnon)
split string into words and integers
 
New c++ coder I would like to accept input "box 3 4 5" or "trian...
[1 reply] : I've written the raw code to read the values. But it looks like your ... (by kbw)
by Shira
problem with templates tree
 
Write your question here. Hello I wrote this code, the function need to return pointer to node of ...
[8 replies] Last: okay. Thank You!! (by Shira)
Array Function Help
 
So im doing some HW for my C++ class and im not sure how to do this. Hes asking fot this: A void fu...
[5 replies] Last: you can pass arrays like anything else into a function void someFunc... (by andywestken)
Trouble with my case loop
 
Having trouble with case loop. Its giving me an error saying "Jump to case label [-fpermisive]. Help...
[1 reply] : Not enough information. Your switch statement looks okay assuming Inp... (by AbstractionAnon)
Stuck keep getting an error
 
I have the following code here and I keep getting an error on line 13 13:21: error: invalid use of i...
[1 reply] : You need to include the stringstream header. #include <sstream> ... (by AbstractionAnon)
Pointers
 
Hello! I am new at computer programming and I am currently tying to understand pointers and multi-di...
[13 replies] Last: It'll all make perfect sense eventually. It just takes a little time t... (by Duoas)
Alignment Help
 
I need help with making the output be aligned Sorry im new { cout << "--------- OPTIONS AND ACCESS...
[8 replies] Last: Thank you guys so much the problem was the numbers I was using in setw... (by juanmiindset)
deleleted
 
deleted
[2 replies] Last: thanks it works now (by Codex23jv)
by zecbmo
getting user input with spaces
 
SO I am working through some exercises and I have made a list program that uses vectors and iterator...
[2 replies] Last: Note the getline problem: http://www.cplusplus.com/forum/general/5143... (by coder777)
problem with a "cin"
 
#include <iostream> #include <string> #include <conio.h> #include <fstream> #ifndef MUSEUM_H #d...
[7 replies] Last: hm... that's odd... what are your inputs? Maybe the previous input wer... (by Gamer2015)
C++ Classes
 
Not compiling correctly. Keeps throwing me LNK2019 errors. Thanks for the help :) //Account....
[4 replies] Last: kong288 is right. lines 53 and 54 shouldn't be there. These function ... (by andywestken)
by Olzar
Super noob trying to learn basic char vektors
 
Hi, i just started trying to learn c++ a week ago, so i hope you excuse my basic question, and i hop...
[3 replies] Last: Thank you, most helpful :) (by Olzar)
Looking for some people to make software with!
 
Basically what the title says. I have experience with C++, SFML, and very little C#. I just require ...
[no replies]
Constructor Initialization Lists
 
After reading up on constructor initialization lists from this site http://www.learncpp.com/cpp-tut...
[4 replies] Last: I know in C strings are jsut arrays of chars, could that be related t... (by andywestken)
by Oigo
if statements and calendar
 
I need help, how do i get my month to output 31 days after february? everything after that just give...
[4 replies] Last: if (month == 2) { if( isLeapYear ) return 2... (by kemort)
Accessing private class to public
 
Why does line 23 errors? I want to print the string. #include<iostream> using namespace std...
[3 replies] Last: Thank you, guys. I fixed it #include<iostream> #include<string> using... (by Vandalism)
Pages: 1... 434445
  Archived months: [may2015]

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