General C++ Programming - July 2018 (Page 8)

by tpb
displaying the input
 
Don't bother helping this idiot. He just deletes his questions afterwards. Scumbag.
[3 replies] Last: Looks like the OP - or someone else - deleted all their posts, as I ju... (by MikeyBoy)
by zesan
How to delete a previous post?
 
Guys I am asked to remove a post from this forum due to data protection what I posted in January 201...
[1 reply] : There's a "contact us" link at the bottom of every page that you can u... (by helios)
Effecient Storing of Information in Files
 
I am coding a tower defense game with SFML and for the tower upgrades I think I'm going to have a bu...
[3 replies] Last: I realize it's a bit of a pointless question but anyway, I don't know ... (by dudeawsomeness1)
problem with integrate sapi in codeblocks ?
 
#include <iostream> #include <string> #include <ctime> #include <sapi.h> using namespace std; //t...
[6 replies] Last: thanks guys... i have finally known the circumstance...because the se... (by phongvants123)
C++ constants and boundaries problem. Can't exclude negative numbers.
 
This is my assignment. Phase 2: Modify your program so that, in addition to the report that the pr...
[3 replies] Last: int youngest = 0 ... if (num < youngest) youngest = num; num will nev... (by dudeawsomeness1)
Is it a good idea to code a Game Engine with C in 2018
 
Yes I know, creating a game engine with c++ for someone learning c/c++ is not the best idea but, wha...
[4 replies] Last: I will say, there are successful indy developers that work solo or in ... (by Ganado)
by jonnin
loop the menu automatically
 
the pattern for what you ask looks like this: do { get user input perform action(s) on user inp...
[4 replies] Last: Are you sure you haven't learned about functions and arrays? This is s... (by dhayden)
conversion const char* to int
 
What do you think the following line is doing? first1 == "||:::" ; What type is first1 ? What ...
[3 replies] Last: Please DON'T delete your question after you've gotten an answer. It m... (by MikeyBoy)
by Borneq
How to seek in readed streams?
 
If I read whole std::istream, I can't do seekg and read again. Are any C++ alternatives to std::ist...
[1 reply] : Call clear() once you get to the end of the stream. (by helios)
How to determine if libary C or C++
 
Hi, I am tying write a program in visual studio 2017. But sometimes c and c++ libarys get mixed and ...
[12 replies] Last: Thank you all so much (by closed account DEhqDjzh)
Already defined in login.obj
 
I am trying to create a porgram that have all the global variables in OS.h but it gives this error: ...
[4 replies] Last: If you define a global variable in a header file, it will be defined ... (by MikeyBoy)
Chef and Triangles debugging
 
I am a beginner in C++ programming language. I have written a code and i'm getting a runtime error w...
[8 replies] Last: ah, another one. I stand corrected, thanks! (by jonnin)
How to Search for a folder with std::filesystem
 
Hello I want to create a program that will search for a folder in the folder that exe is running. If...
[4 replies] Last: right, that program expects you ran it directly, not through IDE or wi... (by Cubbi)
Arrays as Parameters
 
Hi all I'm writing a program trying to learn arrays as parameters. i get the syntax error 'undefine...
[2 replies] Last: Firstly, you aren't using arrays, so the title of the thread is rather... (by lastchance)
defections and rules of word “program”
 
Oxford Dictionary: software 1 the programs and other operating information used by a computer. h...
[no replies]
Hash_map implementation
 
I need a hash_map API in which a unique number will be the key, FOUR values, a boost::gregorian_date...
[1 reply] : The stdlib's hash map container is named std::unordered_map . Map th... (by mbozzi)
by BKn
Arranging output by comparing with inputs
 
Hi guys, I am learning C++. I have two datasets like below: set1: 57.5276, 55.3756, ...
[2 replies] Last: Thanks...This works nicely (by BKn)
by ahsaas
Class and relationshio
 
Assume we need to drive a Robotic Arm that is made up of following components. 1) Arm moves in ...
[no replies]
by ahsaas
Abstract OS class
 
For an assignment I need to design NetworkConfigApplication for an embedded device using abstract th...
[no replies]
Help in c++ Program begginer
 
Hi, I'm having a problem solving this program --> ""Consider a company with two stores in relation t...
[3 replies] Last: @Unknown1234 You're very welcome. Glad it's working. I don't what yo... (by whitenite1)
July 2018 Pages: 1... 6789
  Archived months: [jun2018] [aug2018]

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