by Pebble
Vector pointer.
|
|
[5 replies] Last: Thank's L B, Sorted. Is there any way i can improve my program? Only... (by Pebble)
|
Drawing A Box |
|
[no replies]
|
by ihato
Converting a binary input to long integers
|
|
[no replies]
|
by kiste5
need help with hw
|
|
[10 replies] Last: I'm sorry i told you wrong where you have while (n!=2) change the ... (by supperpiccle)
|
by xii
Line keeps disapearing
|
|
[1 reply] : Output looks like: Food Description Calories ... (by xii)
|
by Minimacfox
Slot Machine (Jumping into c++)
|
|
[2 replies] Last: Yeah, it's a good book hehe ^^. Anyways thanks, it worked! When I tr... (by Minimacfox)
|
Error: expected unqualified-id message |
|
[1 reply] : Normally that error means you have << going the wrong way: std::cout ... (by Pickle Gunner)
|
Can someone please explain looping to me? |
|
[4 replies] Last: Thanks guys I appreciate it. (by closed account 4wRjE3v7)
|
by xCV5211x
Printing n rows of digits (nested loops)
|
|
[3 replies] Last: I'm working on the same problem, but I'm absolutely stumped as to wher... (by Gap87)
|
by ihato
How to declare a string outside the function but define it's size inside?
|
|
[1 reply] : you can do it c-style: extern S (by closed account Dy7SLyTq)
|
by barqcider
doing loops with Ifs..can't figure out why it wont add them up
|
|
[3 replies] Last: first on lines 2 and 3 remove the .h and put a c in front of the the h... (by closed account Dy7SLyTq)
|
by FaffyWaffle
Time Intervals
|
|
[9 replies] Last: yes I do. why would you need it if i may ask? (by mirec)
|
by mandrewb
BST implementation help
|
|
[5 replies] Last: I think you have a design flaw. If insert can only be called with a va... (by LB)
|
by bruntmjust
Help with strings...
|
|
[2 replies] Last: I understand this is not a homework site but I created this program an... (by bruntmjust)
|
by Nic Bonzani
Stuck on a class assignment
|
|
[2 replies] Last: @toum The assignment called for use of C strings - so std::string i... (by TheIdeasMan)
|
by foop
Best practice for include and using statements.
|
|
[1 reply] : > if that header file were to be reused in a different program that do... (by JLBorges)
|
by drazenmozart
pointer and struct allocation
|
|
[2 replies] Last: you 're right!!!! thanks a lot Peter! (by drazenmozart)
|
by Fransje
Run SDL application from IDE
|
|
[7 replies] Last: Misread the question sorry about that. (by closed account 3qX21hU5)
|
by Ch1156
SDL Help please
|
|
[12 replies] Last: I know how to use classes, sort of. I wouldnt say my knowledge of clas... (by Ch1156)
|
by dempsey
dll in linux?
|
|
[1 reply] : I don't think it's possible. AFAIK, a DLL is already compiled and a fo... (by ResidentBiscuit)
|