
please wait
by Moobman
Wide strings and normal strings
|
I need some help regarding wide strings. I already have a working program for searching normal strings in a user-mode process that is specified (grabbing proces... |
May 1, 2018 at 10:22pm
[1 reply] : I tried some stuff, removing one error after the other and achieved a ... (by Moobman)
|
by Lindsey2525
Totaling
|
Would appreciate help understanding how to get team totals from a function so that I may determine the winning team in a walking challenge. I created a fil... |
May 1, 2018 at 7:59pm
[2 replies] Last: Works like a charm. Thanks! (by Lindsey2525)
|
by Leedah8
Sorting cards with text descriptions (1,2)
|
I'm trying to create a function that will sort out a list of cards, but with text descriptions. I have numerical descriptions, but am having a hard time transla... |
May 1, 2018 at 7:22pm
[36 replies] Last: Thank you very much! I was going to ask you what lines 99-102 were doi... (by Leedah8)
|
by itfreakas
Recursion
|
Hello everyone! Here I have a code which should take an input from a file input.txt, for example an integer like 123456 and then using this recursion it should ... |
May 1, 2018 at 7:18pm
[3 replies] Last: Thank You! (by itfreakas)
|
by pinceminga
Début
|
Cc, ca compile pas ce code, pq cout << "Hello world" << end |
May 1, 2018 at 7:01pm
[2 replies] Last: #include <iostream> using namespace std; int main() { cout << "... (by tpb)
|
by jpoindexter
PLEASE HELP ME!!! need direction on how to start
|
You must create a program that produces a word search puzzle. A class (name it Search) must be used for the assignment. You are to ask the user for a list o... |
May 1, 2018 at 6:16pm
[2 replies] Last: There's nothing about forcing words to intersect, so just generate the... (by icy1)
|
Logic Error? Swapping First And Last Elements and so on.... |
So It's 20 days in my C++ class and I have been getting along pretty fast so my teacher decided kick things up a notch for me and gave me 10 questions,5 for 2-D... |
May 1, 2018 at 5:22pm
[8 replies] Last: Oh God Guys! The Amount of knowledge or things I got cleared up with h... (by akshatmahajan3112)
|
by fivestar
Delelte Nodes
|
When i call my delete node function with input 1, it should delete the #1 in the linked list. Instead it skips over 1 and deletes 2. #include <iostream> ... |
May 1, 2018 at 4:52pm
[3 replies] Last: @fivestar -- Node should be something fairly simple; just a tiny struc... (by icy1)
|
by ad4ms3
(rand() % 100 + 1)
|
"(rand() % 100 + 1)" - why does it give random number < 100? I started to learn c++ couple of weeks ago in my spare time. Most of codes and tutorials I do undes... |
May 1, 2018 at 4:16pm
[3 replies] Last: while you are learning, look at replacing rand (a bit of a relic from ... (by jonnin)
|
by WalterCC
Which one is Curent and Previous number ?
|
Hello Hello ! Help me with this please, is a noob thing: I am working on a function which return 1(true) if a int number is in ascending order. For exemple: ... |
May 1, 2018 at 3:23pm
[7 replies] Last: thanks a lot man...Wish you best. I start doing this for serious...til... (by WalterCC)
|
by waschbaer
Can std::promise have multiple values?
|
Is the following code available? I.e. is that possible that I pass multiple values into the channel between std::promise and the associated std::future? If only... |
May 1, 2018 at 2:33pm
[2 replies] Last: std::pair<int,int> will probably be enough (by icy1)
|
by mrphilipp7
reading from a .txt
|
I am trying to read from 3 separate lines in a text file but it won't assign the each line to string1, string2, string3. #include "stdafx.h" #include ... |
May 1, 2018 at 2:01pm
[10 replies] Last: Sounds like your file is not being opened correctly. You should alway... (by Ganado)
|
by jackyzero
guys , pls help me , error : "else" without previous "if"
|
guys pls help me , i just a beginner of C++ . This below C++ is writen by me , when i run it , the error : "else" without previous "if" appeared . what point i ... |
May 1, 2018 at 12:40pm
[3 replies] Last: Dont put semicolon ";" on <if( f < 0)> You put it with semicolon";"..... (by WalterCC)
|
by flexy
cryptogear encryption algorithm
|
hey, im very new to c++ and i keep getting errors when i try to run this code in visual c++ , im also unsure if it should be a win console application or a win ... |
May 1, 2018 at 11:29am
[3 replies] Last: thanks alot guys it was the header youre right :) thanks i appreciate ... (by flexy)
|
by poohbear
class and objects pls help
|
i have to use class and objects for this code and its not working . can someone pls help #include <iomanip> #include <iostream> #include <cstring> #i... |
May 1, 2018 at 10:52am
[1 reply] : You should look in your textbook and learn about they syntax of classe... (by Thomas1965)
|
by enrikm84
Palindrome
|
Write your question here. I need to write a program that will read some unknown content from a file. The program is supposed to read and output whether the lin... |
May 1, 2018 at 10:13am
[10 replies] Last: I would like to thank you all for the help. Here was my final code: ... (by enrikm84)
|
by LmaverickD
Displaying the first 10 words from txt file
|
I need to make a program that can read the first 10 line of words from a txt file. So far I have this code but still won't read the file properly. Also, I pau... |
May 1, 2018 at 9:58am
[3 replies] Last: Hello luiz5z, Either from the keyboard when the file name is entered ... (by Handy Andy)
|
by adlice8700
i have to build a program to cacluate the weighted percent.
|
when ever the code is compiled it is giving the output to be 0. #include<iostream> using namespace std; int main() { //intillization of the mark... |
May 1, 2018 at 9:54am
[1 reply] : You have a problem with integer division. If you divide two integers ... (by lastchance)
|
by lm34
Password verification help.
|
May 1, 2018 at 7:38am
[1 reply] : You never change hasLower, hasUpper, hasDigit and specialChar inside t... (by Peter87)
|
by Glaucous
Add extra value into vector element
|
Using findNonZero, I stored all the relevant (int) pixels coordinates [x,y] in std::vector<Point>. So there is a [x,y] for each elements in vector. Now that I... |
May 1, 2018 at 7:07am
[18 replies] Last: Let’s say I have 1000 image, then I will also create 1000 class ? ... (by Thomas1965)
|