by JasperBraun
Displaying Editable Text in the cmd View?
|
|
[no replies]
|
by kc53
Playing a sound from a resource file.
|
|
[6 replies] Last: Woops, silly me. PlaySoundW was my suggestion :v (by xismn)
|
by sebbe605
assignment operator
|
|
[6 replies] Last: @Computergeek01 Your right, the array is meant to have a fixed size ... (by sebbe605)
|
by vrakas
All subsets of 250000
|
|
[1 reply] : What exactly do you need? Something like that? #include <algorithm> #... (by MiiNiPaa)
|
by Kincaid
Regula falsi
|
|
[1 reply] : http://en.wikipedia.org/wiki/False_position_method#Example_code (by JLBorges)
|
by Slord
'sword' does not name a type error
|
|
[4 replies] Last: NVM, answer is yes as main is obviously called first so if it's put in... (by Slord)
|
Good Cross Platform Way To Communicate With The NIC |
|
[2 replies] Last: Check out this: http://www.slideshare.net/victor1tnet/scapy-communicat... (by ResidentBiscuit)
|
by prashant0789
Help! To develop a program (For-loop)
|
|
[5 replies] Last: Thanks guys that was really helpful!! :) (by prashant0789)
|
by venkatacplpl
Multithreading--Semaphores
|
|
[10 replies] Last: you have three threads: main, thread1, thread2 if one of them is in a... (by coder777)
|
by superfury
Emulating 8237A DMA Controller?
|
|
[1 reply] : Continuation of the file: byte DMA_ReadIO(word port) //Handles IN in... (by superfury)
|
by dkumar3
Initializing object of a class inside another class
|
|
[5 replies] Last: Thanks everyone, I solved this problem as: 1) by declaring in privat... (by dkumar3)
|
by venkatacplpl
Vector syntax: resize and reserve
|
|
[1 reply] : vector<int>v(10,5) I am clueless ,is this allowed?,what syntax all... (by Catfish666)
|
by theRunner
IsDialogMessage - Cursor not blinking
|
|
[1 reply] : I just got the solution: while(GetMessage(&Msg, NULL, 0, 0) > 0) ... (by theRunner)
|
by zsmash
Number counting up to infinite .
|
|
[2 replies] Last: your for loop will never execute. Considering 0 is less than 1. Also a... (by giblit)
|
by ldelsignore
Header File Will Not Compile
|
|
[1 reply] : main() should be in a source file. The preprocessor can't find Rectan... (by Zhuge)
|
by geeloso
Code::Blocks or Visual Studio Express??
|
|
[9 replies] Last: I don't understand what you mean. Visual Studio has been proven itself... (by closed account N36fSL3A)
|
by arnfeb18
find vowels
|
|
[4 replies] Last: Don't forget that sometimes "Y" is a vowel. How can you code for that... (by cnoeval)
|
by Dkob1
cin.peek help equation
|
|
[12 replies] Last: ya I looked at the other link but it was different, thanks anyway just... (by Dkob1)
|
C++ Programming Multiple Functions |
|
[2 replies] Last: I have fixed the error but i want to show if the number is prime for t... (by Noob Programmer)
|
by apachejoe
Trouble with Code for a class project
|
|
[2 replies] Last: thanks so much we figured out where I included the % and did not need ... (by apachejoe)
|