General C++ Programming - May 2019 (Page 5)

Vector of user-defined types
 
I'm fairly new to C++ and I'm currently in the process of learning it. I'm writing a text adventure ...
[6 replies] Last: Thank you, everyone, for all your help! (by closed account S1URSL3A)
I need to do a c++ program fo school
 
It is intended that it builds a program that allows the management of reservations of a show room w...
[3 replies] Last: It looks like this is mostly using C strings. I'll assume that's requ... (by dhayden)
Will the outcomes be corresponding in this random behaviour tree?
 
Hello, Here are the key parts of two behaviour tree with random outcomes. Not seen in the code i sh...
[3 replies] Last: found a way const char *activities = { "Pencil and paper HMS1.pn... (by closed account 367kGNh0)
C++ number genarator
 
Trying to create a simple battle menu game with a random number genarator from 1-10 for the extra hi...
[4 replies] Last: Thank you for the help! (by BattleCrazy99)
by Ryan15
Guessing number project.
 
The project works fine with small increment but it exits immediately when guessing from 45 to a larg...
[1 reply] : Your code has a logical error in it. If the number input is ever less... (by Repeater)
by montra
many infinit loop
 
I want to have three infinit loop in my program (c++ lang) . is it possible or impossible ??? I use ...
[11 replies] Last: Solve it . Thank you for all . Have good time (by montra)
Python Exception <class 'ValueError'>
 
When I run my program, I get a segmentation fault. When I run the gdb debugger, it gives me this err...
[8 replies] Last: Thank you @coder777. One of the errors that drives me the craziest is ... (by vaderboi)
Conversion table with menu and sub menu
 
I'm having trouble making this work. I'm taking a class and I don't get how to do this. I've done th...
[19 replies] Last: @devinEleven This slight change in mainMenu(), will ask user if they ... (by whitenite1)
by aka13
error C2146: syntax error : missing ';' before identifier 'DesFireCard_Authenticate'
 
hello , please can you help me to resolve this problem : c:\users\pc\downloads\sdk-k531\grfid\sdk-k...
[4 replies] Last: same errors (by aka13)
by dubsdj
confused why the sqlite step does not execute
 
Can anyone help, I am trying to execute a statement in the function completeChallenge however for so...
[1 reply] : I figured it out. I hadn't closed the existing connection before tryin... (by dubsdj)
by montra
Control Hardware
 
hi every user I want to control hardware port in C++ . For more explain: program first detect and id...
[6 replies] Last: Send my plan to pv with topic (Feed back for you answer) (by montra)
by montra
require process
 
Hi I want programming require process. First check specific process is run or no then run code ; f...
[2 replies] Last: Good answer . thank you very much (by montra)
C++ Maze
 
hello so i am trying to do this Please HELP!!!!! ---------------------------------- There are...
[1 reply] : No one has answered in part because what you are doing seems a little ... (by Duthomhas)
by hewell
Hybrid password
 
Hello guys password in my code must escape the hacker.I tried to do something with swap but I couldn...
[2 replies] Last: the letters will escape to the farthest values ​​with ascii code.... (by hewell)
.
 
...
[8 replies] Last: Who on earth could have predicted that would happen? Well, I did not ... (by MikeStgt)
File Handling
 
Hello i needed help regarding to file handling.. Is there any method that i could overwrite the f...
[1 reply] : if its just text, ifstream infile("name"); ofstream outfile("otherna... (by jonnin)
Visual studio Error help
 
On visual studio, I keep on getting a error for the "void convert" part of my code, i have changed i...
[4 replies] Last: BattleCrazy, in case you missed the detail from previous posts, after ... (by Niccolo)
by a10e29
header guards and #pragma once
 
hi, Is it necessary to use both header guards and #pragma once sometimes? I ask because I now have ...
[5 replies] Last: You've also discovered why #pragma once was "invented" (by Niccolo)
i have little problem with gauss elemination and vector:
 
Hello, I have a little problem with the Gauss elimination: this is my main.cpp file where i was t...
[2 replies] Last: ok (by zaahm18)
XML parser
 
Hello!I have been given the task to implement an XML parser from an .xml file using only object-ori...
[6 replies] Last: I think you should FOR THE TIME BEING ignore the id field. To get sta... (by doug4)
May 2019 Pages: 1... 34567
  Archived months: [apr2019] [jun2019]

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