Beginners - December 2015 (Page 33)

Can Someone Help Please On String Array
 
Please use exactly the prototypes I specify for your functions. As usual, put your function prototypes before main and your non-main function definitions after...
[no replies]
Using ifstream to grab text and output it to the console
 
Hello and thanks for the help. I was watching the video in the link below which did a decent job of helping me to learn what I'm doing, but at times he glosses...
[7 replies] Last: You're welcome. We covered several different topics there, it's easy t... (by Chervil)
by mancer
How can I download graphics.h library in my Microsoft Visual C++ 6.0
 
How do I download graphics.h in my compiler? Thank you :)
[no replies]
C++ unnecessary repeated definitions?
 
Good afternoon! Sorry if the question seems rather vague, but here's some (incomplete) code for some context. Specifically, this is about the "UserInfo input...
[2 replies] Last: Oh that works, thanks! No idea why my professor's example included som... (by BaloneyOs)
by Andym
populate note using text file
 
my last post was getting a little long, so I will repost a new question here. For some reason, the insertFromFile() function does not work. I can insert it ...
[5 replies] Last: Ok, so with the help from dhayden, I have learned quite a bit about li... (by Andym)
by st4evr
Help With Calling/Passing String Function Into Main
 
Hello everyone, Beginner C++ student here, first ever programming class. I am trying to put together the program below. It's supposed to ask the user for an ...
[5 replies] Last: Thank you very much for all the input everyone. It's making more sense... (by st4evr)
N/A
 
N/A
[3 replies] Last: #include <iostream> #include <string> using namespace std; int tes... (by malemale777)
by Ratt
a=sqrf(154) 'sqrf' was not declared in this scope
 
I am learning C++ and Im learning it from youtube and books and this one guy is trying to use the sqrf command just like it showd here his runs right so why doe...
[2 replies] Last: Thank you for your help I didnt think something so small could effect ... (by Ratt)
Number Generator - Passing generated number into a variable
 
"Write a program that picks a number between 1 and 100, and then lets the user guess what the number is. The program should tell the user if their guess is too ...
[5 replies] Last: @malemale777 no way I was doing it backwards.... Thanks so much. I ... (by snowl0l)
LinkedList
 
Write your question here. I'm writing code for a singly linked list for my data structures class and I can't figure out what I am doing wrong. Any help is much...
[no replies]
by HG319
Using stoi with c++11
 
I am trying to convert a string to int using stoi. My IDE is codeblocks and I made sure I am using the c++11 compiler but I am still getting this error: error:...
[9 replies] Last: http://stackoverflow.com/questions/8542221/stdstoi-doesnt-exist-in-g-4... (by closed account 48T7M4Gy)
need help to understand this question?
 
hello guys i cant understand this question Implement Priority queue using single link list. (Insert input where small value having the max priority.) what i thi...
[3 replies] Last: thats what you are saying ? Exactly. When inserting items into the ... (by dhayden)
Filling an array at random locations with 2 of a number
 
I need to fill a 2 dimensional array with 2 of the same random number at 2 random locations. I attempted to create an array fill it with 0 then check if I can ...
[3 replies] Last: I didn't even think about shuffling the array. Thanks a lot, that shou... (by m2bandit)
Code::Blocks not compiling with header files
 
Good evening! (morning?) I was wondering if anyone is familiar with the following issues. There are three files here, which are Cat.cpp, Cat.h, and CatMain.c...
[3 replies] Last: Nevermind, it works now for some reason. Did the same thing but only w... (by BaloneyOs)
Array Allocator
 
Array Allocator My teacher wantes me to Write a function that dynamically allocates an array of doubles and returns a pointer to the new array. Also The fun...
[3 replies] Last: I think you need to read how scoping works in C++. ptr is not a varia... (by kevinkjt2000)
Error
 
I needed some help figuring out what is wrong with this bit of code. Put the code you need help with here. char str = “Stop”; if [isupper == “...
[2 replies] Last: Ah I understand now really appreciate the help (by Serge1005)
Basic triangle program
 
hi guys, please I have created just very basic program that decides if it is triangle or not, If yes it counts S. But somehow when I write sides 1.1 2.2 3.3 /...
[3 replies] Last: https://en.m.wikipedia.org/wiki/Extended_precision (by closed account 48T7M4Gy)
by HG319
difference between Vector of pointers declaration
 
I was wondering what difference between vector<StructName*>Variablename_; and vector<StructName>* Variablename_; For example, let's say I have a class Path an...
[2 replies] Last: So if I am trying to make an adjacency list using a vector vector<Str... (by HG319)
Need help fixing this function
 
How can I fix this? I know that the problem is with the bool's but I've been having trouble with it. The program is for password verification. bool ...
[1 reply] : Your problem is that you haven't looked up how the function you're usi... (by TarikNeaj)
by chops
Password testing program
 
Building a password verification program. I am having difficulty making my logic produce the correct outputs. Very basic code, but really giving me fits, sadly ...
[6 replies] Last: Anytime, my friend! Please mark this as solved. TTYL! (by koothkeeper)
December 2015 Pages: 1... 3132333435... 43
  Archived months: [nov2015] [jan2016]

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