by hardyboy16jm
Pointers vs actual object
|
|
[9 replies] Last: Have a look at my post in this thread: http://www.cplusplus.com/forum... (by MikeyBoy)
|
by chilunliu
Help! SFML - writing text to screen
|
|
[7 replies] Last: Why the heck do you use 1.6? it is obselete just use 2.1 like anyone e... (by yhu420)
|
by Dougga
c++ code interperters
|
|
[7 replies] Last: is the part : id(p_id), path(p_path) some sort of in-line variable ... (by MikeyBoy)
|
by warcraftnerd
Random number arrays,order,avg,
|
|
[2 replies] Last: #include <cstdlib> //You will need this for the function rand() #in... (by Mats)
|
by fercasti
Login with txt writing/reading
|
|
[1 reply] : #include <iostream> #include <fstream> #include <string> using names... (by AeonFlux1212)
|
by ScrodumGod
Cpu spike while minimized.
|
|
[4 replies] Last: Man, my computer makes sounds >w> I guess the only way to prove it is ... (by ScrodumGod)
|
by Annatar
Floats rounding up
|
|
[5 replies] Last: Alright thank you very much I'll add it to my code in the morning ! E... (by Annatar)
|
by ashleyv
Need help with separating numbers using reference
|
|
[4 replies] Last: void breakThree(int &num, int &a, int &b, int &c, bool &morethanthree... (by Disch)
|
Confusion with deep copy in linked list |
|
[3 replies] Last: Please don't edit your post to remove the question. Half of the point ... (by helios)
|
by mauri
comparing strings
|
|
[6 replies] Last: my code works too! :-p but you're right about the array I spoted that... (by AeonFlux1212)
|
by electro52
Why won't this end line?
|
|
[4 replies] Last: @ Giblet: That website is amazing thanks! maybe it's my compiler ... (by electro52)
|
Err LNK2019 on ostream when templatizing class |
|
[4 replies] Last: Solved, thanks guys! (by sittinSideways)
|
by Modern Man19
program acting weird
|
|
[2 replies] Last: thank you dude it worked out perfectly fine with all types of numbers (by Modern Man19)
|
by naysa
24 hr to 12 hr and vice versa getting error pls help
|
|
[1 reply] : a) i would use g++. someone correct me if im wrong but i believe its o... (by closed account Dy7SLyTq)
|
by helnow
Classes
|
|
[4 replies] Last: sorry, i'm new to this site #include <iostream> #include <ctime> #... (by helnow)
|
Trouble with "purchasing" code |
|
[3 replies] Last: no problem. you can also use cin.get(); to avoid an Enter key from bei... (by helnow)
|
by Shren
Process Scheduling with Min Heap
|
|
[no replies]
|
by Nata
currency converter
|
|
[2 replies] Last: As AbstractionAnon said, you should declare x as char but also make su... (by Curlygamer)
|
by CloudIsland
Source Files
|
|
[2 replies] Last: if you trying to use code from other files then: #include "filepath ... (by CLman94)
|
Program Fails to run |
|
[1 reply] : Maybe the capitalised thing is a red herring. You could define the st... (by kbw)
|