by jambo0606
Sieve of Eratosthenes finding every number to be prime?
|
|
[11 replies] Last: The compiler is unable to place such a big array as bool A ; in the ... (by vlad from moscow)
|
basic exception handling |
|
[3 replies] Last: Thank you. I guess I was taking exception-being-thrown for granted. (by Marcos Modenesi)
|
by huasam ooi
sharing balance
|
|
[1 reply] : new_balance seems to be calculate by call , so simply have the functi... (by MikeyBoy)
|
by dhilchie
Math not working properly compared to wolfram
|
|
[2 replies] Last: THANK YOU SOOOOOOOOOO MUUCCCHHHH !!!!! I will try this after my lunch... (by dhilchie)
|
by anzhit
Pancake Gluton Problem
|
|
[8 replies] Last: C++ has two ways of passing function arguments: by value (which is the... (by nkendra)
|
by dhilchie
For loop not looping all the way
|
|
[1 reply] : i found the problem I used x twice in the loop so it reset x (by dhilchie)
|
by chikaibeneme
Multidimensional Arrays
|
|
[2 replies] Last: ok i'll try that thanks (by chikaibeneme)
|
by a967Bytes
CMD commands in compiler and in system()
|
|
[5 replies] Last: I see, thanks. (by a967Bytes)
|
Auto entry |
|
[5 replies] Last: Well, that's not going to work. You need to learn how to call thos... (by AbstractionAnon)
|
Problem in files |
|
[15 replies] Last: If you enter the data all on a single line, like this: 1 junaid khan ... (by Chervil)
|
by nasrul
please help me...
|
|
[3 replies] Last: Instead of cin>>name; try getline(cin, name); But be careful of an... (by Chervil)
|
Boost Subgraph Implementation and exporting using Graphml |
|
[no replies]
|
by Edward01
A question about pointers?
|
|
[3 replies] Last: thanks (by Edward01)
|
by yyoni69
Pointer to vector of vectors
|
|
[4 replies] Last: It's Ok guys all working fine thank you (by yyoni69)
|
by senorita
Getting Error in ML Module Class source
|
|
[no replies]
|
by Vigii
How do they create a software??
|
|
[4 replies] Last: Thank you lot for helping me to find a solution for my problem. I thi... (by Vigii)
|
Pointers and Arrays |
|
[6 replies] Last: Have a go at reading chapter 5 in this book - it may help you a bit. ... (by TheIdeasMan)
|
by johnny45634
How do I read this
|
|
[3 replies] Last: aha... Thanks heaps. (by johnny45634)
|
Help with stringstream |
|
[4 replies] Last: Oh! I didn't realize JLBorges was declaring StringToInt first for that... (by nonpareilpearl)
|
by chikaibeneme
summ of the first 20 odd numbers from 1 to 100
|
|
[9 replies] Last: Wow thanks i really appreciate all your help it worked :) (by chikaibeneme)
|