by Bernie Allen
Random Generator Game.
|
|
[2 replies] Last: Replace "cin.ignore()" with a "cin.sync()" it's more appropriate for w... (by Computergeek01)
|
by omegapatten
Accessing multiple indexes of an array
|
|
[6 replies] Last: You can't quite do it in one line, but you probably could in less then... (by Computergeek01)
|
by allathlete5
Question about Using Function to Make File Input
|
|
[5 replies] Last: All Main would do is call Function 1 and return 0; to the OS. Funct... (by Computergeek01)
|
by camoflauge
I am clueless
|
|
[12 replies] Last: Done. Edited to add: Maybe I just missed reading it, but I re-read th... (by Chevytuff19)
|
by flclempire
template specialization question
|
|
[7 replies] Last: Yeah thats what I was kind of figuring, I'd have to ditch the speciali... (by flclempire)
|
by oxxxis
Please help with strings
|
|
[4 replies] Last: Use #include <string> so: std::string input; std::cin >> inpu... (by GodPyro)
|
by tota90
Debug assertion failed!
|
|
[5 replies] Last: finally i knew my fault...... ooooooooooh it is a very stupid error my... (by tota90)
|
by TheNoobie
My First Program
|
|
[15 replies] Last: Well if that is the problem. Then find the difference between the curr... (by GodPyro)
|
by willz
Problem with Linker Subsystem Settings...
|
|
[2 replies] Last: Wow forgot the simplest of things. Finals Week XD (by willz)
|
by inzombiak
Sorting an array based on a different arrays values
|
|
[7 replies] Last: Thank you so much for the help (by inzombiak)
|
by AliRiaz
remove first character from string
|
|
[2 replies] Last: i didn't get what are you saying can you explain me (by AliRiaz)
|
by dAND3h
Building a release version
|
|
[1 reply] : Ok nevermind, I managed to do it. But I have a weird problem. I used ... (by dAND3h)
|
by nrshoukhin
I want to show how many lines in afile
|
|
[1 reply] : Well you could just open the file and read it line by line with getlin... (by anonymous23323124)
|
by nanochan1
C++ array to calculate height, level and depth of the root of the heap
|
|
[5 replies] Last: Oh. So you've flattened your heap into an array? If the height of a c... (by hamsterman)
|
Need the program to run twice |
|
[2 replies] Last: Thanks a lot. Worked perfectly. Seems so obvious once you see it. (by Axl Van Damme)
|
by bigfisherman
no matching function error
|
|
[1 reply] : The function std::ifstream::getline expects two arguments. The first... (by anonymous23323124)
|
by bigfisherman
cannot read certain lines of a file with getline
|
|
[1 reply] : Try to replace: ifile >> label .name; With: cin >> label .name; S... (by Khaltazar)
|
by metl wolf
>TO ALL PEOPLE NEW TO FORUMS<
|
|
[2 replies] Last: aka - p*ssing into the wind (by guestgulkan)
|
by tazer87
Airplane Party program
|
|
[no replies]
|
VSC++ help |
|
[9 replies] Last: Problem Solved. (by GhostRayneShadow)
|