Beginners - July 2015 (Page 29)

by OO7
Multiple if statements
 
Im trying to create a simple age calculator that has cout of custom messages, Im trying to use multi...
[5 replies] Last: i added 400 incase someone wanted to be silly. I guessed that. But w... (by andywestken)
heloo (1,2)
 
Heloo I have a problem i have two input files file1.txt and file2.txt and I need In an outputfil...
[34 replies] Last: anybody help me (by mariuss)
by KMagic
Not enough disk space to install
 
My F: drive has 30 Gb left. Why does it say: You may need to free up disk space to install. Her...
[5 replies] Last: @MiiNiPaa: You can see the install button not ready to be clicked. @A... (by KMagic)
class inheritance
 
In this problem i have to develop a program to make a class account with derived class as current ac...
[2 replies] Last: Thanku sir.It solved my problem :) (by samarth123)
Opinions on best IntelliSense IDE/Complier
 
I currently am using Microsoft Visual C++ Express. I'm a hobbyist programmer, so it meets my needs ...
[1 reply] : Well, there's only one IDE that has IntelliSense, and that's Visual St... (by helios)
by Filorn
string copying
 
After writing the string the program crashes :( #include<stdio.h> #include<string.h> char s1...
[4 replies] Last: windows says that my program has finished to work (by Filorn)
Difference between References and Pointers?
 
The code below does exactly the same thing. Which is better to use in terms of optimization? In wh...
[3 replies] Last: The code below does exactly the same thing. Which is better to use in... (by MiiNiPaa)
Complex number problem
 
My complex class read only Real, and Imag is 0 after build and run Z1 should be equal -> 0.209+0.1...
[2 replies] Last: Thanks for your answer. It was very helpful :) (by tommyldo)
Placing Code in Different Files
 
Hello! I am currently learning how to place code in different files but for whatever reason it says ...
[1 reply] : Use #ifndef instead of #ifdef . (by Peter87)
Strings
 
When I run my code with the input "<b>this should be bold</b>asdf<head>inception of<head>this should...
[2 replies] Last: @cire Ahhhhh. Thank you for your help! Best regards, Jae Kim (by jhykima)
Program stops when I choose different directions
 
Why does my program stop when I switch directions (like "right" to "left", or "down" to "up"), but i...
[3 replies] Last: Your program is essentually: while(M == "left") { //Handle movin... (by MiiNiPaa)
Factorial and Decimal to binary help!!
 
Hi guys, I'm finishing up with my final assignment but seem to have gotten stuck on the last 3 funct...
[no replies]
Sorting unordered map by its value
 
How to sort unordered map by its values.I have tried by using sort function with help of lambda func...
[3 replies] Last: Get a sorted (on mapped_type) snapshot view of an associative containe... (by JLBorges)
Check if windows internet is online
 
Hello, I have some problem to check if internet is online. Edit // this code works #include #inc...
[no replies]
Code Clean up help!
 
I was wondering if someone was willing to clean up my code, I want to take in as much criticism or a...
[9 replies] Last: #include <iostream> #include <string> using namespace std; int main(... (by closed account 48T7M4Gy)
Strings
 
How come start_head and end_head is not storing the index of the first occurrence of <head> and </he...
[3 replies] Last: sigh... Thank you guys... (by jhykima)
while loop issue
 
Why didn't this work? It leaves me stuck in the loop. Can't I use or || in a while loop? whi...
[11 replies] Last: Yeah that's confusing to me. Thanks for posting. (by jsonlickliter)
Strings!!!
 
I just finished writing a simple program that outputs to the user the symbols used in a sentence. If...
[3 replies] Last: @gamer2015 Thank you so much for your response. I will definitely sta... (by jhykima)
Reverse file
 
I am trying to display contents of a file backwards. However once I get to vector <string> :: rever...
[1 reply] : void readFile( const string fileName, vector<string> data ); What is... (by keskiverto)
reading .txt file into array of nested structs
 
Hey guys, I don't do a lot of C++ programming so this is starting to drive me a little crazy. so...
[3 replies] Last: while(true) facepalm(); ??? (by andywestken)
July 2015 Pages: 1... 2728293031... 33
  Archived months: [jun2015] [aug2015]

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