by raybetts89
malloc and pointers advice needed
|
|
[1 reply] : sizeof(int) is the amount of memory needed for one int (usually 4 by... (by hamsterman)
|
by shan03
Build error?
|
|
[1 reply] : Looks like you mixed gcc libs (.a) and non gcc libs (.lib). Remove the... (by coder777)
|
by TpOreilly
Pointers
|
|
[19 replies] Last: Tip: read the read the declaration backwards, it is very useful especi... (by closed account z05DSL3A)
|
by aquafina
Strange incrementing problem
|
|
[4 replies] Last: You are using C to perform the task I have included a heavily commente... (by mikeofthenight)
|
by manyeahkiss
how to do this in array?..
|
|
[3 replies] Last: Not quite, but without answering your problem completely, here's what... (by cbeginplusplus)
|
by sanji2011
C/C++ programming using netbook
|
|
[1 reply] : Of course you can, but it might take longer to compile your programs. ... (by rapidcoder)
|
by w1llux
Grade calculator
|
|
[1 reply] : Something like this // function 1: inputs (Scores ), outputs(Grad... (by cbeginplusplus)
|
by shan03
Build error?
|
|
[no replies]
|
by knicole89
Phone Plan Comparison
|
|
[15 replies] Last: Kind of, Here is a simple example. #include <iostream> void ... (by Zaita)
|
by knicole89
Code Clean-up
|
|
[6 replies] Last: Okay, i see what your saying. Thanks!! :) (by knicole89)
|
by sorthon123
Declaration problems
|
|
[4 replies] Last: awesome it works now, just had to re add all of my stuff i did before ... (by sorthon123)
|
by Ahlquist50
passing arrays to functions
|
|
[2 replies] Last: Thanks very much! It works without errors now! (by Ahlquist50)
|
Accessing windows streams through C++ |
|
[1 reply] : It is an NTFS filesystem 'feature'. The word "streams" does not mea... (by Duthomhas)
|
by andersonwq
Recursion
|
|
[2 replies] Last: See this thread: http://www.cplusplus.com/forum/beginner/37056/ for a ... (by closed account D80DSL3A)
|
by Ahlquist50
Beginner Having Trouble
|
|
[1 reply] : that's beginner's eh? alright, seems a little high for the beginners c... (by closed account 4Gb4jE8b)
|
String to binary/dec/hex/oct |
|
[5 replies] Last: Well upon further reading, I found an interesting way of doing what i ... (by closed account 4Gb4jE8b)
|
by TJbla2e
Calculator's deffect ( not complete character intake )
|
|
[7 replies] Last: I'm interested in such way: for (int j=0; j < div.size(); j++) { ... (by TJbla2e)
|
by camille1411
Array Declaration in Functions
|
|
[6 replies] Last: how can I match it? address (&array1, &items); doesn't work either.... (by camille1411)
|
Adding files |
|
[1 reply] : The file you wish to include must be either in the same directory as t... (by ModShop)
|
by minuswhale
[C++] Array Comparison
|
|
[1 reply] : This cin >> guess ; almost certainly does not do what you think it d... (by Moschops)
|