Beginners - January 2011 (Page 11)

Visual Studio and asp.net
 
I downloaded a free version of Visual Studio 2008. I need asp.net for C++ web applications. This do...
[2 replies] Last: Thank you for this. Luke Skywalker (by Luke Skywalker)
Working with "&cout"
 
Hey guys a little rusty with c++ because i haven't done much of it in a while now. I have a questio...
[5 replies] Last: OK thank you filipe! (by matthewfs)
2 string name tables to a 3rd table so as each name only once in the last table
 
hello! could anyone tell me how could i: create two string tables ,same size each,check them out to ...
[no replies]
by acorn
vector of vectors
 
someone had posted about creating a 2d array using a vector of vectors. i tried something just so i ...
[3 replies] Last: haha yea i was. ok thanks. ill go put my dunce hat on now. ill leave m... (by acorn)
by shbk
return sign number
 
#include <stdio.h> int main() { int a=3,b=4; a=a-b; return a; } program returns ...
[1 reply] : What operating system are you running on? (by PanGalactic)
by bogdan
delete problem
 
Hi! I have a problem with delete . This is my function. When it comes to delete q my program is bre...
[11 replies] Last: I have got the idea. Thank you a lot and I'm sorry because you spent... (by bogdan)
need h.e.l.p. on a program
 
I'm trying to make a program where you write what you want and then it saves it in a ".txt" file, ca...
[4 replies] Last: oops made an error, don't mind the "<<testo" on line 9. (by Alex cpp)
parallel arrays
 
Hi i'm learning the c++ programming language and i'm having problems with arrays. and i need help wo...
[2 replies] Last: What do you have so far? Just think of the arrays that are size numEm... (by Return 0)
求助
 
您好,我问2个问题,请大家尽量帮助我。谢谢。 1.实现字符串拷贝功能。 ...
[8 replies] Last: 資料結構沒學好,多花了不少時間 使用純C實作很不方... (by stereoMatching)
by JayCee
Maths precedences
 
Sorry if this is a pretty basic (??) question but I am a newbie to C++. If in C++ I use the expr...
[5 replies] Last: So when I said "float con=5/9" that was making con equal to 0 as well... (by closed account z05DSL3A)
moving 2 characters simultaneously
 
hi, guys. im using Borland c++ and I was just wondering if it is possible to move 2 characters which...
[3 replies] Last: Computer screens only update every ~17ms. Unless the move requires re... (by cnoeval)
How to write a prog that write code to another .exe file.
 
How whode you go abaout writing a .exe file from a a other program? I know that this is posibol can...
[1 reply] : You want one program to create another right? Unless you want to lear... (by hamsterman)
by nowiks
Empty Namespace Using
 
Hello. I don't understand this section namespace A{ namespace{ //some declarations } } ...
[1 reply] : It is an unnamed namespace and is used as a superior alternative to th... (by closed account z05DSL3A)
Why this cant run and need solution..
 
#include <stdio.h> #include <limits.h> int main(void) { int num, count, total, max, min; fl...
[3 replies] Last: Maybe: #include <stdio.h> #include <limits.h> int main(void) { ... (by closed account z05DSL3A)
by vladi
getData for multidimensional array! *IMPORTANT
 
I have to read this input file of arrays. The first column is divers second column is difficulty a...
[5 replies] Last: well for some reading on the subject in out stream http://www.cplusp... (by closed account 4Gb4jE8b)
issues with hard drives
 
Okay so I've written a program that accurately splits a file into however many bytes (1 character is...
[3 replies] Last: I believe for Windows there are API for you to determine the file actu... (by sohguanh)
Vector Of Vectors
 
OK, I've came across a vector of vectors defined like this: vector< vector< int > > VecOfVec; ...
[4 replies] Last: You make a good point, sohguanh. I'll use the .at( ); member in the ... (by closed account zb0S216C)
Drawing a Graphical Image in C++
 
I am going to draw a graphical image using Visual C++ Express 2008. Nothing fancy just a stick fi...
[2 replies] Last: Can you draw straight lines? Ok, then just do this, where x and y are ... (by rocketboy9000)
Fibronacci Numbers
 
I am writing a program to calculate Fibonacci numbers, it has to work by adding the previous binary ...
[10 replies] Last: Then you will be having troubles with the 97th Fibonacci (just a guess... (by ne555)
Confused with pointer to structure
 
My question is , for example we have a structure like this : struct CandyBar { std::string brand...
[3 replies] Last: I understood.thank you guys ! (by silentbang)
January 2011 Pages: 1... 910111213... 42
  Archived months: [dec2010] [feb2011]

This is an archived page. To post a new message, go to the current page.