by hkproj
writing struct to file in C
|
|
[1 reply] : Hi to pack your structure into 18 bytes you will need to use the pr... (by shredded)
|
by laria76
Problem printing results (using arrays and functions)
|
|
[7 replies] Last: yea, i know what outData is for, but you are not requesting user input... (by SlikRik)
|
by Gabboshow
constructor
|
|
[2 replies] Last: [quote=Gabboshow]I've understood that I define a pointer called name a... (by coder777)
|
by prudhvi
Switching between OS
|
|
[2 replies] Last: I use VirtualBox all the time. It is not only good for developing (eas... (by ernestus)
|
How do you scale an object using matrices? |
|
[3 replies] Last: Thanks alot for your help. I did understand what I needed to do in the... (by GraphicsProgrammer2)
|
by Freedom605
Highscore
|
|
[6 replies] Last: Im using devC++ (by Freedom605)
|
by Abanoup
mysql variable
|
|
[no replies]
|
by striderx240
keyeditem.h problem
|
|
[6 replies] Last: cool, thanks for looking out (by striderx240)
|
by b1gb0y2013
multiple definition error
|
|
[8 replies] Last: yes, thats why i say. C is good for lower level things. C++ is good fo... (by chathura666)
|
by krishan22
What are advantage of Red and Black tree?
|
|
[1 reply] : Comparing to AVLs, its faster when retrieving data, as i remember. but... (by chathura666)
|
Spacing issue |
|
[1 reply] : what i see is that, your code is fine... its just that you have put 3 ... (by chathura666)
|
static / non-static members |
|
[2 replies] Last: It had to be static because I could only get the timer to work if the ... (by heartsurgeonno1)
|
by chathura666
Write into two slots of array at once
|
|
[8 replies] Last: ya.. i am not very used to bitwise operators in C.. Thanks Athar... ... (by chathura666)
|
by hunkeelin
Palindrome.
|
|
[3 replies] Last: This wouldn't exactly be following your directions but what about firs... (by tmoney91)
|
by swalton
Graphs
|
|
[5 replies] Last: Alright then thank you anyways :D Anybody able to help provide the sol... (by swalton)
|
by thenewguy
minimizing screen
|
|
[5 replies] Last: First and foremost is your C++ program using any Windows API within ? ... (by sohguanh)
|
Int vs Char problem |
|
[1 reply] : When you say you want to convert 0s to blank spaces, do you mean for d... (by tfcoder)
|
by PatHastings
Is there a c++ reference "Heelp File"
|
|
[1 reply] : For M$ there is MSDN aka M$ Software Developer Network. It has tons of... (by sohguanh)
|
by mwmnj
data validation and clearing the stream
|
|
[3 replies] Last: Some poster in this forum point me to C++ classes called ostringstream... (by sohguanh)
|
by trouty323
Error Message: Unresolved Externals
|
|
[6 replies] Last: Ugh. Never mind. I figured it out. I feel like an idiot. Thanks for al... (by trouty323)
|