by Legendman3
expected primary-expression before "void"
|
|
[2 replies] Last: Quick and helpful. Thanks (by Legendman3)
|
by Mike200
passing an array objects to a function
|
|
[5 replies] Last: Start with checking the reference section of this site: http://cplu... (by m4ster r0shi)
|
by photoguy
Array of pointers-to-char as an argument
|
|
[2 replies] Last: Thanks! Got it working now, after correcting an additional (much simpl... (by photoguy)
|
by yotama9
using a function of a class which I'm in.
|
|
[4 replies] Last: Is there a way to pass a specific member in a class to a subclass? Tha... (by yotama9)
|
by Albionion
ordering vector
|
|
[1 reply] : Whenever you have problem with the standard library, refer to the refe... (by Athar)
|
by GMurtha
Ship placement in Battleship
|
|
[6 replies] Last: Perhaps adaptive was the wrong word. Auto-correcting maybe? I though... (by GMurtha)
|
ASCII code |
|
[1 reply] : ASCII is scheme that encodes characters, so it's nothing to do with mo... (by mtweeman)
|
by Qudjick
Hello!! I am interested in programing, basic.....
|
|
[3 replies] Last: To find out how machine works you should start from learning how digit... (by xoreaxeax)
|
by EdBoon
setting members as parameters
|
|
[3 replies] Last: You'll need a centralized class that can access most of the program's ... (by helios)
|
by ehsangha
Delete first Node !
|
|
[5 replies] Last: Hi. Thankssssssssssssssssssssssssssss (by ehsangha)
|
by winecoding
questions on a program
|
|
[4 replies] Last: [quote=sourena](ascii code 1 and 2 are not printable charracter.) Th... (by Athar)
|
Switching problems |
|
[7 replies] Last: Thank you for all the great replies and ideas. Ryan yes I am using Stu... (by strychnine213)
|
by Krisando
Confused as to fastest container form for random access
|
|
[5 replies] Last: I think you should be a little more specific regarding your requiremen... (by moorecm)
|
by Tricota
**Modify global variable from external process**
|
|
[6 replies] Last: Using boost isn't hard either and it works on many different platforms... (by Athar)
|
by Blessman11
char and string (what is exactly the difference)
|
|
[1 reply] : char is one character, like char a = 'c' , a string is either an arra... (by Skillless)
|
by gers1978
Why do I need to cast this variable?
|
|
[3 replies] Last: When the compiler sees the expression "a / b" where "a" and "b" are ex... (by jsmith)
|
by Kree
Reading numbers from file to array
|
|
[5 replies] Last: Kree, you could try using the read function, I could only get this to ... (by Moooce)
|
by stephane
cannot convert ‘std::basic_string<char, std::char_traits<char>...etc
|
|
[13 replies] Last: Thank you Duoas! and i thank all of you that answered to me! :) (by stephane)
|
by wboustany
Defining arrays globally, using them inside a function...
|
|
[6 replies] Last: Thank you skillless, I did not think of defining arrays before the int... (by wboustany)
|
Difference between cout and return!! (1,2) |
|
[20 replies] Last: The function will return a string and then within the main() function ... (by slugs)
|