Beginners - October 2016 (Page 26)

Need help with Codeblock
 
Hello guys! As our teacher uses Codeblock, I also use it. My question is when I have a string in...
[1 reply] : The feature you're referring to is commonly called "autocomplete". You... (by Moschops)
Can someone explain me pass by reference please
 
Hello. I need someone to explain me how to write this code by using pass by reference. I managed to ...
[1 reply] : Pass by value just copies the variables passed in. While pass by refen... (by TarikNeaj)
creating a template for quick sort algorithm
 
Hello, I am trying to create a template for the quicksort algorithm so I can use it for any data typ...
[2 replies] Last: Wow, I can't believe I didn't see that. I understand what I did wrong ... (by neekforjesusmir)
Help on writing a code.
 
I'm VERY new at C++, and I have to write an application program that utilizes a car object. The void...
[no replies]
operator overloading
 
hello every one ; I have a little problem // englconv.cpp // conversions: Distance to meters, mete...
[1 reply] : this is a small question! (by EgyptianCoder)
cipher
 
I need help with a cipher assignment where the default map is set to zywvutsrqponmlkjihgfedcba any ...
[2 replies] Last: Pull some ideas out of this, perhaps. #include <iostream> #include <... (by Moschops)
Adding in while loops
 
Hi, I need help with a program. I am new to programing. I need to read from a file and output to a f...
[2 replies] Last: can you please clarify, i have no idea what you mean. (by Ibra ovic)
I need help with pass by value
 
The goal here is to use pass by value to calculate sum of (1/n)^2 aka: (1/1)^2 + (1/2)^2 +... (1/n)^...
[4 replies] Last: I understood it all. What was bugging me was that I was not getting it... (by babamublabla)
Help on making a code
 
Create a program that displays a table consisting of four rows and five columns. The first column sh...
[6 replies] Last: You certainly don't have to write completely new code. (i) Put the bra... (by lastchance)
c++/ writing to file / isupper / IO
 
Having trouble trying to inspect each character read...if the character is not a Lower Case letter...
[10 replies] Last: Works great. Thanks a ton ! Here's the final code #include<iostrea... (by milzticket)
by nbro
Delete the node at index i from its current position and insert it after node at index j
 
I was trying to create a function to delete the node at index i from its current position and inse...
[no replies]
My c++ program won't open a file
 
Hi, I'm trying to open a file and store its data into a string to be processed and do some things, b...
[5 replies] Last: Now I know what happened, and it's very stupid, but I'll leave this po... (by Shishka)
source with <string> header compiles but program will not run
 
The error is... the procedure entry point _ZNSt7__cxx1112basic_stringcSt11char_traitsESalcEEC1Ev c...
[no replies]
by fg350
Add a loop to read each line of the file, and read the entire line into one string
 
Hello, so I'm new to dealing with files, and I have a text file with data that I need the program to...
[no replies]
Problems reading from a file with a loop
 
Hi, I want to do a function that reads info from a txt file writed in one column that haves a termin...
[10 replies] Last: How can I stop it? I know, but I changed the txt file so now it not c... (by incandenza)
Project Help
 
I need a way to compare a number to the amount of times a string was entered. In my project i need t...
[no replies]
find Duplicate numbers in array
 
how i can find Duplicate numbers in array? (c++).
[1 reply] : There are multiple ways. First, you surely know how to find a value f... (by keskiverto)
While Loop problem
 
So I'm trying to make this program loop that the initial total number of cars is 0, and the number o...
[2 replies] Last: that was actually a mistake it should've been 100*. I understand the c... (by umraugh)
trouble with else-if statement
 
When I execute the code below, it will execute which ever option you enter once. It will ask for ano...
[1 reply] : (option =! 5) // is same as ( option = ! 5 ) // is same as ( option =... (by keskiverto)
How to iterate through a list within an object
 
I am having trouble trying to write a function that takes in an object, and iterates through the lis...
[5 replies] Last: I was forgetting the :: in there, whoops. After adding that and #incl... (by mlaspina519)
October 2016 Pages: 1... 2425262728... 51
  Archived months: [sep2016] [nov2016]

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