by benji00za
c++ libraries
|
|
[no replies]
|
by MYST
Proper studpid question...
|
|
[1 reply] : This should help: http://www.cplusplus.com/doc/tutorial/control/#lo... (by firedraco)
|
by Darkez
C++ number finder
|
|
[3 replies] Last: In other words, how do you make the program pause until the user press... (by kempofighter)
|
by Warrior2089
Not accepting input
|
|
[5 replies] Last: ...Yes, but it is standard C and C++. Functions that have a non- void ... (by Duthomhas)
|
by dag
how to return multiple values??
|
|
[1 reply] : Pass by reference, return an std::vector, or an std::pair. (by firedraco)
|
by hannes
pointer
|
|
[5 replies] Last: strcpy takes a pointer to the array as an input parameter so that it c... (by kempofighter)
|
by jasoncepela
2-dim array, variables are changing w/o me telling them to
|
|
[5 replies] Last: Wow, this example compiles and runs but I don't know why. This seems ... (by kempofighter)
|
by steve r
Send .txt-file to USB-printer using C-Code
|
|
[2 replies] Last: Oh, and Windows provides a standard way of printing that works on ever... (by webJose)
|
by bjch512
How to display time elapsed continuously while a lengthy task is running?
|
|
[4 replies] Last: Thanks for the suggestions. (by bjch512)
|
by byu1212
Referencing a Function
|
|
[1 reply] : As I can't post the code here (too long because added comments). Here... (by dennis07)
|
by bamdad
fstream problem
|
|
[1 reply] : I am not sure how much of a role this plays in the problem, but for th... (by psault)
|
by tomringler
homework question?
|
|
[19 replies] Last: i want to thank everyone here for the help, i have used many forums i... (by tomringler)
|
by hadoque
Strange function output
|
|
[6 replies] Last: The value of uninitialized variables is undefined, so it is neither od... (by jsmith)
|
by qtdenise
Random access of Binary file contents
|
|
[1 reply] : while (1){ fread(buffer,1,n,file); fseek(file,n,SEEK_CUR); ... (by helios)
|
by gerchenceto
what is mathematical matrix?
|
|
[1 reply] : http://lmgtfy.com/?q=matrix+mathematics (by helios)
|
by jhaysonn
accept only numbers
|
|
[11 replies] Last: The problem with the FAQ is, of course, that you can enter invalid inp... (by Duthomhas)
|
by biz
C++ program without main()
|
|
[8 replies] Last: I meant a real, bootable OS. And if you open up a program in a text ed... (by chrisname)
|
Begginer totally stuck in a pseudocode nightmare |
|
[8 replies] Last: Just to get you going, ... Start String name Num ITEMSSOLD1 = ... (by kbw)
|
by wmheric
STL container for a deck of cards
|
|
[1 reply] : Correct, std::list doesn't have an operator . An iterator doesn't h... (by kbw)
|
by xtaa
move ghosts in pacman
|
|
[3 replies] Last: That's what I thought... Possibly it's just laziness. (by chrisname)
|