how should a file containing a class be called in the makefile? |
|
[4 replies] Last: This tutorial explained it to me: http://www.cs.umd.edu/class/fall200... (by closed account S8hvC542)
|
by VanPepto
Comparing a Single Variable to Many
|
|
[1 reply] : A for loop and a comparison would be your best bet. (by firedraco)
|
Help for Beginner Programming on a Mac |
|
[3 replies] Last: http://lmgtfy.com/?q=xcode+c%2B%2B+hello+world (by ascii)
|
by areszues92
Which compiler to use with K&R book?
|
|
[18 replies] Last: The 1988 second edition is standard, well the first printing is 'based... (by closed account 1vRz3TCk)
|
by wtf
Possible to use macros for a counter variable?
|
|
[5 replies] Last: in a way, yes, because it pollutes the namespace and ignores scope rul... (by Disch)
|
by silvermice
C++ Socket flags
|
|
[4 replies] Last: I may need to learn how to read, which is fine by me. I don't understa... (by silvermice)
|
by wtf
How can I do this with macros:
|
|
[3 replies] Last: Just because they're inside quotations? Macros don't expand if they'... (by shacktar)
|
by wtf
Executing functions before main.
|
|
[16 replies] Last: Have fun. LOL. I'll try. (by wtf)
|
by wtf
boolean operators for bitsets
|
|
[7 replies] Last: Thanks with your help i was able to come up with: template<unsigned ... (by wtf)
|
by Blessman11
clipboard software
|
|
[1 reply] : The windows API has functions to easily access the Clipboard and GUI l... (by coder777)
|
Code doesn't compile ? Function overloading |
|
[3 replies] Last: ah shoot alright, thank you. (by georgewashere)
|
by mymarystar10
Averages and Random Grades
|
|
[4 replies] Last: int grades; cout << "Number of Grades (1-5): "; cin >> grades; wh... (by closed account EvoTURfi)
|
by Davitosan
Saving complex object data to a file
|
|
[5 replies] Last: Yes I am overloading the << operator. When you declare/define a frien... (by Galik)
|
by joannfrances
Using ifstream and ignore()
|
|
[3 replies] Last: You don't know how to do input with files at all? See http://www.cplu... (by hamsterman)
|
by vusi
Assignment question
|
|
[6 replies] Last: i hv invited u personal and enterd u to the gtalk group for cos please... (by thabyle)
|
by ko2dy
sigma in c programming
|
|
[10 replies] Last: I must admit that I tend not to program to C99 standard due to the pat... (by closed account 1vRz3TCk)
|
by hunkeelin
anyone here fimliar with matlab?
|
|
[1 reply] : http://mathforum.org/kb/forum.jspa?forumID=80 (by Catfish)
|
by hunkeelin
Question about discrete math.
|
|
[5 replies] Last: OH !!!!! OFCUZZ.. =.= sorry man.. i'm so stupid... (by hunkeelin)
|
by Amnesia
Computer that calculates a secret number
|
|
[1 reply] : Instead of Number, use two variables: minNumber (initially 1) and maxN... (by Blackavar)
|
by darkliight
Function not properly executing
|
|
[6 replies] Last: [quote=darkliight]I'm trying to self-study C++ and finding it difficul... (by closed account zb0S216C)
|