General C++ Programming - January 2017 (Page 5)

need C++ code please
 
I need the code in C++ form for this question please: You are running a camp and must decide wh...
[1 reply] : We don't do homework, ask a question! (by SamuelAdams)
Help with understanding this code?
 
Can you please help me with some code? I cant understand some part of it. < #pragma once #incl...
[1 reply] : According to the comments that come with the code, infile is read line... (by gunnerfunner)
multimap array with same elements
 
Dear experts, I have a doubt regarding mutlimap. Suppose I have filled the multimap with 5 pairs,...
[2 replies] Last: With uniform initialization using initializer lists: #include <iostr... (by gunnerfunner)
need C++ code please
 
I need the code in C++ form for this question please: Define a class called Revenue that has 2 pr...
[1 reply] : I need the code in C++ form for this question please: ... and I need... (by gunnerfunner)
Branch and Bound Algorithm for solving Assignment-problem
 
I started doing Branch and Bound Algorithm for assignment problem in C++ and i can't find the right ...
[3 replies] Last: Sure, please do that and also the full description of the problem (by gunnerfunner)
splitting a string sentence into an array of strings
 
What would be the easiest way, if someone were to type a sentence of words into an input, to put tha...
[1 reply] : I wouldn't use an array since you don't know how many words a sentence... (by Thomas1965)
Arrays
 
Hi there, I have been trying to create a program which prints the elements of an array in combina...
[5 replies] Last: Thank you both for the replies. Yeah, you re right. In fact I am looki... (by GeorgStud)
c++ program is not working
 
Write your question here. I don't know what is wrong with my code. Can you guys help me please? ...
[5 replies] Last: As alonso12 stated, you can name name a function and a variable by the... (by BrewGoggles)
C/C++ linkage code error
 
Ther are two Header file IMG_fnconst.h & TAL_Messages.H included in source file IMG_FileNet.C Par...
[1 reply] : Instead of trying to silence your compiler you really should fix your ... (by jlb)
by user42
Help with strings,functions
 
hi, I am supposed to write a program that creates an array of strings called text, and a two-dimensi...
[6 replies] Last: Sorry, to me that's crossing the line between helping you and doing th... (by dhayden)
Feedback on keylogger program?
 
Hi all Could I have some feedback on this keylogger program? https://raw.githubusercontent.com...
[no replies]
C++ Program Question
 
I need some help. I am trying to complete an exercise, however I am stuck. Here is the Exercise: Wri...
[3 replies] Last: Thank you so much! (by peachenajackson)
Any tips?
 
Hey, I got this task to create a menu with several options. You should be able to add a city and the...
[3 replies] Last: sir? sure? ;) (by gunnerfunner)
Why is the output 16 and not 4?
 
#include <iostream> #include <cmath> using namespace std; int multiplication(int& a); int additi...
[3 replies] Last: Incidentally, if the functions are doing one thing to one variable th... (by Chervil)
How use the function of SetCurrentConsoleFontEx ?
 
typedef struct _CONSOLE_FONT_INFOEX { ULONG cbSize; DWORD nFont; COORD dwFontSize; UINT ...
[2 replies] Last: http://www.cplusplus.com/forum/general/118967/ (by Thomas1965)
Convert Strings to Integer
 
Hello, everybody can y'all be so kind to help me with my program? I am trying to convert strings to ...
[2 replies] Last: This is the sort of thing a person just learning might have a hard tim... (by freddie1)
finding intersections in a given range ?
 
assume array of N (N<=100000) elements a1, a2, .... ,an, and you are given range in it L, R where 1<...
[2 replies] Last: let's say that f(a) gives you how many numbers in the range are divisi... (by ne555)
by dm4t
Read Numbers form text file. Help college project .
 
Hello i need help for my college project i am stack in one problem for more then a weak and i can`t ...
[8 replies] Last: Tnx to all i find my solution liek this javascript:editbox1.editTag('c... (by dm4t)
by cppppc
Generating a string from a linked list (with no duplicates) ?Help
 
Hello! I'm making a function that generates a random name (only once). The names are originally s...
[7 replies] Last: Thank you so so so so much :D you have made me one very happy person, ... (by cppppc)
The benefits and usage of all the c++ sections.
 
Hello Peoples. I want to know if anyone of you knows a good c++ book or website which tells us th...
[1 reply] : http://www.cplusplus.com/doc/ (by closed account 48T7M4Gy)
January 2017 Pages: 1... 34567... 13
  Archived months: [dec2016] [feb2017]

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