by Santa Paws
Simple Calculator ( NEED HELP )
|
|
[2 replies] Last: The language is Dutch, haha. Thanks for replying anyways, I used this ... (by Santa Paws)
|
by barnsta
Vector problems (1,2)
|
|
[20 replies] Last: i <= size is incorrect, and you used it in your first program i < ... (by LB)
|
by bond5611
Make this conversion please.
|
|
[3 replies] Last: @Ferni His character array is not zero-treminated. So it can not ap... (by vlad from moscow)
|
by EricaFH
Splitting a linked list
|
|
[1 reply] : Linked lists are pretty simple. In the most basic form, you have a "he... (by ResidentBiscuit)
|
Memory manager deal |
|
[14 replies] Last: Ooh nice guide. Bookmarking this. I have the memory manager finally pu... (by ResidentBiscuit)
|
problema olimpiada |
|
[1 reply] : for(i=2;i<=n;i++) vizitat[t ]=0; //`t' is uninitialized Also, arra... (by ne555)
|
by Archibal
GSL v1.15 64 bit
|
|
[no replies]
|
Size of int pointer |
|
[5 replies] Last: > strcpy(); > is there any function for int..?? `memcpy()' or `std::... (by ne555)
|
by mose1234
Preventing letter/symbol input
|
|
[no replies]
|
by oluwa
renaming z drive in Dosbox
|
|
[1 reply] : http://superuser.com/questions/50524/renaming-z-drive-in-dosbox (by MiiNiPaa)
|
by oluwa
windows client with Y default disc.
|
|
[no replies]
|
by sak
error with class
|
|
[1 reply] : Compile the code as C++ instead of C. (by Peter87)
|
by JoeHanSin
Pointers to array of structs
|
|
[2 replies] Last: struct info { char firstName ; char lastName ; }; main() { ... (by MiiNiPaa)
|
by gauravrpanta
Implement the quick sort algorithum using recuesive function
|
|
[6 replies] Last: I debugged my code form visual studio and every time i run it value a... (by MiiNiPaa)
|
Issue with vector<vector<int>> sorting |
|
[7 replies] Last: For me it seems to work: #include <algorithm> #include <vector> #inc... (by closed account D4S8vCM9)
|
by Smac89
HELP!!!!!!!!!!!!!
|
|
[2 replies] Last: Can you not remove your question? (by Smac89)
|
by Nyagaka Ouko
A counter Help
|
|
[8 replies] Last: @Nyagaka Ouko I have really no idea what you're talking about. good co... (by coder777)
|
by Texedova
NEED HELP PLEASE Game Engine ASAP
|
|
[no replies]
|
by cnoobs
How to write a data loop?
|
|
[4 replies] Last: This is what I have so far int run(istream& cin, ostream& cout) { // ... (by cnoobs)
|
by Nonlin
Why won't it show a 3 for factors that have a 3?
|
|
[3 replies] Last: OMG guys lol so simple. I guess it slipped by me. While I was trying... (by Nonlin)
|