by Pter0dactyl
java beginer book
|
OOPS It was network problem.I wanted to know about some book which can master me in JAVA.I know noth... |
Apr 16, 2013 at 2:16pm
[1 reply] : [quote=Prashant Gupta PG]Write your question here. Click the 'edit' bu... (by LB)
|
by Yoda
C++ Primer 4th ed - Starting to learn programming.
|
Hello, A while back I came to this forum to ask tons of newbie q's and try to narrow down t... |
Apr 16, 2013 at 2:12pm
[1 reply] : This forum is OK, but even so you have the power to move your own topi... (by LB)
|
loop whole program |
/* Create a calculator program using function method. Your calculator layout are as follows:... |
Apr 16, 2013 at 1:57pm
[2 replies] Last: Thx LB for your solution! Appreciate it :) (by nicholashowhow)
|
by Chris211
Using commas in a text file and combow box
|
I am trying to populate a combo box in VS2012 C++ Forms app. I am able to populate the box using th... |
Apr 16, 2013 at 1:47pm
[no replies]
|
by breakforce
Task C + + - Help
|
Hello colleagues, I would ask if anyone can help me solve the following problem, I'm very grateful. ... |
Apr 16, 2013 at 1:28pm
[1 reply] : That is not a problem. That is an assignment. You would not have been... (by keskiverto)
|
by xcindiix
Array, file input, sorting functions
|
i have data from an inputted data. the file consists of a list of name and score e.g. Sarah 89 i wa... |
Apr 16, 2013 at 12:02pm
[1 reply] : You should call your function as: sortscore( student , totalgpa, M); ... (by MiiNiPaa)
|
by jtsf
3 constructors and destructor error (1,2)
|
I write 3 constructor class and splits into c.h c.cpp but I have got extra definition in my cpp prog... |
Apr 16, 2013 at 11:41am
[21 replies] Last: > as I m a beginner, I have only one example to refer from the book. ... (by JLBorges)
|
by Olysold
Recursive function and vector.
|
Is there a way to get the value of the elements through each pass of the recursive function rather t... |
Apr 16, 2013 at 11:01am
[13 replies] Last: @JLBorges - Thanks for the second example. Admittedly I don't quite un... (by Olysold)
|
by Zu007
how to use sleep function .
|
i'm using sleep function in my programing with these header files #include <windows.h> #include ... |
Apr 16, 2013 at 10:19am
[4 replies] Last: It should be Sleep(10); instead of sleep(10); ... (by Chervil)
|
by xcindiix
determining array size from file input
|
so i have a file which the first line reads: x y where x is the number of students and y is the nu... |
Apr 16, 2013 at 9:26am
[2 replies] Last: what if ... grades >> sizex >> sizey; how would you extract for y ? (by xcindiix)
|
by clarkd
Strcmp and strcpy help required
|
I can't seem to get it the name sorted, It prints in order it was entered. #include <iostream... |
Apr 16, 2013 at 9:16am
[3 replies] Last: No. You just need two if() statements. One for strcmp() > 0 and one fo... (by plexus)
|
by albajili
can anyone 't me example of struck
|
because i don't understand |
Apr 16, 2013 at 9:14am
[5 replies] Last: i just can see the beginning the out put nor the last The code as wr... (by Chervil)
|
by Mahdiyar
Matrix
|
Hi everybody I have some questions about matrix. 1- how can I load a matrix from another matrix? I... |
Apr 16, 2013 at 8:03am
[5 replies] Last: I'm not familiar with Matlab, but from memory, it's a scripting langua... (by MikeyBoy)
|
by Josh Henry
sort list by case independent grade
|
so i have a complete program but my void function to sort grade is case dependent instead of indepen... |
Apr 16, 2013 at 8:01am
[2 replies] Last: ok so this is the class struct class course { public: char class... (by Josh Henry)
|
by gladi
Doubly linked List promblems.
|
Hi Everyone, Kindly, I need some help with this code. This question is about I have to convert sing... |
Apr 16, 2013 at 7:50am
[4 replies] Last: ohh.. it is obvious. sorry about that I didn't notice this. I delete ... (by gladi)
|
by beginner123
can't run program
|
i followed this tutorial about RPC server and client programs: http://msdn.microsoft.com/en-us/libr... |
Apr 16, 2013 at 7:47am
[7 replies] Last: the problem in both the server and client is when it reaches the if ... (by beginner123)
|
by tylertwh
I/O file issues
|
I have the assignment to read files from a .txt file named names.txt that contains names like this..... |
Apr 16, 2013 at 6:21am
[12 replies] Last: Have you tested that? Was there a problem? Do not initialize string t... (by keskiverto)
|
by james116
Having problems with the atoi function
|
I am trying to convert the contents of string num to an integer variable sum but for some reason my ... |
Apr 16, 2013 at 4:17am
[2 replies] Last: Thanks (by james116)
|
by khal
usually erro
|
Hi can someone explain what these error mean? In file included from readyQ.h:15, ... |
Apr 16, 2013 at 3:43am
[2 replies] Last: No that is all I get beside newline errors and the code compile and ru... (by khal)
|
Issue with copy_if |
Hello all, For some reason, the compiler tells me "copy_if was not declared in this scope" when I... |
Apr 16, 2013 at 3:19am
[3 replies] Last: Understood. I was using the g++ compiler. I switched to a newer versio... (by NewProgrammer)
|