Beginners - February 2016 (Page 42)

by Sisten
Why choose the c++ language
 
Hi, why would i want to learn c++, what is it useful for? i've tried a bit, but i think the output i...
[8 replies] Last: C++ relies quite heavily on dynamic memory allocation Naive C++ (whe... (by Cubbi)
Why this simple pass/fail in exam program is giving error? (1,2)
 
I am trying to compile this program but compiler gives an error "else without a previous if". Why? ...
[21 replies] Last: That question has been answered well over a million times, type it in ... (by TarikNeaj)
text-based online RPG game
 
Sooo. Hello again. I heard that making text-based RPG games with C++ is not the best choice but stil...
[5 replies] Last: Thank you for your replies. I decided to keep it offline for start. (by BlueOctopus)
I need help. Can someone explain to me a few lines of my teacher's code?
 
Hello guys I'm a beginner in C++ and I would like to ask for some help. Can someone explain to me ...
[4 replies] Last: your teacher is a maniac Or he's trying to test to what extent his s... (by MikeyBoy)
Project ideas
 
Hello everyone. I currently work in the systems administration field (Cisco/Linux) stuff like th...
[4 replies] Last: but thats not something you cant learn as you go I agree with Tarik,... (by Jaybob66)
Memory Allocation
 
There is a lots of functions for memory allocation malloc,calloc,realloc etc. Why do we need to ...
[4 replies] Last: Thanx everyone.. And I couldnt understanding by searching from google... (by abtahi tajwar)
by nanJIL
c++ basic coding
 
Hey guys! I am basically very new to this C++. Let me just jump into my silly questions, hoping to...
[4 replies] Last: do it step by step, first: Write a complete C++ program that can rea... (by Jaybob66)
An online shopper program Problem
 
Hello, I have a problem here with this question. There are 2 parts to this question and I have solve...
[4 replies] Last: You mean the assignment [...] you're right. Thanks. (by mido70)
Disabling / enabling a default parameter
 
I just don't get it. If I declare it in the .cpp, it works. If I remove the default parameter (chang...
[3 replies] Last: overloaded can only mean one thing, there is more than one of them and... (by Jaybob66)
Can someone explain to me why should we declare "new double" ?
 
Hello guys, I'm a beginner at c++ and in a few days I have an exam but there are some things I do...
[3 replies] Last: Ok, now I get it thank you guys. (by cskarche96)
Why is the bad_alloc exception not const?
 
Is there a special reason why the std::bad_alloc exception is not a constant? from cplusplus: ...
[5 replies] Last: Note that this has nothing to do with what we discussed earlier becau... (by keanedawg)
making a rhombus with just for loop
 
I have just started programming in C++, and in our class we started with for loops today, I was just...
[2 replies] Last: have u checked the second last line ? (by Arghya139)
Callbacks
 
What is the use of callback exactly in C/C++ When I was learning API(glfw) there had been told ab...
[2 replies] Last: Thanx a lot (by abtahi tajwar)
Replace a character in a function
 
Ok so here's a question I got. I want to replace a single character in a string lets say it's '+'. T...
[2 replies] Last: // replaces the first '+' with '*' string swag = " five + five"; fo... (by Thomas1965)
How to apply what ive learned
 
I have been attempting to learn c++, but whenever i learn something it messes me up trying to apply ...
[2 replies] Last: I'm still learning, but basically here is what I'm doing. I'm writing... (by newatthis)
What does this code do?
 
I've got a teacher who... well.. He's a fun guy, but he isn't the greatest teacher in the world. He ...
[1 reply] : See https://msdn.microsoft.com/en-us/library/x6aebccc.aspx (by JLBorges)
Filling HTTP form using C++
 
How do I go about making a program that fills an HTTP form and automatically submits it? I tried goo...
[1 reply] : Very possible, I use cURL to submit forms myself. You just need to set... (by wizebin)
having trouble with a function
 
was wondering how do I output the numbers i just swapped in my function to the screen, its only outp...
[2 replies] Last: Ah i see, thanks mate (by willmannix1)
Reading a text file new line and adding a new line
 
Hello folks I am practicing some polymorphism and the goal of one of my sub-classes is to transform ...
[no replies]
I need help assigning input to each cout
 
I'm using the count to produce multiple messages "Integer #" depending what number the user inputs f...
[1 reply] : Its fairly simple. You can use an array but the array must have a cons... (by Stalker)
February 2016 Pages: 1... 4041424344... 46
  Archived months: [jan2016] [mar2016]

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