by odannyc
for Loop second interval
|
|
[1 reply] : #include<windows.h> //for Sleep() for(int i = 0; i < 5; i++) { c... (by Chriscpp)
|
by fahmankhan75
Declaring void functions into another variables
|
|
[4 replies] Last: I g have it solved manga.I deleted the EnterOption() in the beginning ... (by fahmankhan75)
|
by djjuu16
need help starting this For Loop
|
|
[3 replies] Last: [quote=djjuu16]how do you figure out the speed of a vehicle? [quote=d... (by cire)
|
by Ardeshir81
Can't write objects to binary file .
|
|
[3 replies] Last: You absolutely must NOT write non-POD types to a file in this manner. ... (by Disch)
|
by Joshcannon
Amount of each letters in a book
|
|
[11 replies] Last: could anyone please help me? (by Joshcannon)
|
by Evvykins
Pseudo Random Numbers in While Loop
|
|
[2 replies] Last: It appears you forgot to set the random number seed. At the beginning ... (by CplusplusAcolyte)
|
by kindlychung
What is wrong with this code for reading binary files?
|
|
[2 replies] Last: In the case of the first code, it shouldn't compile. There is no over... (by cire)
|
by fahmankhan75
Complier Error on void
|
|
[5 replies] Last: I got my solution now :) Thanks guys :) (by fahmankhan75)
|
by NourHerbawi
help
|
|
[no replies]
|
by odannyc
While Loop Confusion (help)
|
|
[4 replies] Last: Thank for the reply! I fixed it by doing it like this: while (optio... (by odannyc)
|
by Mayah
Output sorted array
|
|
[2 replies] Last: Aceix, Thank you so much! Based on the global variables at the top, s... (by Mayah)
|
by waad abdulla
please help me --
|
|
[8 replies] Last: I'm sorry but I don't see what i can comment. The code is so simple. I... (by lockandstrike)
|
Need help using a function in Main |
|
[19 replies] Last: You probably dont get 2 as a prime because of line 19. It should retur... (by giblit)
|
by Ausha
counting words in string and printing out longest word
|
|
[1 reply] : I believe I should use find function to find position of spaces, but s... (by Ausha)
|
by andyrob
Help with a decimal to binary issue.
|
|
[5 replies] Last: Well, here I'm reiterating my first answer: std::string result; ... (by Chervil)
|
by algo89
Problem with float array
|
|
[no replies]
|
which better? |
|
[2 replies] Last: Thanks Helios Still opened for more info (by closed account 28poGNh0)
|
by JAAFAR
does a dll created with VC++ 2010 EXPRESS work on target machines with no C++ installed in them ?
|
|
[4 replies] Last: Can you not statically link your project? maybe useful/maybe not: htt... (by mutexe)
|
by amc246
Sum of prime numbers function
|
|
[3 replies] Last: Here is a version that does not need the math.h header Simple program ... (by Yash8976)
|
by Fliize
Binary I/O
|
|
[1 reply] : Assuming you have int Width , then after reading it from the file, yo... (by Chervil)
|