General C++ Programming - June 2012 (Page 20)

(Sales Summary) I need your help.
 
Please Guys, I need your help. I don't understand were to start in writing a program to solve the pr...
[2 replies] Last: Thanks. (by closed account SGb4jE8b)
Plugins, or conditional inserts of different code
 
I finally have my audio player program set up to handle real time processing. So I have a place in ...
[no replies]
SDL troubles
 
Okay, so I'm not exactly a "1 hour into tuts" beginner, but I am still pretty new and was hoping som...
[no replies]
What should I use?
 
If I wanted to have a user enter his name, enter forty-two more names after, and then have the names...
[3 replies] Last: did you compile the code? Based on your paste, the code has many error... (by b2ee)
decltype in c+0x and parentheses
 
int i=6; decltype((i)) var5 = i; // int& I just didn't understand why 'i' which is in pare...
[13 replies] Last: Thank you for helping to solve all the puzzles .I appreciate that very... (by evenstar)
fgets() syntax question
 
I looked on the reference page here and found that fgets() needs three parameters. Here is a part of...
[1 reply] : The code you posted looks ok. But you clearly have some serious error... (by kbw)
Where's Visual C++ 2011?
 
I heard about it on here before but when I google for it, Can somebody give me the link if they can ...
[5 replies] Last: I believe it's for HTML, CSS, PHP, etc. You want MSVCE, also known as ... (by Volatile Pulse)
Searching for a C string (1,2)
 
What's an efficient algorithm for searching for a C string in an unsorted array? I could just walk t...
[26 replies] Last: @kbw, Yeah, that's true. It's not that I have anything against C++, I ... (by chrisname)
Email Sender
 
how do i make a program that sends emails via smtp server (gmail or others)?
[6 replies] Last: You can also use c++\cli - you will basically use the exact same funct... (by SIK)
c++ vector swizzling
 
Hi, I'm writing a math library, and for this I need to implement vector swizzling like in GLSL/HL...
[16 replies] Last: ok, thanks :) (by Yours3lf)
Error With Transfering Variables! Please help!!
 
hey everybody, im trying to make a pretty big program and ive gotten some major errors in 2 lines: h...
[8 replies] Last: Well, I would read the documentation, and read the stuff about object-... (by Torin)
error expected ; at end of member declaration
 
i m getting error error: expected ‘;’ before ‘(’ token on line 121 of this code u_int...
[4 replies] Last: he code you posted to the forum compiles without warnings, as you can ... (by Cubbi)
Getting SIGABRT ???
 
Here's the question :- Heroes in Indian movies are capable of superhuman feats. For example, they c...
[3 replies] Last: From what I've been able to tell, the stack doesn't seem to like alloc... (by Ikaron)
Assigning array to an instance with operator overloading
 
Hello, Currently, I am creating a vector-like class that holds integers. A problem is that I am w...
[1 reply] : In this case this operator shall be a template functiion which accept ... (by vlad from moscow)
by mamace
Importing numerical data
 
Hello, I am working on a computational physics problem for my personal research (new to all of t...
[7 replies] Last: #include <iostream> #include <fstream> using namespace std; ... (by LimeOats)
Arrays-Pointers
 
Hey guys I'm a beginner in c++ i really need ur help with this program. thx in advance(i need all u...
[11 replies] Last: Be sympathetic, people. He is tasked with abusing the C subset of C++.... (by Catfish2)
by sanyam
remote desktop programming
 
Hi. I want to make a Remote Desktop type of software. For eg. all the input(from mouse, keyboard,e...
[no replies]
by issam
I need one to all broadcast for hypercube
 
hello all i have 3-D hypercube and i need to make a function that doing one to all broadcast c...
[no replies]
by Mee
Damerau–Levenshtein
 
Hello, I'm currently implementing a Damerau–Levenshtein in something I'm working on. I've got s...
[no replies]
Little help in dynamic 2D Array
 
I was using a simple 2D array but its maximum limit was 1000*1000 but i required 3001*3001 array . A...
[3 replies] Last: @Moschops , i tried replacing 2D array with 2D vectors , but still i a... (by Maggi Iggam)
June 2012 Pages: 1... 1819202122... 33
  Archived months: [may2012] [jul2012]

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