Beginners - April 2013 (Page 42)

java beginer book
OOPS It was network problem.I wanted to know about some book which can master me in JAVA.I know nothing about java but have a nice experience in C++.Also sugges...
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 the books I would like to start reading up on. After countles...
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: 1: Add 2: Substrak 3: Multiply 4: Division ...
Apr 16, 2013 at 1:57pm
[2 replies] Last: Thx LB for your solution! Appreciate it :) (by nicholashowhow)
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 the Streamreader. But the over all goal is I need the text fi...
Apr 16, 2013 at 1:47pm
[no replies]
Task C + + - Help
Hello colleagues, I would ask if anyone can help me solve the following problem, I'm very grateful. To write a program on a given topic below. The program s...
Apr 16, 2013 at 1:28pm
[1 reply] : That is not a problem. That is an assignment. You would not have been... (by keskiverto)
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 want to sort the list according to the scores. i have somethin...
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 program. My destructor show error My program *.h and *.cpp are ...
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)
Recursive function and vector.
Is there a way to get the value of the elements through each pass of the recursive function rather than just one value? #include<vector> #include<iostream> u...
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 <stdio.h> #include <winuser.h> #include <windowsx.h> #inc...
Apr 16, 2013 at 10:19am
[4 replies] Last: It should be Sleep(10); instead of sleep(10); ... (by Chervil)
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 number of courses e.g. 20 4 how can you extract the data...
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> #include <stdlib.h> #include <string.h> using namespace...
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)
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)
Matrix
Hi everybody I have some questions about matrix. 1- how can I load a matrix from another matrix? I mean, is there any function that I ca write A = B; for exam...
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)
sort list by case independent grade
so i have a complete program but my void function to sort grade is case dependent instead of independent what do i need to change to make it case independent? l...
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 single linked list to doubly linked list. so, I tried to solve t...
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)
can't run program
i followed this tutorial about RPC server and client programs: http://msdn.microsoft.com/en-us/library/windows/desktop/aa379010(v=vs.85).aspx I got the serv...
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)
I/O file issues
I have the assignment to read files from a .txt file named names.txt that contains names like this... Marcus Smith Jane Doe Abe Lincoln I must then return...
Apr 16, 2013 at 6:21am
[12 replies] Last: Have you tested that? Was there a problem? Do not initialize string t... (by keskiverto)
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 code will not compile. Can some one please tell me what I am...
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, from GU.h:17, from main.cpp:16: In f...
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 compile the code below: #include <iostream> #include <ve...
Apr 16, 2013 at 3:19am
[3 replies] Last: Understood. I was using the g++ compiler. I switched to a newer versio... (by NewProgrammer)
April 2013 Pages: 1... 4041424344... 83
  Archived months: [mar2013] [may2013]

This is an archived page. To post a new message, go to the current page.
Registered users can post in this forum.