Beginners - November 2015 (Page 17)

user data security (1,2)
 
Hello Friends, I'm new to C++ coding and trying to built a small program which will ask user to log...
[29 replies] Last: it's done..!!! :) (by jimquisition)
by sindhz
What is true about Linked List?
 
What is true about Linked List? a) Linked list can't be sorted b) It must be created using dynam...
[no replies]
Finding words in a dictionary file
 
Ask the user for the name of a file (dictionary) - "I don't need to do this as I am using a Mac. ...
[10 replies] Last: One of the reasons I said to verify your file is because of the differ... (by jlb)
by Dazzer
Please remind me........
 
Hi peeps, Could someone please remind me what <int> means in the code below. I know i learnt it a...
[2 replies] Last: Many many thanks! :) .......Dazzer (by Dazzer)
Sum of Numbers!
 
Hello everyone, I'm trying to solve this problem but I need your help with it Write a progr...
[5 replies] Last: hahaha before I logged in here I was reading as TraikNeaj advised me, ... (by ADMIRAL12)
help with program
 
anyone know how to fix this code? I can't seem to figure it out, and its due tonight! can anyone hel...
[2 replies] Last: I think the problem is the fact that you declare the variable seatingA... (by Shadowwolf)
How to pass two c-strings to a third c-string
 
I want to accept a first and last name separately, and then pass them to a third c-string which will...
[4 replies] Last: Use std::strings whenever possible. They are much less error prone and... (by jlb)
Matrix printing problem lml
 
I Want to print n values in each line in between brackets. The first loop works except for the brack...
[no replies]
std::map::erase inquiry
 
So if I had a map m and a set s, could I use erase() in a way where I can erase from m everything fr...
[4 replies] Last: [quote=omega4relay]I'm still a bit slow on why auto works in the conte... (by closed account E0p9LyTq)
C++ Gradebook
 
SOLVED
[1 reply] : And I also have to get random nubmers from 0-100. I get them only fr... (by jlb)
by Aksa
Help with a code || BEGINER ||
 
Where there is " What is apple called in french" It doesn't wait for user to reply, and at match.. i...
[3 replies] Last: how do i make it no case sensitive for a word The easiest way is to ... (by jlb)
by pajee
continuous loop cannot stop
 
Hi guys, I'm a beginner in C++ (2 days only). I'm studying the tutorial doc in this website, and hav...
[1 reply] : Get rid of lines 25 and 31, and make lines 29 and 23 if statements ins... (by cire)
(string subscript out of range )error
 
My code is to read a file of hex numbers then to convert them to binary . First problem : that i...
[1 reply] : At line 25, for(int i=0;i<6;i++) instead of assuming 6 characte... (by Chervil)
by Molly
graphics.h
 
Well , i wrote this code , which makes 2 lines of random colored circles and spawns a random colore...
[1 reply] : I'd recommend you to use classes in this situation, making every circl... (by Golden Lizard)
w3w
 
can u give me a program thx
[4 replies] Last: Sorry mate, we dont do homework here. If you're looking for someone to... (by TarikNeaj)
sieve of Eratosthenes using vector
 
This is the best code from my brain. Can you guys give any advice for it? This is far easier than my...
[no replies]
Invalid Heap
 
Hey I am using a priority queue, and at some point when I using push I get the invalid heap error. I...
[1 reply] : Probem solved, forgot to update operator= (by Edward01)
Help me Resolve The Problem
 
So, previously, I asked about my code and already completed it But I have one more error and this i...
[2 replies] Last: Suppose that function able to make if user click on bedroom, it will p... (by WanHazyan)
Need help with a class?
 
I'm trying to make a basic class right now which can do some functions that std::vector can do. I'm ...
[no replies]
by Edgy
Pushing and Popping my own Stack
 
I dont know how to properly make and push/pop my own user created stack. I have to have a user crea...
[no replies]
November 2015 Pages: 1... 1516171819... 53
  Archived months: [oct2015] [dec2015]

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