Beginners - April 2008 (Page 14)

help with n00b code
 
Hey i'm a n00b to C++. just got visual studios express editinon 2008 and im using it as a compiler. I write my code in notepad. I'm having trouble with this pro...
[7 replies] Last: wow, n00b mistake again. thanks a bunch for your help everyone. w00... (by enduser000)
Any Good Workshop tutorial?
 
Hi I followed the tutorials on this site, and I understood many aspects of them. The tutorials are awesome and very good for begginers. At this moment I thin...
[2 replies] Last: Thanks a lot :) The book seems to be what I was looking for. It wou... (by GBStudio)
by ehenze
Multiple file input...
 
From the command line, I want to execute the program with the directory of the files I plan to process as an arguement. C:\> catch c:\myfiles\ From within...
[no replies]
another error
 
i get bout 20 of the same errors at the bottom of my program, after "return 0;" 575 E:\C++ ANN\ann2.cpp expected `}' at end of input cheers
[1 reply] : With out seeing the code, I would say that you have more '{'s than you... (by closed account z05DSL3A)
by martix
Pointer confusion
 
There something really fishy going on here and I can't put my finger on it... Here is the situation in condensed form: WordSt **stpt, *starr; //stpt - poi...
[6 replies] Last: hey martix, 1. sizeof(starr*) will give NOT u size of the array!! T... (by luckycusp)
by zulpa
Verry new one!!
 
Helo programmers!!...Im fearing calling you guys such name, but i have to cause i almost know nothing about programming!!Especially with c++ But im ride now in...
[no replies]
can somebody describe what these are ^^
 
hey, thanks for reading first of all. If possible could you give an explination about what these are as i have no clue =[. Fixed loops Pre/Post check loops ...
[1 reply] : i use them of a logical 'or' gate. ^ = 'or' and ^^ = exculsive 'or' ... (by slamdunkstu)
error when compiling
 
i keep getting the same error for every line of code that has an = sign on it. i have tried everything i know...help please... the code is, cout << en...
[1 reply] : Maybe: SNE1 = (( IP1 * WA ) + ( IP2 * WB )); cout << endl... (by closed account z05DSL3A)
How do I load a vector from a random number function?
 
How can I load a vector variable using a random number function? I have got it to work but it just puts one number in all five places. number.push_back(get...
[no replies]
help with the program
 
Hi please help me to complete this program. The program has to compute four totals: using nested If statement. How many people do not read a newspaper, h...
[no replies]
help me please
 
nevermind
[no replies]
by uptian
Symbian C++ resources at india.forum.nokia.com
 
Hello... found this interesting site from Forum Nokia (meant for Indian developers) http://india.forum.nokia.com. It has links to get the symbian C++ resources ...
[no replies]
Need a c++ programer gamer to help me
 
Need a c++ programer gamer to help me,really would like to have a partner to start on my pc gaming hacks to eventually post them on a website and code hacks for...
[2 replies] Last: lol (by haxzors)
Read File Into Array
 
I'm trying to read a file with 3 rows and 30 columns of chars into a two-dimensional array. I'm not really sure how that would work... could someone give me an...
[2 replies] Last: Alright thanks, that was helpful. =) (by Orca239)
by martix
Help inputing the proper parameter
 
I've got a line here that says the type of parameter I'm trying to give is not the proper one. How would the right one be? if (strncmp(stpt ->word,*temp,len)=...
[no replies]
End Process
 
I would like to make a program that shuts dow all my auxillary processes so i am using less memory when i startup. Anyone know a way to do this in C++, yes i k...
[1 reply] : I think you're on the wrong forum for this question. What you're desc... (by gzero)
out put file
 
If i write a program and want to print results of that program how does that work? I am in an internet class and am more or less teaching myself as my professo...
[1 reply] : If you want your program to write an output file, you'll need to #incl... (by gzero)
I need a good seed for an RNG
 
How do I get a good seed for a random number generator? I think I need a function similar to 'clock' in 'time.h', but it should return the number of clock tick...
[8 replies] Last: This is far better: http://xkcd.com/221/ (by AzraelUK)
Loading vectors
 
Using an input file of names and numbers I have to load up two vectors (one string and one int). I know how do this with a struct but I'm not sure how to put ...
[no replies]
C++ for dummies
 
hello, i just got the book C++ for dummies and just started reading it. i was just wondering if anyone else has read this book and if it helped you. thanks
[2 replies] Last: Ok, well, i just started programming and im a teen, so i have alot of... (by microcreations)
April 2008 Pages: 1... 1213141516... 18
  Archived months: [mar2008] [may2008]

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