by firstTym
problem with code for assigning flight seats
|
|
[5 replies] Last: Hi, Alright, I've spent A LOT of work on making your code compile and... (by closed account o3hC5Di1)
|
by FzzPoofy
Setting pointers to NULL for 4D array
|
|
[3 replies] Last: double (*kse)[nIStats+1][nDofs-nDim+1][nDim+1] = NULL; (by vlad from moscow)
|
by mrexp21
Help me with c++ control technique function....
|
|
[1 reply] : I think by control techniques they mean make sure that stuff like Ta... (by closed account o3hC5Di1)
|
by kingsamuraix
need help
|
|
[1 reply] : Hey there, Could you do following things first please: 1. changed [e... (by closed account o3hC5Di1)
|
by sayswho
struct in functions
|
|
[6 replies] Last: Hi there, You can make it a bit shorter by using parenthesis for grou... (by closed account o3hC5Di1)
|
by B031110034
can anyone help me to solve this problems??
|
|
[2 replies] Last: is that one i bold.. (by B031110034)
|
Graphics - Random Pixels/Shapes?! |
|
[2 replies] Last: Okay, I've made a slightly improved version: //Library Section #inclu... (by ProgramminNewby)
|
by solo2wolf
How to convert an int to a string?
|
|
[9 replies] Last: The most funny that the MS VC++ 2010 contains a bug and if you will us... (by vlad from moscow)
|
by russd772
having a hard time retaining any info
|
|
[5 replies] Last: http://www.youtube.com/watch?v=tyVhn0FWWB4 bin the book and enjoy. (by Zephilinox)
|
by snesnerd
Programming average
|
|
[7 replies] Last: if you enter 2 numbers in a cin input, seperated by a space, only the ... (by Zephilinox)
|
by dorias
question regard 2d array
|
|
[4 replies] Last: Thank you very much!!!! you helped me a lot. (by dorias)
|
by blender
noob coding on minor hangman game issues?
|
|
[2 replies] Last: got it! thank you so much, I know this is cheesy, but it was mostly ... (by blender)
|
by solo2wolf
How to show base for 8 bit hex number
|
|
[2 replies] Last: #include <sstream> #include <string> unsigned int hex_string_to_uint... (by JLBorges)
|
by zarkon123
Weird bug I cannot catch..
|
|
[4 replies] Last: Zarkon, ignore this. Dynamic memory allocation is an invaluable featu... (by Catfish2)
|
by DarkPalady0
Problem with overloading operators == and <<
|
|
[3 replies] Last: Don't use std::operator in your declaration, it's just operator. Also,... (by BlackSheep)
|
by newbieg
How to Use Drag and Drop
|
|
[5 replies] Last: Hi there, Code seems to come from this thread: http://www.cplusplus.c... (by closed account o3hC5Di1)
|
by LeonD
[Edited]Why Doesn't this Work?
|
|
[3 replies] Last: Thank you coder777 for clarifying it! Much appreciated :) (by LeonD)
|
Is it ok to use lots of goto statements? |
|
[12 replies] Last: I had this teacher who uses several gotos in his/her program Be caref... (by coder777)
|
by Oskar Liblik
Number seperator
|
|
[1 reply] : Hi there, Unless I'm mistaken, having a space in there makes your var... (by closed account o3hC5Di1)
|
by TannerWhale
How to display if user is correct or close to combination?
|
|
[3 replies] Last: Hi there, Getting there, very good attempt, here's some corrections: ... (by closed account o3hC5Di1)
|