by shrayder
Sorting a vector list (need idea)
|
|
[3 replies] Last: As soon as you have it sorted(std::sort()), it will look like: Ale... (by bigorenski)
|
by hero7k
need help
|
|
[3 replies] Last: Put the entire code between one sigle code tag. Code tag is in the bo... (by bigorenski)
|
by CMonkey
C-String Help
|
|
[4 replies] Last: Thank you both! I got it:) (by CMonkey)
|
by bbbeee
First time writing loops...
|
|
[4 replies] Last: Thank you so much! That's what I was thinking, too re: the while loop.... (by bbbeee)
|
by lloyd2031992
Having Diffculty with my emirp code
|
|
[2 replies] Last: The numbers generated are not all prime. Cause you are testing it wit... (by bigorenski)
|
by Powdertrail
Splitting methods and variables through a program
|
|
[no replies]
|
by SpottedFire
Source File not compiled
|
|
[4 replies] Last: DevC++ has several problems running on Windows 7 and newer. (by bigorenski)
|
by raminlich
problem in cout array
|
|
[1 reply] : Check the value of m after line 10. (by wildblue)
|
by TveryO
BASIC CLASS
|
|
[8 replies] Last: Ok. Send it. (by bigorenski)
|
by michaellee95
error with cin with char variable
|
|
[3 replies] Last: Also, you should use the OR (||) operator: 'n','N','y','Y' are all... (by wildblue)
|
by hinesro
C - Problem passing array as pointer
|
|
[4 replies] Last: I see. Thanks, I think some of my confusion is because this started as... (by hinesro)
|
by h4ever
Here to compile boost library with bjam.exe
|
|
[5 replies] Last: If you need to rename anything, you're doing something wrong. The easi... (by helios)
|
by CDavis
Poker game help
|
|
[4 replies] Last: We have not learned structures yet and the purpose of the deck is so... (by CDavis)
|
by EnimA
Polynomial Program Help
|
|
[1 reply] : You need a runtime-sized array to store a variable amount of input dat... (by maeriden)
|
by SpottedFire
Build Error: Error 1
|
|
[4 replies] Last: Oh! Okay. It seems to be working. Thank you so much! (by SpottedFire)
|
by turtlesavage
Including a main.h
|
|
[2 replies] Last: Both iostream and string are header files . If you write a main... (by keskiverto)
|
by NeoMorpheus
What are some good books on Network/Socket Programming in C++ ?
|
|
[2 replies] Last: I have heard about this book. But isn't it for C ? (by NeoMorpheus)
|
by xenovia12
function
|
|
[1 reply] : Yes you can. The parameters for the function subtraction and the param... (by darkn3ss)
|
by jrossar
Complete Random Function
|
|
[7 replies] Last: You include of "Color.h" was skipped because it was placed before the ... (by TwilightSpectre)
|
by bigorenski
vector of custom type
|
|
[4 replies] Last: Thank you NT3. I was dealing with the data in the wrong way. (by bigorenski)
|