by tomplusplus
Simple program not working
|
|
[3 replies] Last: sorry for being a bit lazy when posting this! should of checked the co... (by tomplusplus)
|
by Alpharius120
? Following Comparison Operand
|
|
[2 replies] Last: Fantastic, thank you! (by Alpharius120)
|
by kevindav1
Beginner Error C1083 Help please
|
|
[9 replies] Last: It looks as though Visual Studio is not configured correctly. As to th... (by Chervil)
|
by danicpp
passing unions to functions
|
|
[1 reply] : Yes. Union has typename just like a class. Pass with same syntax. (by keskiverto)
|
by fitipaldi
throwing exception in operator new function
|
|
[4 replies] Last: class A { static const size_t Alimit = 10; static size_t Acount; ... (by keskiverto)
|
by TheBasix
Convert mathematical operations from string to integer?
|
|
[3 replies] Last: But how do I take each number from that string? Either use stringstre... (by MiiNiPaa)
|
by nicodasiko
String Library Functions
|
|
[2 replies] Last: i was wondering if you these functions only work on null-terminated st... (by nicodasiko)
|
by JasonMcG
Binary to decimal
|
|
[2 replies] Last: Thanks (by JasonMcG)
|
by Andresest
HELP!! Adding multiple arrays into a variable
|
|
[2 replies] Last: int foo ; int bar ; foo = bar ; // ERROR 1. Both arrays have 7 ele... (by keskiverto)
|
by owemeacent
Structs???? Malloc??? Pointers to Malloc and Structs??
|
|
[5 replies] Last: My general philosophy is that if you are manually deleting, you are do... (by Disch)
|
by Ortndal
Seeking explanation re: trailing &'s and *'s
|
|
[12 replies] Last: Dear Plussers - Thanks for all the thoughtful replies and insight giv... (by Ortndal)
|
by vicalroma
linked list and classes.... whaaaat??!!
|
|
[3 replies] Last: Thanks for the response yeah the problem was there. I had posID = ''... (by vicalroma)
|
by Somniad
C++ program using SDL freezes after being moved to a new computer
|
|
[4 replies] Last: Hey...uh, well, I just got my new computer, brand new, and I don't kno... (by Somniad)
|
by serrld113
adding all values inside for loop
|
|
[2 replies] Last: hey thanks for your help! (by serrld113)
|
by CDavis
Array with dice
|
|
[1 reply] : See comments in code: for (i = 0; i < ROLLS; i++) { for (i = 0; i <... (by norm b)
|
by lovesoi
printing a pointer to function & changing return value of the function
|
|
[7 replies] Last: Yes this perfectly is what i want. The only main difference of your co... (by lovesoi)
|
by turtlesavage
Please help debug simple tutorial code
|
|
[4 replies] Last: Thanks! Perfect (by turtlesavage)
|
by DEnumber50
Median calculation
|
|
[2 replies] Last: One advice to improve your way of working: use a good IDE (for example... (by closed account jvqpDjzh)
|
by mlhazan
Need some suggestions
|
|
[2 replies] Last: thanks for your suggestions (by mlhazan)
|
by Auroch
Methods in Class
|
|
[1 reply] : ls.p1 = ls.p1 + dist ; ls.p2 = ls.p2 + dist; you are adding... (by closed account jvqpDjzh)
|