General C++ Programming - October 2013 (Page 5)

witre a code that produce this output
 
the output is String 1 for this object is: String 2 for this object is: There is no permutati...
[5 replies] Last: im trying to write the code from the output (by GokuK97)
Help Please
 
Dont know how to replace each letter as s number can someone help me ... this is the question i was ...
[13 replies] Last: @scardoso You're welcome! If you consider all OK please mark this... (by condor)
ifstream & ofstream
 
1.Suppose that infile is an ifstream variable and employee.dat is a file that contains employees' in...
[1 reply] : #include <iostream> #include <fstream> using namespace std; int mai... (by AeonFlux1212)
by Juicej
Outputting by specific time
 
Hi, i'm new to C++, i was given an assignment to create a simple program for traffic control. i'm tr...
[10 replies] Last: thanks much everyone for your help (by Juicej)
by San007
sorting array C++
 
Use functional decomposition to calculate the statistic for a set of 30 data scores (integers betwee...
[2 replies] Last: Thanks for the help. instead of for loop, i do do-while loop and it wo... (by San007)
Reading variables from input.
 
https://github.com/Metalhead33/Faulty-code./blob/master/.thecode.cpp Here is the code. While rea...
[no replies]
Error C2660
 
Hey guys, I'm taking my first programming class, and we're working with sub programs. Sorry that thi...
[2 replies] Last: I see what I needed to do. I'm still kind of new with reference parame... (by Koolcowman)
fix encode
 
Can anyone please help me fix this program #include <string> #include <vector> #include <ios...
[12 replies] Last: #include <string> #include <vector> #include <iostream> using namespa... (by elhamalz)
NEED HELPim trying to compile and run but it wont let me
 
im trying to get the output as shown below after the main function but it wont let me can someo...
[8 replies] Last: @MileyBoy i need help on viewing my code and help on the output of thi... (by GokuK97)
need help with determining typeid
 
so im writing a lexer and i want to be able to pass it one of the following to the constructor: 1) ...
[1 reply] : http://www.cplusplus.com/forum/general/113904/#msg622073 (by ne555)
Creating a preorder traversal tree for xml element tags
 
Hi guys, I have a program that reads a given XML file. It parses the file and picks out the eleme...
[no replies]
by Ceset
which one
 
hi guys i currently working on my game framework which uses SDL2 and maybe i will advance it to gam...
[no replies]
by Ed96
Need help looping my switch.
 
Hi, I've been trying to make a program where you have to log in with username and password, to be ab...
[2 replies] Last: Thank you sir! (by Ed96)
Need help with my assignment
 
Here is what I have been asked to do: a)Create a Document class to load the text document in memo...
[no replies]
This one should be easy... just need help with interest formula.
 
I created the "banking program" below, I just need help calculating additional interest. Interest i...
[3 replies] Last: Can you explain what does "additionnal interest" refers too in the rea... (by AeonFlux1212)
a question and possibly found a bug
 
so im writing some code and as is my style, i put prototypes at the beginning to use functions after...
[11 replies] Last: these are the errors im getting: dtscode@dtscode-Latitude-E6410:~/De... (by closed account Dy7SLyTq)
Need help adding a linked list to the beginning of a new one
 
My objective is to: 1. Create a linked list 0-14 (done) 2. Remove the first element (done) 3. Remov...
[no replies]
C++ Web services
 
Hello, This is my first time posting in here and i hope you guys will be able to help me out. I...
[no replies]
Printing command output
 
Hello, everybody. I'm trying to print the output of a command through system() but appearantly my...
[no replies]
how can i set my c++ console window size.
 
can i make my c++ application to open in a specific sized console window. I want to open my project...
[6 replies] Last: I am not to familiar with *nix specific programming but I assume there... (by closed account 3qX21hU5)
October 2013 Pages: 1... 34567... 46
  Archived months: [sep2013] [nov2013]

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