[try Beta version]
Not logged in

Beginners - April 2017 (Page 12)

by Angel1
garbage numbers problem
 
hi guys , i have a problem with my code which when i print my random numbers , at the end it prints ...
Apr 20, 2017 at 11:39pm
[3 replies] Last: Thank you guys , but I found the problem which I Changed function cal... (by Angel1)
Program using data file
 
My program is not showing what i want it to. In the data file the numbers printed were 1 1 2 2 3...
Apr 20, 2017 at 7:23pm
[5 replies] Last: I tested the code on a Linux system and I don't have access to Visual ... (by wildblue)
How to read exactly 1 byte from std::istream
 
Hi, I have this std::istream and I have to read exactly X bytes of data from it. I was thinking t...
Apr 20, 2017 at 7:22pm
[3 replies] Last: Thanks for the answers guys. I'm trying to implement HTTP client and w... (by etrusks)
by Meden
Sorting large txt file
 
I am trying to sort a txt file which is about 180MB with 8.6 million lines of data. The file contai...
Apr 20, 2017 at 7:03pm
[9 replies] Last: Modifying get_selected_lines worked. Thanks. I have a lot to learn. ... (by Meden)
Binary Search Tree Function Help
 
I'm trying to write a code for a binary search tree and I currently have it written to traverse when...
Apr 20, 2017 at 7:03pm
[2 replies] Last: line 45 - I think you want to update the Root pointer that's defined o... (by wildblue)
Parallel Vectors and Text Files
 
Not sure how to put the specific calculations using the numbers from the text file #include <ios...
Apr 20, 2017 at 7:00pm
[8 replies] Last: Hello ohsimplyme, I came across a question that might be a problem. I... (by Handy Andy)
by tfrare
Average Grade Calculator
 
I have a project due The University needs to keep a record of the student grades. This module must...
Apr 20, 2017 at 6:47pm
[1 reply] : Hopefully, the link below can give you some pointers on how to post a ... (by chicofeo)
Reversing a vector with a iterator
 
I'm having trouble reversing my vector with iterators. I think the issue might be with me decrementi...
Apr 20, 2017 at 6:26pm
[4 replies] Last: Is there a reason you're not using std::reverse? Have you looked at th... (by jlb)
Swap of elements in bidirectional list.
 
Guys i have to swap the 2nd element and max.I did it,but the code is too big,i need ur help with fun...
Apr 20, 2017 at 6:21pm
[no replies]
Swap pointers in list
 
Hello, I have a problem. I have list and I would like swap pointers. How to do? The A pointer is hea...
Apr 20, 2017 at 6:14pm
[no replies]
Input
 
This is going to be a very easy fix most likely, but I have been trying to program a simple program ...
Apr 20, 2017 at 3:45pm
[2 replies] Last: Thanks so much! I can't believe I forgot the namespace, I just have so... (by alextexasfan12)
Error in Main Function
 
For my code, I have an error in line 33 and i'm not sure why, can anyone point out what's wrong? ...
Apr 20, 2017 at 2:04pm
[2 replies] Last: Thank you! (by TommyGun4)
multiple .cpp programs, can individual .cpp return a value of 0 or 1 for future use?
 
Hi, I have been googling/etc. for hours and I kept coming to these forums so I thought to post my...
Apr 20, 2017 at 1:26pm
[11 replies] Last: Hi Jmuzsik there are plenty of good materials around, here you can fi... (by xxvms)
Parking ticket cycle between headers
 
Hello and thank you there seems to be a problem with the code below, when i go and compile the progr...
Apr 20, 2017 at 1:13pm
[6 replies] Last: still getting stuff like "'carMake' was not declared in the scope" fo... (by keineahnung)
class inheritence putting 2 objects same class into the first class
 
i call a obj and receiving 3 values. puts it into the class then i take another 3 values receiving 3...
Apr 20, 2017 at 1:00pm
[1 reply] : SOLVED SOLVED #include <iostream> using namespace std; //clas... (by seungyeon)
How to validate the input?
 
I need help declaring an array to get my customer bundles to display 10 different customer bundles u...
Apr 20, 2017 at 12:56pm
[8 replies] Last: You could validate the input right after it's entered in the for loop.... (by wildblue)
class istream help me understand this
 
#include <iostream> #include <stdlib.h> using namespace std; //Class definition class Complex { ...
Apr 20, 2017 at 12:45pm
[2 replies] Last: operator >> allows users to into cin >> objects talking only about ci... (by seungyeon)
GCC 6.2.0 Cant download it
 
Hi guys, i wanna do an lynda C++ basic tutoarial, at beginning it says that i need to download the l...
Apr 20, 2017 at 12:03pm
[9 replies] Last: Cygwin is a little more, it can be rigged with your path to work in a ... (by jonnin)
Memory safety
 
I am leaning c++ programming, i have experience programming in high level languages (JavaScript, php...
Apr 20, 2017 at 11:36am
[7 replies] Last: Ill be the one to say it, also: all that checking and babysitting of t... (by jonnin)
WORD DETECT (WINDOWS FORM) C++
 
((WINDOWS APPLICATION DORM)) MAKES A EVENT WHEN A WORD OR WORD PHASE IS DETECTED IN WEB BROWSER ...
Apr 20, 2017 at 10:36am
[1 reply] : The WebBrowser control doesn't fire an event when you select text. One... (by Thomas1965)
April 2017 Pages: 1... 1011121314... 34
  Archived months: [mar2017] [may2017]

This is an archived page. To post a new message, go to the current page.
Registered users can post in this forum.