General C++ Programming (Page 53)

Battleship Project
 
qweqw
[no replies]
by ehab93
from string to a code
 
hi guys ..i wanna to know how can i get a string from the user and treat it as a c++ code ..is there...
[7 replies] Last: seems not easy as i thought ! but thanks guys for ur help (by ehab93)
by arazan
Need help with minor issues.
 
So here is my code: /* #include <iostream> #include <string> #include <vector> using namespa...
[1 reply] : When ran it outputs the correct information but it also includes the l... (by arazan)
stars doesn't space properly
 
#include "stdafx.h" #include<iostream> using namespace std; void line2(int,int,int); int main...
[6 replies] Last: MiiNipaa, I can't thank you enough!!! Sharma, Thanks, but for th... (by who cares)
Difficult Program using Functions
 
As part of a project in psychology, Ben has been administering a MBTI personality test. Now he has ...
[5 replies] Last: I don't know how she got those numbers. I sometimes wonder if she make... (by madeinsilence)
by coder1
C++ FUTURE
 
Hi, im learning c++ to participate in the olympiad, but i dont know what is the future of c++, what ...
[8 replies] Last: thank you latenwrong. (by coder1)
by xsesx
A bunch of errors. cpp & .h
 
Here are the errors I am getting... Error 1 error C2146: syntax error : missing ';' before identi...
[2 replies] Last: 1) You should include <string> in Car.h. Yes, at the moment, your so... (by MikeyBoy)
Compiles but "Stops Responding" Any safer way to use memove?
 
Hi I am relatively new to c/c++ and have created this function that takes 2 char arrays and compares...
[3 replies] Last: Doesn't matter I fixed it my sizes were wrong for the memmove((void... (by nukem266)
guiding please
 
this is whay i have so far the key is to write a program that test both if then else statments and s...
[1 reply] : Please do not post multiple threads. URl: http://cplusplus.com/forum/b... (by usandfriends)
Getting Data From A File and Outputting Help!
 
I am given a data file that contains sports data for 24 people. There are two rounds of the event. T...
[1 reply] : http://stackoverflow.com/questions/16065156/getting-data-from-a-file-a... (by usandfriends)
by L B
Wrapping Constructors
 
I tried this, but it generates a runtime error and I'm not sure why: #include <iostream> #include <...
[19 replies] Last: > So why is std::move an exception? It is not an exception; std::mov... (by JLBorges)
Help with a Console Battleship Game
 
Hello everyone, my professor just gave me assignment to make any boardgame we want using the console...
[2 replies] Last: http://www.cplusplus.com/reference/vector/vector/vector/ From what I ... (by Danny Toledo)
by Nonlin
Find Frequency (string into Struct Array)?
 
I'm trying to figure out the word frequency of a user inserted string. I've tried doing it via get...
[5 replies] Last: Saddly can't use sstream or any other include other than string and I'... (by Nonlin)
by fefer
input text file help needed
 
My program needs to read data from a text file. The first line of data contains correct answers for ...
[no replies]
STL regex to match multiple substrings
 
Hi, I am using the (fairly) new STL implementation, which I just became aware of, of regexes. Seems ...
[2 replies] Last: Ok,that should work! Thanks! :) (by hansaaa)
by wk0109
how to search second record from text file
 
#include <iostream> #include <fstream> #include <string> using namespace std; int main () { strin...
[no replies]
error in test.cpp file
 
helo all i implemented a header file for doing the fixedpoint arthimethic operations, which is shown...
[14 replies] Last: In (( fixed_ / (divisor.fixed_ & (power2<F>::value-1)) )<< F ) W... (by JLBorges)
help with arrays / substrings?
 
i'm working on a project for school where i have a file in the format: string double,double,double,d...
[10 replies] Last: thanks for this useful information.... i need this type of help.... (by Beverlycen)
Need Help IN C++
 
Hello Guys Im 14 and i really want to learn C++ Programing as part of my future job And I was wonder...
[13 replies] Last: Well im in central time so im in school from 7:30am to 3:35pm i don't ... (by Dirtymonkeysk8r)
map, begin() method example
 
In this article, http://www.cplusplus.com/reference/map/map/begin/ the iterator returned by st...
[2 replies] Last: the iterator returned by std::map::begin() is beeing incremented befo... (by MikeyBoy)
Pages: 1... 5152535455... 83
  Archived months: [mar2013]

Cannot post in this page. To post a new message, go to the first page.